Plantilla:Código
- Véase también: Plantilla:Samp
This template is a simplified usage of <code>...</code>
. It supports up to 10 parameters; all will be wrapped by <code>
elements with spaces in between.
An optional {{{delimiter}}}
parameter may be set to specify more than just the default space between each element. Set it to none
to remove the default space.
Note that <nowiki>...</nowiki>
is needed around a parameter value if it contains the pipe (|
) or equals (=
) symbols, or they will be treated as a parameter separator or parameter identifier, respectively. Alternatively, you could also use {{!}}
or {{=}}
instead.
Examples
{{code|text}}
–text
{{code|1|2|3|4|5}}
–1
2
3
4
5
{{code|1|2|3|4|5|delimiter=,}}
–1
,2
,3
,4
,5
{{code|1|2|3|4|5|delimiter=and}}
–1
,2
,3
,4
, and5
{{code|<nowiki>something=one|two|three</nowiki>}}
–something=one|two|three
{{code|something{{=}}one{{!}}two{{!}}three}}
–something=one|two|three
[ver | editar | historia | depurar]La documentación arriba es transcluída desde Plantilla:Código/doc.