Do you have a question you wish you could ask Jimmy Jean-Louis, the actor who portrays the Haitian?
Heroes Wiki has an exclusive interview scheduled with the actor. Submit your questions here.
Template:EnglishList
From Heroes Wiki
Usage
This template acts as a function to convert a comma or other seperated 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 |

