Minecraft Wiki

Minecraft Wiki ไม่ถือว่าเป็นวิกิอย่างเป็นทางการของ Microsoft อีกต่อไป ดังนั้นจึงมีการเปลี่ยนแปลงหลายประการเกิดขึ้น ซึ่งรวมไปถึงโลโก้ของวิกิด้วย โปรดอ่านที่ประกาศนี้สำหรับข้อมูลเพิ่มเติม

READ MORE

Minecraft Wiki
Advertisement
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information

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

Advertisement