The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Template:Enum

From Path of Exile 2 Wiki
Revision as of 02:29, 17 May 2013 by Vinifera7 (talk | contribs) (Created page with "<includeonly>{{{1}}}{{#if: {{{2|}}} | {{#if: {{{3|}}} | {{{delim|, }}} | {{{conj| and }}} }}{{{2}}} }}{{#if: {{{3|}}} | {{#if: {{{4|}}} | {{{delim|, }}} | ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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

{{Enum|<first>|<second>|<third>|...}}

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

See also

This template was adapted from Template:Enum on Wikipedia.
Adaptation is noted for reference and attribution only. This template may differ from the original in function or in usage.