Difference between revisions of "Template:Col"

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

Latest revision as of 01:26, 14 August 2013

{{col|3|50%|nowrap|


}}