Sjabloon:Comma separated entries: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '{{module rating|protected}} This module implements {{tl|comma separated entries}} in Lua. Please see the template page for documentation.')
 
 
Regel 1: Regel 1:
{{module rating|protected}}
+
{{<includeonly>safesubst:</includeonly>#invoke:Comma separated entries|main}}<noinclude>
 
+
{{documentation}}
This module implements {{tl|comma separated entries}} in Lua. Please see the template page for documentation.
+
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
 +
</noinclude>

Huidige versie van 19 jul 2013 om 12:49

{{#invoke:Comma separated entries|main}}

[bewerken] [purge] Template documentation

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

{{comma separated entries|entry1|entry2|entry3|entry4|entry5|...}}

Example

Code Result
{{comma separated entries|entry1|entry2|entry3|entry4}} main}}
{{comma separated entries| |entry2|entry3|entry4}} main}}
{{comma separated entries|entry1| |entry3|entry4}} main}}
{{comma separated entries|entry1|entry2| |entry4}} main}}
{{comma separated entries|entry1|entry2|entry3| }} main}}
{{comma separated entries|entry1| | | }} main}}
{{comma separated entries| |entry2| | }} main}}
{{comma separated entries| | |entry3| }} main}}
{{comma separated entries| | | |entry4}} main}}
{{comma separated entries| | | | }} main}}
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} main}}

See also