आकृति:Comma separated entries/doc
दिखावट
This is a documentation subpage for आकृति:Comma separated entries. It contains usage information, categories and other content that is not part of the original आकृति page. |
ई आकृति कऽ प्रयोग 150000 पृष्ठसभमे कएल जा रहल अछि । पैग मात्रामे व्यवधान आ अनावश्यक सर्भर लोडसँ वचवाक लेल, कोनो भी परिवर्तनके पहिने ई आकृतिके /प्रयोगपृष्ठ उपपृष्ठ या अपन उपयोगकर्ता स्थान पर जाँचि कऽ देखी । जाँचल गेल परिवर्तनके ई आकृतिमे एक बेरमे जोड़ल जा सकैत अछि । अन्य उपयोगकर्ताक लेल, परिवर्तन करिसँ पहिने एहिसँ सम्बन्धित वार्तालाप वार्ता पृष्ठ पर करी । |
This template uses Lua: |
This template is used primarily in infoboxes to create a comma-delimited collection of items, only adding the commas where needed.
For lists of items, without bullets, use {{plainlist}}.
Usage
[सम्पादन करी]Typing:
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|...}}
Results in:
- entry1, entry2, entry3, entry4, entry5, ...
Example
[सम्पादन करी]Code | Result |
---|---|
{{comma separated entries|entry1|entry2|entry3|entry4}} |
entry1, entry2, entry3, entry4 |
{{comma separated entries| |entry2|entry3|entry4}} |
entry2, entry3, entry4 |
{{comma separated entries|entry1| |entry3|entry4}} |
entry1, entry3, entry4 |
{{comma separated entries|entry1|entry2| |entry4}} |
entry1, entry2, entry4 |
{{comma separated entries|entry1|entry2|entry3| }} |
entry1, entry2, entry3 |
{{comma separated entries|entry1| | | }} |
entry1 |
{{comma separated entries| |entry2| | }} |
entry2 |
{{comma separated entries| | |entry3| }} |
entry3 |
{{comma separated entries| | | |entry4}} |
entry4 |
{{comma separated entries| | | | }} |
|
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} |
entry1, entry2, entry3, entry4, entry5, entry6 |
See also
[सम्पादन करी]- {{br separated entries}} (displays a list with an item per line)
- {{plainlist}} (same as above, but using regular unordered list markup)
- {{flatlist}} (converts a regular unordered list into an inline list separated by interpuncts)
- {{pagelist}} (formats a list of internal links as prose, using commas or "and" when appropriate)
- {{prose list}} (formats a list using commas and "and" before the last item)
- {{Catalog lookup link}}
- Module:Separated entries, the Lua module used to realize this template.