Navbox template lazily copied off mediawiki. See http://www.mediawiki.org/wiki/Template:Navbox for more details.
Syntax
{{Navbox
|name = {{subst:PAGENAME}}
|state = autocollapse, uncollapsed or collapsed. defaults to autocollapse.
|title = text in the title bar
|image = an optional right-side image, coded as the whole image. Should be coded as [[Image:XX.jpg|90px|link=|alt=]
|above = text to appear above the group/list section (eg. a list of overall wikilinks)
|group1 = the left-side text before list-n (if group-n omitted, list-n starts at left of box)
|list1 = text listing wikilinks, often separated by middot, such as: [[A]] · [[B]]
|group2 =
|list2 =
...
|group20 =
|list20 =
|below = optional text to appear below the group/list section.
}}
Please remove the parameters that are left blank.
Samples
test example
navbox title!
|
|
text above
|
|
first group
|
blah blah blah blah blah
|
|
|
second group
|
some more text goes here
|
|
text below
|
|
Table generated by Template:Tl without image, above and below parameters (gray list background color added for illustration only):
{{{title}}}
|
|
{{{group1}}}
|
{{{list1}}}
|
|
{{{group2}}}
|
{{{list2}}}
|
|
{{{list3}}} without {{{group3}}}
|
|
{{{group4}}}
|
{{{list4}}}
|
|
Table generated by Template:Tl with image, above and below parameters (gray list background color added for illustration only):
{{{title}}}
|
|
{{{above}}}
|
|
{{{group1}}}
|
{{{list1}}}
|
{{{image}}}
|
|
{{{group2}}}
|
{{{list2}}}
|
|
{{{list3}}} without {{{group3}}}
|
|
{{{group4}}}
|
{{{list4}}}
|
|
{{{below}}}
|
|