Template:Div col: Difference between revisions
Jump to navigation
Jump to search
>SatyrTN (fix) |
>SatyrTN (Instructions) |
||
Line 1: | Line 1: | ||
<includeonly><div style="-moz-column-count:2; column-count:2;{{#ifeq: {{lc:{{{small|}}}}} | yes | font-size:80%;|}}"></includeonly><noinclude> | |||
== 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%;|}}"> | <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> |
Revision as of 12:06, 8 August 2007
Description
This template is used to make a list into two columns, with the option of specifying a smaller font.
Usage
{{Div 2col}} * a * b * c * d {{Div col end}}
- Produces
- a
- b
- c
- d