Template:Col-begin: Difference between revisions

From The FunKey Wiki
Content added Content deleted
m (adding comment)
m (1 revision imported)
Line 1: Line 1:
<div>
<div>
{| class="{{{class|}}} multicol" role="presentation" style="{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}}; {{{style|}}}"<noinclude>
{| class="{{{class|}}} multicol" role="presentation" style="{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}}; {{{style|}}}"<noinclude>
|-
|
|}</div>
|}</div>
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here -->
</noinclude>
</noinclude>

Revision as of 17:28, 28 August 2020

This documentation is transcluded from Template:Col-begin/doc.
Description
This template starts a column, as part of a two-column template.
Syntax
Type {{Col-begin}}, then whatever you would like inside the first box, then {{Col-2}} and whatever you want in the second box, ended by {{Col-end}}.
For example...
{{Col-begin}}
Text
{{Col-2}}
Text
{{Col-end}}