Шаблон:Br separated entries
![]() | Овај шаблон се користи на > 25.000 страница, тако да ће промене на њему бити широко примећене. Молимо да било какве измене тестирате на подстраницама шаблона /песак или /тестови, или на сопственој корисничкој подстраници. Размислите и о постављању расправе о променама које намеравате да унесете на страници за разговор пре њиховог примењивања. |
![]() | Овај шаблон покреће Lua: |
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[уреди извор]
Ово је TemplateData документација за овај шаблон, коришћена у Визуелном уређивачу и у другим алаткама; погледајте месечни извештај о грешкама за овај шаблон.
TemplateData за 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}}
- {{space separated entries}}
- {{plainlist}}
- {{flatlist}}
- {{pagelist}}
- {{multi-column numbered list}}
- {{unbulleted list}}
- Module:separated entries, the Lua module on which this template is based.