Template:Content grid

DCCWiki, a community DCC encyclopedia.
Jump to: navigation, search
{{{content}}}
[edit] Template documentation

Usage

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

For example:

{{Content grid
|content=

Text A

Text B

Text C
}}

Produces:

Text A

Text B

Text C


This template works well with other templates, like Template:Colored box.

For example:

{{Content grid
|content=

{{Colored box
|title = Title
|content = Content
}}

{{Colored box
|title =
|content = 
}}

}}

Produces:

{{{heading}}}
Content
{{{heading}}}
Content

See also