Template:GridContainer

From Step Mods | Change The Game
Revision as of 04:37, January 13, 2021 by DoubleYou (talk | contribs) (Created page with "<includeonly><div style="display:grid;padding:1rem 0;grid-template-columns:{{{columns|auto auto auto}}};">{{{1}}}</div></includeonly><noinclude>__NOTOC__ Category:Formatting...")
(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:GridItem