Surrounds comma-separated values in a given tag.
- Parameters
1
: comma-separated values (escape actual commas using\,
)delimiter
(ord
): 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
[查看 | 编辑 | 历史 | 刷新]The above documentation is transcluded from 模板:Csv/doc.