Template:Column-generating template families
From WikiMD's Wellness Encyclopedia
Column-generating template families[edit source]
The templates listed here are not interchangeable. For example, using {{ col-float}}
with {{
col-end}}
instead of {{
would leave a <div>...</div>
open, potentially harming any subsequent formatting.
<section begin="table" />
Type | Family | Handles wiki
table code?† |
Responsive/ Mobile suited |
Start template | Column divider | End template |
---|---|---|---|---|---|---|
Float | "col-float" | Yes | Yes | {{ | {{ | {{ |
"columns-start" | Yes | Yes | {{ | {{
column}} |
{{ | |
Columns | "div col" | Yes | Yes | {{
div col}} |
– | {{ |
"columns-list" | No | Yes | {{
(wraps div col) |
– | – | |
Flexbox | "flex columns" | No | Yes | {{ | – | – |
Table | "col" | Yes | No | {{
col-begin}}
, or |
{{
or col-2}} .. {{
col-5}} |
{{
col-end}} |
† Can template handle the basic wiki markup {| | || |- |}
used to create tables? If not, special templates that produce these elements (such as {{
(!}}
, {{
!}}
, {{
!!}}
, {{
!-}}
, {{
!)}}
)—or HTML tags (<table>...</table>
, <tr>...</tr>
, etc.)—need to be used instead.<section end="table" />
Template documentation
Used by column template documentation pages to provide links to other column-related templates.