Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes.
Known Issue: Xatheral has been temporarily disabled while we investigate a bug with Year of the Dragon gift delivery.DDO Forums edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template:Csv

From DDO wiki
Jump to navigation Jump to search

Usage

{{ Csv | 1 | [2] | [3] | | ... | [delimiter=] }}

Displays an arbitrary number of values separated by a delimiter (default= ', ' ).

Examples[edit]

Call Display
{{ Csv }}
{{ Csv | a }} a
{{ Csv | a | b }} a, b
{{ Csv | a | b | c | delimiter=- }} a-b-c
{{ Csv | a | b | c | d | delimiter =  :  }} a : b : c : d

Coding[edit]