Template:Content Grid
Appearance
{{{content}}}
A responsive grid of page elements. Populate the "content" parameter with grid elements separated by a new line.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| content | content | no description | String | required |
| width | width | no description | Unknown | optional |
| grid-columns-min-max | grid-columns-min-max | no description | Unknown | optional |
| grid-gap | grid-gap | no description | Unknown | optional |
| grid-rows-min-max | grid-rows-min-max | no description | Unknown | optional |
{{Content_Grid
|content=
Text A
Text B
Text C
}}
Produces:
Text A
Text B
Text C