سانچہ:Br separated entries/دستاویز
یہ سانچہ: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.
{{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.
Parameter | تفصیل | Type | حالت | |
---|---|---|---|---|
First item | 1 | First item, may be null | String | optional |
Second item | 2 | Second item, many more items can be added | String | optional |
See also
سودھو{{plainlist}}
{{flatlist}}
{{pagelist}}
{{multi-column numbered list}}
{{unbulleted list}}
- Module:Br separated entries, the Lua module on which this template is based.