Ir para o conteúdo

Predefinição:Separated entries/doc

De DropWiki PoE 2
Revisão de 21h24min de 29 de janeiro de 2025 por 2804:7f0:b342:7285:2d1e:1c01:abfd:fada (discussão) (Criou página com '{{Documentation subpage}} {{Lua|Module:Separated entries}} This template is used to create a list of entries delimited by a separator string. ==Usage== <pre> {{Separated entries|<first>|<second>|<third>|...}} </pre> The separator string should be specified with <code>|separator=</code>. It is an empty string by default, which results in the entries simply being concatenated together. ===Examples=== {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Separated...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)

Lua logo

This template uses the following modules:

This template is used to create a list of entries delimited by a separator string.

Usage

{{Separated entries|<first>|<second>|<third>|...}}

The separator string should be specified with |separator=. It is an empty string by default, which results in the entries simply being concatenated together.

Examples

Code Result
{{Separated entries|separator=&nbsp;+&#32;}}
{{Separated entries|separator=&nbsp;+&#32;|A}} A
{{Separated entries|separator=&nbsp;+&#32;|A|B}} A + B
{{Separated entries|separator=&nbsp;+&#32;|A|B|C}} A + B + C
{{Separated entries|separator=&nbsp;+&#32;|A|B|C|D}} A + B + C + D

See also

This predefinição was adapted from Template:Separated entries on Wikipedia.
Adaptation is noted for reference and attribution only. This predefinição may differ from the original in function or in usage.