MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=tags (tg)
- Dieses Modul erfordert Leserechte.
Änderungs-Tags auflisten.
Parameter:
- tgcontinue
When more results are available, use this to continue.
- tglimit
The maximum number of tags to list.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Standard: 10
- tgprop
Which properties to get:
- name
- Adds name of tag.
- displayname
- Adds system message for the tag.
- description
- Adds description of the tag.
- hitcount
- Adds the number of revisions and log entries that have this tag.
- defined
- Indicate whether the tag is defined.
- source
- Gets the sources of the tag, which may include extension for extension-defined tags and manual for tags that may be applied manually by users.
- active
- Whether the tag is still being applied.
- Werte (mit | trennen): name, displayname, description, hitcount, defined, source, active
- Standard: name
Beispiel:
- Verfügbare Tags auflisten
- api.php?action=query&list=tags&tgprop=displayname|description|hitcount|defined