Template:Reflist: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatestyles src="Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{liststyle|{{{group|}}}}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{liststyle|{{{group}}}}}}}} <!-- -->{{#if:{{{1|}}}|{{#iferror:{{#ifexpr: {{{1|1}}} > 1 }}||{{#switch:{{{1|}}}|1=|2=reflist-columns-2|#default=reflist-columns-3}} }}}}" <!-- end class -->{{#if: {{{1|}}}<!-- start sty..." |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="references-small" {{#if: {{{1|}}}| style="-moz-column-count:{{{1}}}; column-count:{{{1}}};" |}}> | |||
<references/> | |||
</div><noinclude> | |||
== Usage == | |||
Use this template to create a reference list in an article (unlike [[Template:Reference]], '''Reflist''' doesn't include the ''References'' heading, thereby making the syntax easier to read). For Example: | |||
<pre> | |||
== Content == | |||
Lorem ipsum.<ref>Source name, access date, etc.</ref> | |||
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> | |||
== References == | |||
{{reflist}} | |||
</pre> | |||
== Parameters == | |||
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. Currently, multiple columns only render properly in Mozilla/Firefox. [http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html] | |||
== See also == | |||
* [[Wikipedia:Citing sources]] | |||
* [[Wikipedia:Footnotes]] | |||
[[Category:Citation templates| ]] | |||
</noinclude> | </noinclude> |
Revision as of 04:02, 29 October 2024
Usage
Use this template to create a reference list in an article (unlike Template:Reference, Reflist doesn't include the References heading, thereby making the syntax easier to read). For Example:
== Content == Lorem ipsum.<ref>Source name, access date, etc.</ref> Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> == References == {{reflist}}
Parameters
Using {{reflist|2}} will create a two-column reference list, and {{reflist|3}} will create a three-column list. Currently, multiple columns only render properly in Mozilla/Firefox. [1]