Difference between revisions of "Template:Navbox-even"

From Krafties
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
<noinclude>{| class="navbox"</noinclude>
 
<noinclude>{| class="navbox"</noinclude>
<onlyinclude>!style="width:120px" class="navbox-group"|{{{group}}}
+
<onlyinclude>!rowspan="{{{rowspan}}}" style="width:120px" class="navbox-group"|{{{group}}}
|colspan={{{colspan}}} class="navbox-even"|{{{links}}}
+
|rowspan="{{{rowspan}}}" colspan={{{colspan}}} class="navbox-even"|{{{links}}}
 
|-</onlyinclude>
 
|-</onlyinclude>
 
<noinclude>|}
 
<noinclude>|}
Line 12: Line 12:
 
;Optional
 
;Optional
 
*<code>colspan=</code> if you want to increase the colspan of the links cell
 
*<code>colspan=</code> if you want to increase the colspan of the links cell
 
+
*<code>rowspan=</code> if you want to add rowspan (applies to both heading and links cells)
 
|}</noinclude>
 
|}</noinclude>

Revision as of 10:12, 3 April 2015

Documentation icon Template documentation ( view · talk · edit)

Template:Navbox-even/doc

The above documentation is transcluded from Template:Navbox-even/doc.
Editors can experiment in this template's sandbox
Please add categories to the /doc subpage within <includeonly>...</includeonly>
This template is made to be used with the {{Navbox}} template

This template is a single row with a darker background than {{Navbox-odd}}

  • group= The name of the group of links
  • links= List of links
Optional
  • colspan= if you want to increase the colspan of the links cell
  • rowspan= if you want to add rowspan (applies to both heading and links cells)