2 214 byte aggiunti
, 7 anni fa
* Test FULLPAGENAME "{{FULLPAGENAME}}"
* Test PAGENAME "{{PAGENAME}}"
* Test BASEPAGENAME "{{BASEPAGENAME}}"
* Test SUBJECTPAGENAME "{{SUBJECTPAGENAME}}"
{{#ask: [[Category:Marche]]
| format=list
| limit=400
}}
{{#ask: [[Category:Marche]]
| format=array
| name = arrName
| limit=400
}}
Lunghezza marche: {{#arraysize:arrName}}
Elenco: {{#arrayprint:arrName}}
Test di uno switch su <nowiki>{{int:Lang}}</nowiki>: {{#switch:{{int:Lang}}|en=english|it=prova}}
Test di nome pagina: {{FULLPAGENAME}} {{PAGENAME}}
Test di elenco fotografie:
{{#ask: [[Category:Summit Photos]] [[Photographed Model::~Summit S*]]
|format=gallery<!--
|widget=carousel
|overlay=yes-->
|limit=100
}}
Test ricerca sottomarca:
<pre>
{{#show: olo|?Sub-brand of}}
</pre> mostra
{{#show: olo|?Sub-brand of}}
Test ricerca marchi:
{{#vardefine: marchi|{{#ask: [[Owned Trademark::Stilnova]]
|?#
|format=list
|mainlabel=-
}}}}
{{#var: marchi}}
Prova variabile: definisco
{{#vardefine: marca|{{#show: olo|?Sub-brand of#}}}}
stampa variabile {{#var: marca}}, definisco categoria [[:Category:{{#var: marca}}]]
<br/>
Stampa l'elenco dei valori diversi assegnati alla proprietà Has theme:
{{#arraydefine: my.array
| {{#ask: [[Has theme::+]] | mainlabel =- | headers = hide |? Has theme | limit = 10000 }}
| , | print=list, sort=asc, unique
}}
Stampa l'elenco dei valori diversi assegnati alla proprietà Published on:
{{#arraydefine: my.array
| {{#ask: [[Published on::+]] | mainlabel =- | headers = hide |? Published on | limit = 10000 }}
| , | print=pretty, sort=asc, unique
}}
{{#ask: [[Category:Ads]] [[Advertisement dating::guess]]
|format=gallery
|limit=100
}}
{{#arraydefine: my.array
| {{#ask: [[Invented by::+]] | mainlabel =- | headers = hide |? Invented by |limit=10000 }}
| , | sort=asc, unique
}}
Numero totale di inventori: {{#arraysize:my.array}}
Test alternativo con Array format:
{{#ask: [[Invented by::+]]
| format = array
| name = arrName
| sort=asc, unique
}}
Numero totale di inventori: {{#arraysize:arrName}}
Prova pagine
{{#arraydefine:prova|Sheaffer,Eversharp,Parker}}
{{#arrayprint:prova||@|[[@]]|print=pretty}}
Test BrandChrono:
Paillard
{{BrandChrono|Paillard}}
Stylomine
{{BrandChrono|Stylomine}}