Minecraft Wiki
Advertisement
[Ver | Editar | Purgar]Documentación
Atajos
Véase también: Plantilla:Muestra

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[]

  1. |Código=texttext
  2. |Código=11 2 3 4 5
  3. |Código=112345
  4. |Código=11and2and3and4,and5
  5. |Código=<nowiki>something=one|two|three</nowiki>something=one|two|three
  6. |Código=something{{=}}one{{!}}two{{!}}threesomething=one|two|three
[Ver | Editar | Purgar]La documentación arriba es transcluída desde Plantilla:Código/doc.


Advertisement