Difference between revisions of "Template:Navbox"
From WikiTemp, the GBAtemp wiki
m (Adding 2 more groups) |
m |
||
Line 5: | Line 5: | ||
{{#if:{{{above|}}}| | {{#if:{{{above|}}}| | ||
{{!}}- | {{!}}- | ||
− | !style="background: #DDF; padding | + | !style="background: #DDF; padding:3px;" colspan="2"{{!}}{{{above}}} |
}} | }} | ||
|- | |- | ||
Line 24: | Line 24: | ||
{{#if:{{{below|}}}| | {{#if:{{{below|}}}| | ||
{{!}}- | {{!}}- | ||
− | !style="background: #DDF;padding | + | !style="background: #DDF;padding:3px;" colspan="2"{{!}}{{{below}}} |
}} | }} | ||
|} | |} |
Revision as of 13:01, 5 December 2010
Navbox Title
↑ Template Documentation ↓ [Edit • Reload] | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This template is mainly to be used in Navigation templates. It is also possible to use it directly on a page though. Parameters
Notes
Example{{NavBox |title = Click show on the right |collapse = Auto <!-- To see this in effect, see the difference between the Template page and the /doc subpage --> |above = Top text |group1 = First |list1 = Test |group4 = Second? |list4 = [[Main Page]] |list3 = ''List can go before the group'' |group3 = Third? |list5 = This list has no group, so is centered. |group7 = This group has no list, so doesn't show. |image = Image:Ak22.jpg |imagewidth = 70px |below = '''Bottom text'''}} The text above produces:
| ||||||||||||||||||
The above documentation was Transcluded from the /doc subpage |