Template:Br separated entries/doc
Lua error: Internal error: The interpreter exited with status 1. Lua error: Internal error: The interpreter exited with status 1.
Lua error: Internal error: The interpreter exited with status 1.
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 {{unbulleted list}} or {{plainlist}} instead, for better accessibility.
Usage
{{br separated entries|entry1|entry2|entry3|entry4|entry5|...}}
Example
| Code | Result |
|---|---|
{{br separated entries|entry1|entry2|entry3}} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries| |entry2|entry3}} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries|entry1| |entry3}} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries|entry1|entry2| }} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries|entry1| | }} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries| |entry2| }} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries| | |entry3}} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries| | | }} |
Lua error: Internal error: The interpreter exited with status 1. |
{{br separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} |
Lua error: Internal error: The interpreter exited with status 1. |
Template data
TemplateData for Br separated entries
Lua error: Internal error: The interpreter exited with status 1.
Creates a <br /> delimited collection of items. Primarily for use in infoboxes, it only adds the <br /> tags where needed.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| First item | 1 | First item, may be null | String | optional |
| Second item | 2 | Second item, many more items can be added | String | optional |
See also
- {{comma separated entries}}
- {{space separated entries}}
- {{plainlist}}
- {{flatlist}}
- {{pagelist}}
- {{unbulleted list}}
- Module:separated entries, the Lua module on which this template is based.