This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.
Template:EnglishList
Jump to navigation
Jump to search
Usage
This template acts as a function to convert a comma or other separated list string into an English list (a list with the word "and" or "or" before the last element). It is designed to be combined with inline DPL lists.
{{EnglishList |text=<List of items> |sep=<Optional separator string/character that exists between words; default is the ascii comma code (,)> |andstr=<Optional string to use instead of " and ". A typical application may use " or " instead. Note: to get spacing correct, you need to use the ascii space code ( ) (i.e. "  or  ") }}
Notes
- The input text is only altered if the specified separator, or the default ",", exists within it.
Examples
{{EnglishList|text=1st item, 2nd item, 3rd item|sep=,}} | 1st item, 2nd item, and 3rd item |
{{EnglishList|text=1st item, 2nd item|sep=,}} | 1st item and 2nd item |
{{EnglishList|text=1st item|sep=,}} | 1st item |