Difference between revisions of "Template:Comma separated entries/doc"
Jump to navigation
Jump to search
(←Replaced content with ' template is used primarily in infoboxes tmats a list useuclude') |
imported>WhoAteMyButter (Undid revision 973061997 by 107.77.161.63 (talk)) |
||
| Line 1: | Line 1: | ||
| − | + | {{Documentation subpage}} | |
| + | {{High-risk|150000}} | ||
| + | {{Lua|Module:Separated entries}} | ||
| + | {{Template shortcut|csv}} | ||
| + | <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> | ||
| + | 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 {{tl|plainlist}}. | ||
| + | |||
| + | == Usage == | ||
| + | Typing: | ||
| + | :<code><nowiki>{{comma separated entries|entry1|entry2|entry3|entry4|entry5|...}}</nowiki></code> | ||
| + | Results in: | ||
| + | :{{comma separated entries|entry1|entry2|entry3|entry4|entry5|...}} | ||
| + | |||
| + | == Example == | ||
| + | {| class="wikitable" | ||
| + | ! Code !! Result | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries|entry1|entry2|entry3|entry4}}</nowiki></code> || {{comma separated entries|entry1|entry2|entry3|entry4}} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries| |entry2|entry3|entry4}}</nowiki></code> || {{comma separated entries| |entry2|entry3|entry4}} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries|entry1| |entry3|entry4}}</nowiki></code> || {{comma separated entries|entry1| |entry3|entry4}} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries|entry1|entry2| |entry4}}</nowiki></code> || {{comma separated entries|entry1|entry2| |entry4}} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries|entry1|entry2|entry3| }}</nowiki></code> || {{comma separated entries|entry1|entry2|entry3| }} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries|entry1| | | }}</nowiki></code> || {{comma separated entries|entry1| | | }} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries| |entry2| | }}</nowiki></code> || {{comma separated entries| |entry2| | }} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries| | |entry3| }}</nowiki></code> || {{comma separated entries| | |entry3| }} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries| | | |entry4}}</nowiki></code> || {{comma separated entries| | | |entry4}} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries| | | | }}</nowiki></code> || {{comma separated entries| | | | }} | ||
| + | |- | ||
| + | | <code><nowiki>{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}}</nowiki></code> || {{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} | ||
| + | |} | ||
| + | |||
| + | == See also == | ||
| + | * {{tl|br separated entries}} (displays a list with an item per line) | ||
| + | * {{tl|plainlist}} (same as above, but using regular unordered list markup) | ||
| + | * {{tl|flatlist}} (converts a regular unordered list into an inline list separated by interpuncts) | ||
| + | * {{tl|multi-column numbered list}} | ||
| + | * {{tl|pagelist}} (formats a list of internal links as prose, using commas or "and" when appropriate) | ||
| + | * {{tl|Catalog lookup link}} | ||
| + | * [[Module:Separated entries]], the Lua module used to realize this template. | ||
| + | |||
| + | <includeonly>{{basepage subpage| | ||
| + | <!-- CATEGORIES BELOW THIS LINE, PLEASE: --> | ||
| + | [[Category:List formatting and function templates]] | ||
| + | }}</includeonly> | ||
Revision as of 04:48, 15 August 2020
| This is a documentation subpage for Template:Comma separated entries. It contains usage information, categories and other content that is not part of the original template page. |
| This template is used on approximately 307,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Transclusion count updated automatically (see documentation). |
| 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)
- {{multi-column numbered list}}
- {{pagelist}} (formats a list of internal links as prose, using commas or "and" when appropriate)
- {{Catalog lookup link}}
- Module:Separated entries, the Lua module used to realize this template.