Fyrimynd:Comma separated entries/doc
Hetta er ein dokumentatión undirsíða til Fyrimynd:Comma separated entries. Hon inniheldur kunning um nýtsluna, bólkar og um annað innihald, ið ikki er við í uppruna fyrimynd síðuni. |
Henda fyrimynd verður nýtt á nógvum síðum síðum. Fyri at sleppa undan stórum órógvi og óneyðugum server load, so eiga allar broytingar til hesa fyrimynd fyrst at verða royndar í /sandbox ella /testcases subpages, ella á tínum egnu brúkarasíðum. Tá ið tú hevur sæð, hvussu broytingar tínar síggja út á einari royndarsíðu, so kunnu broytingarnar goymast á hesi síðu við bert einari rætting. Vinarliga umhugsa at kjakast um ætlaðar broytingar á kjaksíðuni áðrenn tú gert broytingar her. |
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
rættaTyping:
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|...}}
Results in:
- entry1, entry2, entry3, entry4, entry5, ...
Example
rættaCode | 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
rætta- {{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:Comma separated entries, the Lua module used to realize this template.