Difference between revisions of "Template:Reflist"

From Self-sufficiency
Jump to: navigation, search
m (Protected Template:Reflist: high-visibility template [edit=sysop:move=sysop])
m (1 revision imported)
 
(31 intermediate revisions by 20 users not shown)
Line 1: Line 1:
<div class="references-small" {{#if: {{{colwidth|}}}| style="-moz-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};" | {{#if: {{{1|}}}| style="-moz-column-count:{{{1}}}; column-count:{{{1}}} }}};" |}}>
+
<div class="reflist <!--
<references/>
+
-->{{#if: {{{1|}}} {{{colwidth|}}}
</div><noinclude>
+
    | columns references-column-width
== Usage ==
+
}}" style="<!--
 
+
-->{{#if: {{{1|}}}
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:
+
    | {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }}
 
+
      | {{column-width|1={{{1}}}}}
<pre>
+
      | {{#switch:{{{1|}}}|1=|2={{column-width|1=30em}}|#default={{column-width|1=25em}}}} }}
== Content ==
+
    | {{#if: {{{colwidth|}}}
 
+
      | {{column-width|1={{{colwidth}}}}} }} }} list-style-type: <!--
Lorem ipsum.<ref>Source name, access date, etc.</ref>
+
-->{{{liststyle|{{#switch: {{{group|}}}
 
+
    | upper-alpha
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
+
    | upper-roman
 
+
    | lower-alpha
== References ==
+
    | lower-greek
 
+
    | lower-roman = {{{group}}}
{{reflist}}
+
    | #default = decimal}}}}};">
 
+
{{#tag:references|{{{refs|}}}|group={{{group|}}}|responsive={{#if:{{{1|}}}{{{colwidth|}}}|0|1}}}}</div>{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using reflist with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Reflist]] with unknown parameter "_VALUE_"|ignoreblank=y| 1 | colwidth | group | liststyle | refs }}<noinclude>
</pre>
+
{{Documentation}}
 
+
== 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 <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]].<ref>{{cite web|accessdate=2006-11-24|title=CSS3 Multi-Column Thriller|url=http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html}}</ref>, though the feature is included in [[Cascading Style Sheets|CSS3]], so it should work for a larger number of browsers in the future.<ref>{{cite web|url=http://www.w3.org/TR/css3-multicol|title=CSS3 module: Multi-column layout|publisher=[[World Wide Web Consortium|W3C]]|date=2005-12-15|accessdate=2006-11-24}}</ref>
+
 
+
== See also ==
+
 
+
* [[Wikipedia:Citing sources]]
+
* [[Wikipedia:Footnotes]]
+
 
+
== References ==
+
 
+
{{reflist}}
+
 
+
[[Category:Citation templates| ]]
+
 
</noinclude>
 
</noinclude>

Latest revision as of 21:56, 17 February 2018

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />