Template:Reflist: Difference between revisions

From IxWiki
Jump to navigation Jump to search
m (1 revision imported)
>Izno
(remove column-width dependency (probably need to steal the implementation here over to refbegin for column-count removal))
Line 5: Line 5:
  -->{{#if: {{{1|}}}
  -->{{#if: {{{1|}}}
     | {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }}
     | {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }}
       | {{column-width|1={{{1}}}}}
       | column-width: {{{1|30em}}};
       | {{#switch:{{{1|}}}|1=|2={{column-width|1=30em}}|#default={{column-width|1=25em}}}} }}
       | {{#switch:{{{1|}}}|1=|2=column-width: 30em;|#default=column-width: 25em;}} }}
     | {{#if: {{{colwidth|}}}
     | {{#if: {{{colwidth|}}}
       | {{column-width|1={{{colwidth}}}}} }} }} list-style-type: <!--
       | column-width: {{{colwidth|30em}}}; }} }} list-style-type: <!--
  -->{{{liststyle|{{#switch: {{{group|}}}
  -->{{{liststyle|{{#switch: {{{group|}}}
     | upper-alpha
     | upper-alpha

Revision as of 02:11, 8 January 2021