Template:ContentGrid

From SEPsesam
{{{content}}}


Usage

A grid of page elements. Populate the content parameter with grid elements separated by a new line. Example:

{{Content_Grid |content=
	Text A

	Text B

	Text C
}}

Combine this template with ContentTile (make sure to leave no new lines between ContentTiles):

{{Content_Grid |content={{Content_Tile
|heading = <translate>Heading text</translate>
|content = 
<translate>Content text

in multiple rows</translate>}}{{Content_Tile
|heading = <translate>Heading text</translate>
|content = <nowiki />
*<translate>Content in bullet list
*in multiple rows</translate>}}

}}