MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=allcategories (ac)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
Enumerate all categories.
パラメーター:
- 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.
- 値 (いずれか1つ): ascending、descending
- 既定値: ascending
- acmin
Only return categories with at least this many members.
- acmax
Only return categories with at most this many members.
- aclimit
How many categories to return.
- No more than 500 (5,000 for bots) allowed.
- 既定値: 10
- acprop
Which properties to get:
- size
- Adds number of pages in the category.
- hidden
- Tags categories that are hidden with __HIDDENCAT__.
- 値 (|で区切る): size、hidden
- 既定値: (空)
例:
- List categories with information on the number of pages in each.
- api.php?action=query&list=allcategories&acprop=size
- Retrieve info about the category page itself for categories beginning List.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info