Difference between revisions of "Template:Navbox"
From WikiTemp, the GBAtemp wiki
m (Template:NavBox moved to Template:Navbox) |
m |
||
Line 11: | Line 11: | ||
}}}} | }}}} | ||
|- | |- | ||
− | {{#if:{{{list2|}}}|{{NavBoxGroup | + | {{#if:{{{list2|}}}|{{NavBoxGroup|{{{group2|}}}|{{{list2|}}}}}}} |
|- | |- | ||
− | {{#if:{{{list3|}}}|{{NavBoxGroup | + | {{#if:{{{list3|}}}|{{NavBoxGroup|{{{group3|}}}|{{{list3|}}}}}}} |
|- | |- | ||
− | {{#if:{{{list4|}}}|{{NavBoxGroup | + | {{#if:{{{list4|}}}|{{NavBoxGroup|{{{group4|}}}|{{{list4|}}}}}}} |
|- | |- | ||
− | {{#if:{{{list5|}}}|{{NavBoxGroup | + | {{#if:{{{list5|}}}|{{NavBoxGroup|{{{group5|}}}|{{{list5|}}}}}}} |
|- | |- | ||
− | {{#if:{{{list6|}}}|{{NavBoxGroup | + | {{#if:{{{list6|}}}|{{NavBoxGroup|{{{group6|}}}|{{{list6|}}}}}}} |
|- | |- | ||
− | {{#if:{{{list7|}}}|{{NavBoxGroup | + | {{#if:{{{list7|}}}|{{NavBoxGroup|{{{group7|}}}|{{{list7|}}}}}}} |
|- | |- | ||
{{#if:{{{below|}}}| | {{#if:{{{below|}}}| |
Revision as of 08:08, 12 May 2011
Navigation |
---|
↑ 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 |