Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
list=allcategories (ac)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Tento modul lze využÃvat jako generátor.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
Enumerate all categories.
Parametry:
- acfrom
The category to start enumerating from.
- accontinue
When more results are available, use this to continue.
- acto
The category to stop enumerating at.
- acprefix
Search for all category titles that begin with this value.
- acdir
Direction to sort in.
- Jedna z následujÃcÃch hodnot: ascending, descending
- Implicitnà hodnota: ascending
- acmin
Only return categories with at least this many members.
- Typ: celé ÄÃslo
- acmax
Only return categories with at most this many members.
- Typ: celé ÄÃslo
- aclimit
Kolik má být zobrazeno kategoriÃ.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- Implicitnà hodnota: 10
- acprop
Which properties to get:
- size
- Adds number of pages in the category.
- hidden
- Tags categories that are hidden with
__HIDDENCAT__.
- Hodnoty (oddÄlené | nebo alternativou.): size, hidden
- Implicitnà hodnota: (prázdné)
PÅÃklady:
- List categories with information on the number of pages in each.
- api.php?action=query&list=allcategories&acprop=size [otevÅÃt v pÃskoviÅ¡ti]
- Retrieve info about the category page itself for categories beginning List.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info [otevÅÃt v pÃskoviÅ¡ti]