Template:Enum/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
m (wrong category)
mNo edit summary
Line 1: Line 1:
{{Documentation subpage}}
This template can be used to create an enumerated list.
This template can be used to create an enumerated list.


Line 14: Line 16:
<code><nowiki>{{enum|delim=+|conj=|A|B|C}}</nowiki></code> → {{enum|delim=+|conj=|A|B|C}}
<code><nowiki>{{enum|delim=+|conj=|A|B|C}}</nowiki></code> → {{enum|delim=+|conj=|A|B|C}}


<includeonly>
{{Documentation categories|
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- Categories and interwikis go here. -->
[[Category:Templates]]
[[Category:Templates]]
</includeonly>
}}
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 09:49, 2 December 2020

This subpage provides documentation for Template:Enum.

This template can be used to create an enumerated list.

Usage

{{enum|A}} → A

{{enum|A|B}} → A and B

{{enum|A|B|C}} → A, B and C

{{enum|serial=|A|B|C}} → A, B and C

{{enum|conj=|A|B|C}} → A, B and C

{{enum|delim=+|conj=|A|B|C}} → A, B and C