Template:CustomMenu/doc
From Project JEDI Wiki
Jump to navigationJump to searchThis template creates automatic drop down menu whose content can be customized.
Menu Title
[+] Menu Title
Parameter
- title: the menu title (required).
- zindex: absolute div zorder (required): menus with bigger zorder are above others.
- otherstyles: additional CSS styles for the drop down div.
- content: drop down menu content.
Usage
The example shown above is generated by coding:
{{CustomMenu|title=Menu Title|zorder=2|otherstyles=border:1px solid #000; background: white;|content=First line<br/> Second line}}