Difference between revisions of "Template:Reflist"

From Combine OverWiki, the original Half-Life wiki and Portal wiki
Jump to: navigation, search
Line 1: Line 1:
<div class="references-small" style="font-size:8pt;{{#if: {{{colwidth|}}}| -moz-column-width:{{{colwidth}}}; -webkit-column-width:{{{colwidth}}}; -o-column-width:{{{colwidth}}}; -ms-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};}} {{#if: {{{1|}}}| -moz-column-count:{{{1}}}; -webkit-column-count:{{{1}}}; -o-column-count:{{{1}}}; -ms-column-count:{{{1}}}; column-count:{{{1}}} }}">
+
<div class="references-small" style="font-size:8pt;<!--
<references /></div><noinclude>
+
-->{{#if: {{{1|}}}
 +
    | columns {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }}
 +
      | references-column-width
 +
      | references-column-count references-column-count-{{#if:1|{{{1}}}}} }}
 +
    | {{#if: {{{colwidth|}}}
 +
      | references-column-width }} }}" style="<!--
 +
-->{{#if: {{{1|}}}
 +
    | {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }}
 +
      | {{column-width|{{#if:1|{{{1}}}}}}}
 +
      | {{column-count|{{#if:1|{{{1}}}}}}} }}
 +
    | {{#if: {{{colwidth|}}}
 +
      | {{column-width|{{{colwidth}}}}} }} }} list-style-type: <!--
 +
-->{{{liststyle|{{#switch: {{{group|}}}
 +
    | upper-alpha
 +
    | lower-alpha = {{{group}}}
 +
    | #default = decimal}}}}};">
 +
{{#tag:references|{{{refs|}}}|group={{{group|}}}}}</div><noinclude>
  
 
==Usage==
 
==Usage==

Revision as of 16:18, 3 May 2015

Usage

Use this template to create a reference list in an article.

If used with no parameters, it will simply produce a reference list in a small font.

Multiple columns

Using {{reflist|2}} will create a two-column reference list, and {{reflist|3}} will create a three-column list.

Using {{reflist|colwidth=30em}} 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.

Copied source and usage text from Wikipedia through Wookieepedia.