Template:GridContainer

From Step Mods | Change The Game
Revision as of 15:26, September 17, 2021 by Z929669 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Purpose & Usage

Use this template to format content within a grid container. NOTE: This was created to properly display the NMS custom navbar but could be used in other edge cases (e.g., user pages or custom guides).

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