Difference between revisions of "Template:Col"

From BroaDWcast
Jump to navigationJump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="-moz-column-count:{{{col|2}}}; -webkit-column-count:{{{col|2}}}; column-count:{{{col|2}}} {{#if: {{{width}}} | width:{{{width}}} | }};">{{{list}}}</div>
+
<includeonly>{{#css:
<noinclude>
+
#col { -moz-column-count: {{{1|2}}}; -webkit-column-count: {{{1|2}}}; column-count: {{{1|2}}}; }
{{col
 
| col = <br />
 
| width = <br />
 
| list = <br />
 
 
}}
 
}}
</noinclude>
+
<div id="col" style="width:{{{2}}}; white-space:{{{3|nowrap}}}; vertical-align:text-top;">{{{4}}}</div></includeonly>
 +
<noinclude><nowiki>
 +
{{col|3|50%|nowrap|</nowiki>
 +
 
 +
 
 +
<nowiki>}}
 +
</nowiki></noinclude>

Latest revision as of 01:26, 14 August 2013

{{col|3|50%|nowrap|


}}