Template:Div col: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Instructions)
(mv to talk)
Line 1: Line 1:
<includeonly><div style="-moz-column-count:2; column-count:2;{{#ifeq: {{lc:{{{small|}}}}} | yes | font-size:80%;|}}"></includeonly><noinclude>
<includeonly><div style="-moz-column-count:2; column-count:2;{{#ifeq: {{lc:{{{small|}}}}} | yes | font-size:80%;|}}"></includeonly><noinclude>
{{Template talk:Div 2col}}
== Description ==
This template is used to make a list into two columns, with the option of specifying a smaller font.

== Usage ==
<pre>{{Div 2col}}
* a
* b
* c
* d
{{Div col end}}</pre>

;Produces:
<div style="-moz-column-count:2; column-count:2;{{#ifeq: {{lc:{{{small|}}}}} | yes | font-size:80%;|}}">
* a<br>
* b<br>
* c<br>
* d
</div>
</noinclude>
</noinclude>

Revision as of 17:08, August 8, 2007