Difference between revisions of "Template:Navbox"

From Underrail Wiki
Jump to navigation Jump to search
m (Protected "Template:Navbox": internal wiki page (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)) [cascading])
m
Line 3: Line 3:
 
{{!}}-
 
{{!}}-
 
{{!}} style="padding:2px;" {{!}} }}
 
{{!}} style="padding:2px;" {{!}} }}
{{{!}} cellspacing="0" class="nowraplinks {{#if:{{{title|}}}|{{#switch:{{{state|}}}|plain|off=|#default=collapsible {{#if:{{{state|}}}|{{{state|}}}|autocollapse}}}}}} {{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=navbox-subgroup" style="width:100%;{{{bodystyle|}}};{{{style|}}}|#default=" style="width:100%;background:transparent;color:inherit}};{{{innerstyle|}}};" <!--
+
{{{!}} cellspacing="0" class="nowraplinks {{#if:{{{title|}}}|{{#switch:{{{state|}}}|plain|off=|#default=mw-collapsible {{#if:{{{state|}}}|{{{state|}}}|autocollapse}}}}}} {{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=navbox-subgroup" style="width:100%;{{{bodystyle|}}};{{{style|}}}|#default=" style="width:100%;background:transparent;color:inherit}};{{{innerstyle|}}};" <!--
  
  

Revision as of 07:47, 6 August 2013


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Navbox/doc to view this documentation. (edit) (How does this work?)

Navbox template lazily copied off mediawiki. See http://www.mediawiki.org/wiki/Template:Navbox for more details.

Syntax

{{Navbox
|name       = {{subst:PAGENAME}}
|title      = text in the title bar
|image      = an optional right-side image, coded as the whole image. Should be coded as [[Image:Misc_icon.png|link=]]
|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

{{Navbox
|name       = Navbox/doc
|image      = {{{image}}}
|title      = {{{title}}}
|above      = {{{above}}}

|group1     = {{{group1}}}
|list1      = {{{list1}}}

|group2     = {{{group2}}}
|list2      = {{{list2}}}

|list3      = {{{list3}}} ''without {{{group3}}}''

|group4     = {{{group4}}}
|list4      = {{{list4}}}

|below      = {{{below}}}
}}

Results in...