Template:Enum/sandbox: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Create sandbox version of Template:Enum)
 
No edit summary
Line 1: Line 1:
{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|main|separator={{#if:{{{comma|}}}|{{{comma}}}|,&#32;}}|conjunction={{#if:{{{and|}}}|{{{and}}}|&#32;and&#32;}}}}{{#if:{{{1|}}}|{{{after|}}}}}<noinclude>
{{#invoke:Separated entries|main|separator={{#if:{{{comma|}}}|{{{comma}}}|,&#32;}}|conjunction={{#if:{{{and|}}}|{{{and}}}|&#32;and&#32;}}}}{{#if:{{{1|}}}|{{{after|}}}}}<noinclude>
{{Documentation}}</noinclude>
{{Documentation}}</noinclude>

Revision as of 05:33, 24 June 2021

This is the template sandbox page for Template:Enum (diff).

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}}
{{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