Template:Br separated entries

From Wikidata
Jump to navigation Jump to search
Documentation icon Template documentation[view · edit · history · purge ]

This template is used primarily in infoboxes to create a <br /> delimited collection of items, only adding the <br /> tags where needed.

Usage[edit]

{{Br separated entries|entry1|entry2|entry3|entry4|entry5|…}}

Examples[edit]

The following table demonstrates this template's ability to dynamically assess the presence of visible content within the values of its parameters to produce a vertical list with no empty lines or extraneous padding.

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

TemplateData[edit]

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Br separated entries

Creates a <br /> delimited collection of items. Primarily for use in infoboxes, it only adds the <br /> tags where needed.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
First item1

First item, may be null

Stringoptional
Second item2

Second item, many more items can be added

Stringoptional

See also[edit]