ಟೆಂಪ್ಲೇಟು:Column-generating template families

Column-generating template families ಬದಲಾಯಿಸಿ

The templates listed here are not interchangeable. For example, using {{Col-float}} with {{Col-end}} instead of {{Col-float-end}} would leave a HTML "div" (division) open, potentially harming any subsequent formatting.

Column templates
Type Family
Handles wiki
 table code?dagger
Responsive/
Mobile suited
Start template Column divider End template
Float "col-float" Yes Yes {{Col-float}} {{Col-float-break}} {{Col-float-end}}
"columns-start" Yes Yes {{Columns-start}} {{Column}} {{Columns-end}}
Columns "div col" Yes Yes {{Div col}} {{Div col end}}
"columns-list" No Yes {{Columns-list}} (wraps div col)
Flexbox "flex columns" No Yes {{Flex columns}}
Table "col" Yes No {{Col-begin}},
{{Col-begin-fixed}} or
{{Col-begin-small}}
{{Col-break}} or
{{Col-2}} .. {{Col-5}}
{{Col-end}}

dagger 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.