Sandbox: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
806 byte aggiunti ,  23 nov 2022
nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 1: Riga 1:
{{#arraydefine:b|orange, red, yellow, yellow}}
{{#arraydefine:b|orange, red, yellow, yellow}}
{{#arrayprint:b}}
{{#arrayprint:b}}
{{#arrayprint:b | }}
{{#arrayprint:b}}
Print - without delimiter
{{#arrayprint:b | }}
Print - using '‎<br />' (line-break) as delimiter
{{#arrayprint:b |<br/> }}
Pretty list output where the last two elements are chained with an ' and ' (or the local languages equivalent). Even though the delimiter parameter is empty, ', ' (or the languages equivalent) will be used since it wouldn't be pretty otherwise.
{{#arrayprint:b ||@ |@ |print=pretty }}
Embed wiki link to categories
{{#arrayprint:b |<br/> |@@@@ |[[:Category:@@@@|@@@@]] }}
Define a Semantic MediaWiki property value
{{#arrayprint:b |<br/> |@@@@ |[[prop1::@@@@]] }}
Embed parser function
{{#arrayprint:b |<br/> |@@@@ |length of @@@@:{{#len:@@@@}} }}
Embed template (with parameters)
{{#arrayprint:b|<br/>|@@@@|{{template|prop2|@@@@}} }}

Menu di navigazione