Template:Col-float/doc: Difference between revisions
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{Lua|Module:Separated entries}} Side-by-side columns, based on Cascading..." |
Caleb Cooper (talk | contribs) |
||
Line 19:
{{tl|Col-float}} can be used with numbered parameters for columns (i.e. {{para|1}} is the first column, {{para|2}} is the second, and so on). However, lists have to be preceded with <code><nowiki/></code> and a newline, and tables have to use {{Tn|!}}.
== Example section (from
=== With {{tl|Col-float-break}} ===
Line 25:
<div style="background:whitesmoke;">
{{col-float}}
'''Cars using the
*
*
*
*
*
*
*
{{col-float-break}}
'''Cars using the
*
*
*
*
*
*
*
{{col-float-end}}
</div>
<syntaxhighlight lang="moin">
{{col-float}}
'''Cars using the
*
*
*
*
*
*
*
{{col-float-break}}
'''Cars using the
*
*
*
*
*
*
*
{{col-float-end}}
</syntaxhighlight>
Line 71:
{{col-float
|1=
'''Cars using the
*
*
*
*
*
*
*
|2=
'''Cars using the
*
*
*
*
*
*
*
}}
</div>
Line 93:
{{col-float
|1=
'''Cars using the
*
*
*
*
*
*
*
|2=
'''Cars using the
*
*
*
*
*
*
*
}}
</syntaxhighlight>
| |||