Template:Infobox section: Difference between revisions
From NSPedia
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#if:{{{1|}}}| | ||
<tr> | <tr> | ||
<th colspan="2" style=" | <th colspan="2" style=" | ||
| Line 8: | Line 8: | ||
padding:3px; | padding:3px; | ||
"> | "> | ||
{{{1 | {{{1}}} | ||
</th> | </th> | ||
</tr> | </tr> | ||
</includeonly> | }}</includeonly><noinclude> | ||
<noinclude> | |||
== Infobox section == | == Infobox section == | ||
Creates a section heading inside an infobox. | Creates a section heading inside an infobox. | ||
Empty sections are automatically hidden. | |||
=== Usage === | |||
<pre> | <pre> | ||
{{Infobox section|Personal details}} | {{Infobox section|Personal details}} | ||
</pre> | </pre> | ||
Another example: | |||
<pre> | |||
{{Infobox section|Military service}} | |||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 03:10, 6 September 2026
Infobox section
Creates a section heading inside an infobox.
Empty sections are automatically hidden.
Usage
{{Infobox section|Personal details}}
Another example:
{{Infobox section|Military service}}
