Template:ContentGrid

From DBE Makers
Revision as of 07:50, 14 November 2023 by grid>Krinkle
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{{content}}}
Template documentation

Lua error: callParserFunction: function "#translation" was not found.

Usage

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

For example:

{{ContentGrid
|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:

{{ContentGrid
|content=

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

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

}}

Produces:

Title

Content

Title

Content