Vorlage:Attributs Werte: Unterschied zwischen den Versionen

Aus Stadtsprachen
Wechseln zu:Navigation, Suche
Die Seite wurde neu angelegt: „{{#arraydefine: values | {{#ask: [[{{{1|}}}::+]] |mainlabel=- |headers=hide |?{{{1|}}} |limit=10000 }} | , | print=list, sort=asc, unique }}“
 
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<noinclude>Use this template to list all the unique values for a given property. For more information, see: [[Help:List the set of unique values for a property|List the set of unique values for a property]]
This template requires that the [[mw:Extension:Arrays|Arrays extension]] is installed.
== Template code ==
<PRE>
{{#arraydefine: values
{{#arraydefine: values
  | {{#ask: [[{{{1|}}}::+]] |mainlabel=- |headers=hide |?{{{1|}}} |limit=10000 }}
  | {{#ask: [[{{{1|}}}::+]] |mainlabel=- |headers=hide |?{{{1|}}} |limit=10000 }}
  | , | print=list, sort=asc, unique
  | , | print=list, sort=asc, unique
}}
}}
</PRE></noinclude><includeonly>{{#arraydefine: values |{{#ask: [[{{{1|}}}::+]] | mainlabel =- | headers = hide |?{{{1|}}} |limit = 10000 }}
|,
| print=list, sort=asc, unique
}}</includeonly>

Aktuelle Version vom 19. April 2021, 18:40 Uhr

Use this template to list all the unique values for a given property. For more information, see: List the set of unique values for a property

This template requires that the Arrays extension is installed.

Template code

{{#arraydefine: values
 | {{#ask: [[{{{1|}}}::+]] |mainlabel=- |headers=hide |?{{{1|}}} |limit=10000 }}
 | , | print=list, sort=asc, unique
}}