Template:GridItem: Difference between revisions

From Step Mods | Change The Game
(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...")
 
mNo edit summary
 
Line 1: Line 1:
<includeonly><div class="{{{class|}}}" style="padding: 0 20px;text-align:justify;text-justify:inter-word;">{{{1}}}</div></includeonly><noinclude>__NOTOC__ [[Category:Formatting Templates]]
<includeonly><div class="{{{class|}}}" style="padding: 0 20px;text-align:justify;text-justify:inter-word;">{{{1}}}</div></includeonly><noinclude>__NOTOC__ [[Category:Layout Templates]]


==Purpose & Usage==
==Purpose & Usage==
Use this template to format content within a grid container.
Use this template to format content within a grid container. {{Fc|salmon|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==
==Examples==

Latest revision as of 15:27, September 17, 2021


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

Template:GridContainer