Template:Enum: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
m (6 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
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>
<includeonly>{{safesubst:<noinclude/>#invoke:Separated entries|main|separator=,&#32;|conjunction=&#32;and&#32;}}</includeonly><noinclude>
{{Documentation}}</noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 16:40, 15 October 2024

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