Template:MenuBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
{{#if: {{{bgimage|}}} | <div style="position:absolute;bottom:2px;z-index:0;overflow:hidden;">[[File:{{{bgimage|}}}{{!}}link={{!}}alt=]]</div> }} | {{#if: {{{bgimage|}}} | <div style="position:absolute;bottom:2px;z-index:0;overflow:hidden;">[[File:{{{bgimage|}}}{{!}}link={{!}}alt=]]</div> }} | ||
</div> | </div> | ||
</div> | </div></includeonly><noinclude> | ||
</includeonly><noinclude> | |||
Create a floating right navigation box. | Create a floating right navigation box. | ||
Revision as of 07:54, 15 September 2011
Create a floating right navigation box.
Simple example
{{MenuBox
|title= Main Page
|icon= [[File:Icon hl2.png|link=Half-Life 2]]
|text= <span>
# MenuBox List Item 1
# MenuBox List Item 2
# MenuBox List Item 3
# MenuBox List Item 4
# MenuBox List Item 5
# MenuBox List Item 6
# MenuBox List Item 7
</span>
}}
All parameters
{{MenuBox
|title = page to link at top
|link = alternative link for the title
|icon = a file link that will be placed before the title
|text = content text
|txtcolor = color of the content text
|bgcolor = main background color
|bgcolor2 = title box color
|bdcolor = outer border color
|bdcolor2 = bottom border on title box
|bgimage = image to appear in background
|nofloat = set true to appear inline
}}