Difference between revisions of "Template:Navbox"
From WikiTemp, the GBAtemp wiki
(v3) |
m |
||
Line 1: | Line 1: | ||
<div class="NavFrame {{{collapsed|collapsed}}}"> | <div class="NavFrame {{{collapsed|collapsed}}}"> | ||
− | <div class="NavHead">{{{title|Navbox Title}}}</div> | + | <div class="NavHead" style="padding-top:3px;">{{{title|Navbox Title}}}</div> |
<div class="NavContent"> | <div class="NavContent"> | ||
{|width="100%" | {|width="100%" |
Revision as of 17:48, 4 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 |