Шаблон:Comma separated entries/док
< Шаблон:Comma separated entriesОво је најновија верзија ове странице; нема одобрених измена.
Пређи на навигацију
Пређи на претрагу
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted 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:
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Example
Code | Result |
---|---|
{{comma separated entries|entry1|entry2|entry3|entry4}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries| |entry2|entry3|entry4}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries|entry1| |entry3|entry4}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries|entry1|entry2| |entry4}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries|entry1|entry2|entry3| }} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries|entry1| | | }} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries| |entry2| | }} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries| | |entry3| }} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries| | | |entry4}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries| | | | }} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
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)
- {{multi-column numbered list}}
- {{pagelist}} (formats a list of internal links as prose, using commas or "and" when appropriate)
- Module:Separated entries, the Lua module used to realize this template.