Šablon:Br separated entries
Appearance
Ovaj šablon se koristi na > 25.000 stranica, tako da će promene na njemu biti široko primećene. Molimo da bilo kakve izmene testirate na podstranicama šablona /pesak ili /testovi, ili na sopstvenoj korisničkoj podstranici. Razmislite i o pokretanju rasprave o izmenama koje nameravate da unesete na stranici za razgovor pre njihovog primenjivanja. |
Ovaj šablon koristi Lua modul: |
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
[uredi izvor]{{br separated entries|entry1|entry2|entry3|entry4|entry5|...}}
Example
[uredi izvor]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
[uredi izvor]Ovo je TemplateData za ovaj šablon, koja se koristi u TemplateWizard, Vizuelnom uređivaču i drugim alatkama. Pogledajte mesečni izveštaj o upotrebi paramera za ovaj šablon u člancima zasnovanim na ovom TemplateData.
TemplateData za Br separated entries
Creates a <br /> delimited collection of items. Primarily for use in infoboxes, it only adds the <br /> tags where needed.
Parametar | Opis | Vrsta | Status | |
---|---|---|---|---|
First item | 1 | First item, may be null | tekst | neobavezno |
Second item | 2 | Second item, many more items can be added | tekst | neobavezno |
See also
[uredi izvor]- {{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.