MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=categories (cl)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
List all categories the pages belong to.
Parameter:
- clprop
Which additional properties to get for each category:
- sortkey
- Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.
- timestamp
- Adds timestamp of when the category was added.
- hidden
- Tags categories that are hidden with
__HIDDENCAT__
.
- Werte (mit | trennen): sortkey, timestamp, hidden
- clshow
Which kind of categories to show.
- Werte (mit | trennen): hidden, !hidden
- cllimit
How many categories to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Type: integer or max
- Standard: 10
- clcontinue
When more results are available, use this to continue.
- clcategories
Only list these categories. Useful for checking whether a certain page is in a certain category.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- cldir
The direction in which to list.
- Einer der folgenden Werte: ascending, descending
- Standard: ascending
Beispiele:
- Get a list of categories the page Albert Einstein belongs to.
- api.php?action=query&prop=categories&titles=Albert%20Einstein
- Get information about all categories used in the page Albert Einstein.
- api.php?action=query&generator=categories&titles=Albert%20Einstein&prop=info