Template:GridItem
From Step Mods | Change The Game
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).
Examples
Code:
{{GridContainer| {{GridItem|1}} {{GridItem|2}} {{GridItem|3}} }}
Result:
1
2
3
See Also