User:Blackice/templates/plainlist
From Guild Wars 2 Wiki
< User:Blackice | templates
Jump to navigationJump to search
Similar to Wikipedia's plainlist, except that list items can be supplied as comma-separated values.
Examples[edit]
{{../plainlist|a,b,c,d,e}}
Result:
- a
- b
- c
- d
- e
Empty list items will be excluded:
{{../plainlist|1,2,,,5,6,,8,9,}}
Result:
- 1
- 2
- 5
- 6
- 8
- 9
The separator can be changed with the sep
parameter:
{{../plainlist|Quaggans and Skritt and Dolyaks|sep=and}}
- Quaggans
- Skritt
- Dolyaks