Template:GridContainer

From Step Mods | Change The Game
Revision as of 00:27, January 14, 2021 by DoubleYou (talk | contribs)


Purpose & Usage

Use this template to format content within a grid container.

Parameters

Required

  • parameter 1: This is where you place your GridItems.

Optional

  • template: This specifies the grid-template. Default is auto / auto auto auto. It is using this CSS property.

Examples

Code:

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

Result:

1
2
3

See Also

Template:GridItem