ಟೆಂಪ್ಲೇಟು:Br separated entries
![]() | Uses 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[ಬದಲಾಯಿಸಿ]
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.
ಪರಿಮಿತಿ | ವಿವರ | ನಮೂನೆ | ಸ್ಥಾನಮಾನ | |
---|---|---|---|---|
First item | 1 | First item, may be null | String | ಐಚ್ಛಿಕ |
Second item | 2 | Second item, many more items can be added | String | ಐಚ್ಛಿಕ |
See also[ಬದಲಾಯಿಸಿ]
{{Comma separated entries}}
{{Plainlist}}
{{Flatlist}}
{{Pagelist}}
{{Multi-column numbered list}}
- Module:Br separated entries, the Lua module this template is based on