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...")
(No difference)

Revision as of 05:14, 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