Template:Enum: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{{1}}}{{#if: {{{2|}}} | {{#if: {{{3|}}} | {{{delim|, }}} | {{{conj| and }}} }}{{{2}}} }}{{#if: {{{3|}}} | {{#if: {{{4|}}} | {{{delim|, }}} | ...")
 
m (use normal spaces instead of non-breaking spaces)
Line 1: Line 1:
<includeonly>{{{1}}}{{#if: {{{2|}}} | {{#if: {{{3|}}} | {{{delim|,&nbsp;}}} | {{{conj|&nbsp;and&nbsp;}}} }}{{{2}}}
<includeonly>{{{1}}}{{#if: {{{2|}}} | {{#if: {{{3|}}} | {{{delim|,&#32;}}} | {{{conj|&#32;and&#32;}}} }}{{{2}}}
}}{{#if: {{{3|}}} | {{#if: {{{4|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{3}}}
}}{{#if: {{{3|}}} | {{#if: {{{4|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{3}}}
}}{{#if: {{{4|}}} | {{#if: {{{5|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{4}}}
}}{{#if: {{{4|}}} | {{#if: {{{5|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{4}}}
}}{{#if: {{{5|}}} | {{#if: {{{6|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{5}}}
}}{{#if: {{{5|}}} | {{#if: {{{6|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{5}}}
}}{{#if: {{{6|}}} | {{#if: {{{5|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{6}}}
}}{{#if: {{{6|}}} | {{#if: {{{5|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{6}}}
}}{{#if: {{{7|}}} | {{#if: {{{8|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{7}}}
}}{{#if: {{{7|}}} | {{#if: {{{8|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{7}}}
}}{{#if: {{{8|}}} | {{#if: {{{9|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{8}}}
}}{{#if: {{{8|}}} | {{#if: {{{9|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{8}}}
}}{{#if: {{{9|}}} | {{#if: {{{10|}}} | {{{delim|,&nbsp;}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}} }}{{{9}}}
}}{{#if: {{{9|}}} | {{#if: {{{10|}}} | {{{delim|,&#32;}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}} }}{{{9}}}
}}{{#if: {{{10|}}} | {{{serial|{{{delim|,&nbsp;}}}}}}{{{conj|&nbsp;and&nbsp;}}}{{{10}}} }}</includeonly><noinclude>
}}{{#if: {{{10|}}} | {{{serial|{{{delim|,&#32;}}}}}}{{{conj|&#32;and&#32;}}}{{{10}}} }}</includeonly><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 02:31, 17 May 2013

Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

This template can be used to create an enumerated list.

Usage

Examples

Code Result
{{Enum}} {{{1}}}
{{Enum|A}} A
{{Enum|A|B}} A and B
{{Enum|A|B|C}} A, B, and C
{{Enum|A|B|C|D}} A, B, C, and D