Template:ContentGrid/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page. --> == Usage == A responsive grid of page elements. Populate the <code>content</code> parameter with grid elements separated by a new line. For example: <pre><nowiki>{{ContentGrid |content= Text A Text B Text C }}</nowiki></pre> Produces: {{ContentGrid |content= Text A Text B Text C }} This template works well with other templates. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| <!-- C...") |
(No difference)
|
Latest revision as of 15:23, 21 December 2023
This is a documentation subpage for Template:ContentGrid. It may contain usage information, categories, and other content that is not part of the original template page. |
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.