Template:Infobox section

From WikiMSK

Revision as of 17:27, 3 April 2022 by Jeremy (talk | contribs) (Created page with "<includeonly><div class="info-section {{{3|}}}" style="margin-bottom: 10px;"> <div class="info-section-header">{{{1|}}}</div> <div class="info-section-body">{{{2|}}}</div> </d...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

Easy add sections to infobox.

{{infobox begin}}   <!-- must open infobox -->
...
{{infobox section
|YourText1   <!-- header -->
|YourText2   <!-- body -->
|horizontal  <!-- sections go in two columns; if "vertical" in one column -->
}}
...
{{infobox end}}  <!-- must close infobox -->