Template:Col-begin

From Killing Floor 3 Wiki
Revision as of 18:43, 5 April 2024 by Yoshiro (talk | contribs) (Created page with "{| class="{{{class|}}} multicol" style="border-collapse: collapse; padding: 0px; border: 0px; background:{{{bgColor|transparent}}}; width:{{{width|100%}}};"<noinclude> Provides a multi-column layout with varying column widths. === Example === <pre>{{Col-begin}} {{Col-break|width=10%}} <div style="background-color: red;">Column 1 here</div> {{Col-break|width=50%}} <div style="background-color: green;">Column 2 here</div> {{Col-break}} <div style="background-color: blue;"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Provides a multi-column layout with varying column widths.

Example

{{Col-begin}}
{{Col-break|width=10%}}
<div style="background-color: red;">Column 1 here</div>
{{Col-break|width=50%}}
<div style="background-color: green;">Column 2 here</div>
{{Col-break}}
<div style="background-color: blue;">Column 3 here</div>
{{Col-break}}
<div style="background-color: yellow;">Column 4 here</div>
{{Col-break}}
<div style="background-color: purple;">Column 5 here</div>
{{Col-end}}

Produces:

Column 1 here

Column 2 here

Column 3 here

Column 4 here

Column 5 here

See the Wikipedia article on this template.