Шаблон:Comma separated entries/док — разлика између измена
Пређи на навигацију
Пређи на претрагу
[непроверена измена] | [непроверена измена] |
(Нова страница: {{Documentation subpage}} {{High-risk|150000}} {{Lua|Module:Separated entries}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> This template…) |
м (1 измена увезена) |
(нема разлике)
|
Тренутна верзија на датум 5. фебруар 2021. у 13:23
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.