Difference between revisions of "Template:Navbox/row"

From Mario Fan Games Galaxy Wiki
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>{{navbox/title}}</noinclude>
 
<noinclude>{{navbox/title}}</noinclude>
 
|-
 
|-
| style='width: 96px; text-align: right; padding-right: 8px; font-size: 85%; background-color: #ddf;' | '''{{{group|Group}}}'''
+
! class="navboxRowGroup" | '''{{{group|Group}}}'''
| style='font-size: 85%; background-color: #{{{color|fff}}}' | {{{list|List}}}<noinclude>
+
| class="navboxRowList" | {{{list|List}}}<noinclude>
 
{{navbox/end}}
 
{{navbox/end}}
  
 
   
 
   
 
'''Navbox/row''' is used along with [[Template:Navbox/title|Navbox/title]] and [[Template:Navbox/end|Navbox/end]] to create navigation tables. Seen above is the effect of all three; if there is not at least one of each template, the table's format will error.
 
'''Navbox/row''' is used along with [[Template:Navbox/title|Navbox/title]] and [[Template:Navbox/end|Navbox/end]] to create navigation tables. Seen above is the effect of all three; if there is not at least one of each template, the table's format will error.
 +
 +
[[Template:Navbox/rowcentered|Navbox/rowcentered]] is useful should you need centered content.
  
 
   
 
   

Latest revision as of 20:07, 17 July 2010

Title
Group


Navbox/row is used along with Navbox/title and Navbox/end to create navigation tables. Seen above is the effect of all three; if there is not at least one of each template, the table's format will error.

Navbox/rowcentered is useful should you need centered content.


Usage

All parameter names are case-sensitive.

 {{navbox/title
 | title = The table's title. It helps to link to a related feature (ie. "[[History of MFGG]]" as the title)
 }}
 {{navbox/row
 | group = Group 1
 | list = [[Item 1]] {{dot}} [[Item 2]] {{dot}} Item 3
 }}
 {{navbox/end}}