แม่แบบ:Br separated entries
หน้าตา
| แม่แบบนี้ใช้ลูอา |
This template is used primarily in infoboxes to create a <br /> delimited collection of items, only adding the <br /> tags where needed.
Note: For lists of items, without bullets, do not use this template, but use {{plainlist}} instead, for better accessibility.
Usage
[แก้]{{br separated entries|entry1|entry2|entry3|entry4|entry5|...}}
Example
[แก้]| Code | Result |
|---|---|
{{br separated entries|entry1|entry2|entry3}} | entry1 entry2 entry3 |
{{br separated entries| |entry2|entry3}} | entry2 entry3 |
{{br separated entries|entry1| |entry3}} | entry1 entry3 |
{{br separated entries|entry1|entry2| }} | entry1 entry2 |
{{br separated entries|entry1| | }} | entry1 |
{{br separated entries| |entry2| }} | entry2 |
{{br separated entries| | |entry3}} | entry3 |
{{br separated entries| | | }} | |
{{br separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} | entry1 entry2 entry3 entry4 entry5 entry6 |
Template data
[แก้]ด้านล่างนี้คือข้อมูลแม่แบบ เอกสารกำกับสำหรับแม่แบบนี้ซึ่งใช้งานโดยตัวช่วยสร้างแม่แบบ เครื่องมือแก้ไขแบบเห็นภาพ และเครื่องมืออื่น ดูรายงานการใช้พารามิเตอร์ประจำเดือนสำหรับแม่แบบ:Br separated entries
ข้อมูลแม่แบบสำหรับ Br separated entries
Creates a <br /> delimited collection of items. Primarily for use in infoboxes, it only adds the <br /> tags where needed.
| พารามิเตอร์ | คำอธิบาย | ชนิด | สถานะ | |
|---|---|---|---|---|
| First item | 1 | First item, may be null | สตริง | ไม่บังคับ |
| Second item | 2 | Second item, many more items can be added | สตริง | ไม่บังคับ |
See also
[แก้]- {{comma separated entries}}
- {{plainlist}}
- {{flatlist}}
- {{pagelist}}
- {{multi-column numbered list}}
- Module:Br separated entries, the Lua module this template is based on