Template:Div col: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content deleted Content added
add mutual exclusive defaults.
Results in colcount taking presedence in Chrome, while colwidth taking presedence in Firefox. Not safe.
Line 1: Line 1:
<includeonly><div style="{{#if:{{{2|{{{colwidth|}}}}}}|{{column-width|{{{2|{{{colwidth|{{#if:{{{1|{{{cols|}}}}}}||10em}}}}}}}}}}}} {{column-count|{{{1|{{{cols|{{#if:{{{2|{{{colwidth|}}}}}}||2}}}}}}}}}} {{#ifeq:{{lc:{{{small|}}}}}|yes|font-size:90%;}}"></includeonly><noinclude>
<includeonly><div style="{{#if:{{{colwidth|}}}|{{column-width|{{{colwidth}}}}}|{{column-count|{{{1|{{{cols|2}}}}}}}}}} {{#ifeq:{{lc:{{{small|}}}}}|yes|font-size:90%;}}"></includeonly><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>