Template:Reflist: Difference between revisions
Template page
More actions
fandomwiki>007a83 Created page with "{{#if: {{{1|}}} | <div style="column-count: {{{1}}}; -moz-column-count: {{{1}}}; -webkit-column-count: {{{1}}};">}}{{#tag:references}}{{#if: {{{1|}}} | </div> }}<noinclude> {{..." |
m 1 revision imported |
||
| Line 1: | Line 1: | ||
{{#if: {{{1|}}} | < | <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 style --> | |||
| {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }} |style="column-width: {{{1}}};"}} | |||
| {{#if: {{{colwidth|}}}|style="column-width: {{{colwidth}}};"}} | |||
}}> | |||
{{#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> | |||
{{Documentation}} | |||
</noinclude> | </noinclude> | ||
Revision as of 14:24, 24 October 2024
Script error: No such module "Check for unknown parameters".
{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}
Script error: No such module "Check for unknown parameters".
The template is used in place of the <references /> tag.
It will also accept an optional number, which is the amount of columns the reference list will take up.
Usage
Simply put the template where you would normally put the <references /> tag, and put how many columns you want. You can also leave it blank for just 1, making it act exactly the same as the <references /> tag.
Examples
<ref>Example ref 1</ref>
<ref>Example ref 2</ref>
<ref>Example ref 3</ref>
<ref>Example ref 4</ref>
== References ==
{{reflist}}
- produces
References
<ref>Example ref 1</ref>
<ref>Example ref 2</ref>
<ref>Example ref 3</ref>
<ref>Example ref 4</ref>
== References ==
{{reflist|2}}
- produces
The above documentation is transcluded from Template:Reflist/doc. (edit | history)