Ugrás a tartalomhoz

Sablon:Comma separated entries/doc

Innen: TrashWiki

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

Examples
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|entry1|entry2}} entry1, entry2
{{comma separated entries| | | | }}
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} entry1, entry2, entry3, entry4, entry5, entry6

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Comma separated entries in articles based on its TemplateData.

TemplateData for Comma separated entries

Template wrapper for [[Module:Separated entries]].

Sablonparaméterek

ParaméterLeírásTípusÁllapot
Separatorseparator

The separator between all but the last two items.

Alap­értelmezett
Automatikus érték
, 
Sorajánlott
Conjunctionconjunction

The separator between the last two items.

Alap­értelmezett
{{{separator}}}
Automatikus érték
 and 
Soropcionális
Starting Itemstart

The number of the starting item. Items before this will be discarded.

Alap­értelmezett
1
Számopcionális
Item 11

First item

Sorajánlott
Item 22

Second item

Soropcionális
Item 33

Third item

Soropcionális
Item 44

Fourth item

Soropcionális
Item 55

Fifth item

Soropcionális
Item 66

Sixth item

Soropcionális
Item 77

Seventh item

Soropcionális
Item 88

Eighth item

Soropcionális
Item 99

Ninth item

Soropcionális
Item 1010

Tenth item

Soropcionális

Paraméterfordítások szerkesztése

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.