Jump to content

Template:Reflist: Difference between revisions

change the default back to only a single column, see talk
m (→‎Parameters: minor)
(change the default back to only a single column, see talk)
Line 1: Line 1:
<div class="references-small" {{#if: {{{1|}}}| style="-moz-column-count:{{{1}}}; column-count:{{{1}}};" | style="-moz-column-width:30em"}}>
<div class="references-small" {{#if: {{{colwidth|}}}| style="-moz-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};" | {{#if: {{{1|}}}| style="-moz-column-count:{{{1}}}; column-count:{{{1}}} }}};" |}}>
<references/>
<references/>
</div><noinclude>
</div><noinclude>
Line 19: Line 19:
</pre>
</pre>


== Parameters ==
== Multiple columns ==
Using <tt><nowiki>{{reflist|2}}</nowiki></tt> will create a two-column reference list, and <tt><nowiki>{{reflist|3}}</nowiki></tt> will create a three-column list. Using simply <tt><nowiki>{{reflist}}</nowiki></tt> will create a reference list which incorporates CSS3 to automatically choose the number of columns based on the width of the web browser and the size of the text. Currently, multiple columns only render properly in Mozilla/Firefox. [http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html]
Using <tt><nowiki>{{reflist|2}}</nowiki></tt> will create a two-column reference list, and <tt><nowiki>{{reflist|3}}</nowiki></tt> will create a three-column list.
 
Using <tt><nowiki>{{reflist|colwidth=30em}}</nowiki></tt> will allow the browser to automatically choose the number of columns based on the width of the web browser.  Choose a column width that's appropriate for the average width of the references on the page.
 
(note: multiple columns currently render properly only in Mozilla/Firefox. [http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html])


== See also ==
== See also ==
Anonymous user