Difference between revisions of "Template:Columns"

From The Coppermind
Jump to navigation Jump to search
(CSS3)
 
(+{style|})
Line 1: Line 1:
<div style="-moz-column-count:{{{count|3}}}; -webkit-column-count:{{{count|3}}}; column-count:{{{count|3}}}; height:{{{height|auto}}};">{{{1}}}</div><noinclude>Outputs the first argument in <nowiki>{{{count|3}}}</nowiki> columns.
+
<div style="-moz-column-count:{{{count|3}}}; -webkit-column-count:{{{count|3}}}; column-count:{{{count|3}}}; height:{{{height|auto}}}; {{{style|}}};">{{{1}}}</div><noinclude>Outputs the first argument in <nowiki>{{{count|3}}}</nowiki> columns.

Revision as of 21:36, 10 February 2011

{{{1}}}

Outputs the first argument in {{{count|3}}} columns.