Template:GridItem

From Step Mods | Change The Game
Revision as of 04:37, January 13, 2021 by DoubleYou (talk | contribs) (Created page with "<includeonly><div class="{{{class|}}}" style="padding: 0 20px;text-align:justify;text-justify:inter-word;">{{{1}}}</div></includeonly><noinclude>__NOTOC__ Category:Formattin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Purpose & Usage[edit source]

Use this template to format content within a grid container.

Examples[edit source]

Code:

{{GridContainer|
{{GridItem|1}}
{{GridItem|2}}
{{GridItem|3}}
}}

Result:

1
2
3

See Also[edit source]

Template:GridContainer