Template:Br separated entries
Jump to navigation
Jump to search
[edit] [ ] Template documentation
This documentation is transcluded from Template:Br separated entries/doc. (edit | history)
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
This template is used primarily in infoboxes to create a <br>
delimited collection of items, only adding the <br>
tags where needed. Though it is fast, for lists of three items or fewer, manual line breaks may be easier.
Usage
{{br list|entry1|entry2|entry3|…}}
Example
Code | Result |
---|---|
{{br list|entry1|entry2|entry3}} |
entry1 entry2 entry3 |
{{br list| |entry2|entry3}} |
entry2 entry3 |
{{br list|entry1| |entry3}} |
entry1 entry3 |
{{br list|entry1|entry2| }} |
entry1 entry2 |
{{br list|entry1| | }} |
entry1 |
{{br list| |entry2| }} |
entry2 |
{{br list| | |entry3}} |
entry3 |
{{br list| | | }} |