Template:csv

From Aether Project Wiki
Jump to navigation Jump to search


[view | edit | history | purge]Documentation

Surrounds comma-separated values in a given tag.

Parameters
  • 1: comma-separated values (escape actual commas using \,)
  • delimiter (or d): output delimiter (defaults to ",")
  • tag: the HTML tag to surround each value with (defaults to "code")
Example
{{csv|lorem,ipsum,dolor,sit,amet|delimiter=-|tag=code}}

produces: lorem-ipsum-dolor-sit-amet

[view | edit | history | purge]The above documentation is transcluded from Template:Csv/doc.