From GamingWiki
Jump to: navigation, search
(Created page with "Print a subheader line of an infobox table. Arguments and their defaults are: <pre> {{Infobox subhead | colspan = 1 | text = }} </pre> {{Infobox begin}} <onlyinclude><nowiki...")
 
 
Line 2: Line 2:
 
<pre>
 
<pre>
 
{{Infobox subhead
 
{{Infobox subhead
 +
| text    =
 
| colspan = 1
 
| colspan = 1
| text    =
 
 
}}
 
}}
 +
</pre>
 +
 +
The <tt>text</tt> parameter may also be passed as a positional parameter:
 +
<pre>
 +
{{Infobox subhead | Subheader text here | colspan = 1 }}
 
</pre>
 
</pre>
  
 
{{Infobox begin}}
 
{{Infobox begin}}
 
<onlyinclude><nowiki />
 
<onlyinclude><nowiki />
| colspan="{{{colspan|1}}}" class="subhead" | {{{text<includeonly>|</includeonly>}}}
+
| colspan="{{{colspan|1}}}" class="subhead" | {{{text|{{{1|<noinclude>Subheader text here</noinclude>}}}}}}
 
|-</onlyinclude>
 
|-</onlyinclude>
 
{{Infobox end}}
 
{{Infobox end}}

Latest revision as of 17:11, 12 August 2011

Print a subheader line of an infobox table. Arguments and their defaults are:

{{Infobox subhead
| text    = 
| colspan = 1
}}

The text parameter may also be passed as a positional parameter:

{{Infobox subhead | Subheader text here | colspan = 1 }}

Subheader text here