Template:Br separated entries: Difference between revisions
Appearance
m Changed protection level of Template:Br separated entries: Enable access by template editors ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)) |
m 1 revision |
||
(No difference)
| |||
Latest revision as of 06:43, 25 January 2014
This template is used primarily in infoboxes to create a <br /> delimited collection of items, with up to three entries, only adding the <br /> tags where needed.
For lists of items, without bullets, use {{Unbulleted list}}.
Usage
{{br separated entries|entry1|entry2|entry3}}
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| | | }} |
Nesting
For more than three entries, this template can be nested, although excessive nesting is discouraged due to template transclusion depth limits imposed by the server.
| Code | Result |
|---|---|
{{br separated entries|entry1|entry2|{{br separated entries|entry3|entry4|entry5}}}} |
entry1 entry2 entry3 entry4 entry5 |
{{br separated entries|entry1|entry2|{{br separated entries|entry3|entry4|}}}} |
entry1 entry2 entry3 entry4 |
{{br separated entries|entry1|entry2|{{br separated entries|entry3||entry5}}}} |
entry1 entry2 entry3 entry5 |
{{br separated entries|entry1|entry2|{{br separated entries||entry4|entry5}}}} |
entry1 entry2 entry4 entry5 |
{{br separated entries|entry1||{{br separated entries|entry3|entry4|entry5}}}} |
entry1 entry3 entry4 entry5 |
{{br separated entries||entry2|{{br separated entries|entry3|entry4|entry5}}}} |
entry2 entry3 entry4 entry5 |
See also
- {{nowrap begin}}/{{nowrap end}}
- {{flatlist}}
- {{multi-column numbered list}}
- {{pagelist}}
- {{unbulleted list}}
| The above documentation is transcluded from Template:Br separated entries/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |