Template:Enum/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with "This template can be used to create an enumerated list. ==Usage== <code><nowiki>{{enum|A}}</nowiki></code> → {{enum|A}} <code><nowiki>{{enum|A|B}}</nowiki></code> → {{en...")
 
m (wrong category)
Line 16: Line 16:
<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Hover Template]]
[[Category:Templates]]
[[Category:Formatting templates]]
</includeonly>
</includeonly>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 05:15, 17 May 2013

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