MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=trackingcategories (tc)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Enumerate all existing tracking categories defined in Special:TrackingCategories. A tracking category exists if it contains pages or if its category page exists.
- tccontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- tctrackingcatname
Search for all existing tracking category titles that match the provided tracking category name (as defined by "message name" on Special:TrackingCategories.)
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大数は 50 です (より高い上限が許可されているクライアントでは 500)。
- tcmin
Only return existing tracking categories with at least this many members.
- 型: 整数
- tcmax
Only return existing tracking categories with at most this many members.
- 型: 整数
- tclimit
How many tracking categories to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- tcprop
Which properties to get:
- size
- Adds number of pages in the tracking category.
- hidden
- Tags tracking categories that are hidden with
__HIDDENCAT__.
- 値 (| または別の文字列で区切る): hidden、size
- 既定値: (空)
- List tracking categories with information on the number of pages in each.
- api.php?action=query&list=trackingcategories&tcprop=size [サンドボックスで開く]
- Retrieve info about the tracking category pages representing the broken-file-category themselves, if they exist
- api.php?action=query&generator=trackingcategories>ctrackingcatname=broken-file-category&prop=info [サンドボックスで開く]