MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
prop=templates (tl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- Source: MediaWiki
- License: GPL-2.0+
与えられたページでトランスクルードされているすべてのページを返します。
パラメーター:
- tlnamespace
この名前空間のテンプレートのみ表示する。
- 値 (|で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、2300、2301、2302、2303、828、829
- tllimit
返すテンプレートの数。
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- tlcontinue
When more results are available, use this to continue.
- tltemplates
Only list these templates. Useful for checking whether a certain page uses a certain template.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- tldir
The direction in which to list.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定値: ascending
例:
- Main Page で使用されているテンプレートを取得する。
- api.php?action=query&prop=templates&titles=Main%20Page
- Main Page で使用されているテンプレートに関する情報を取得する。
- api.php?action=query&generator=templates&titles=Main%20Page&prop=info
- Main Page でトランスクルードされている User および Template 名前空間のページを取得する。
- api.php?action=query&prop=templates&titles=Main%20Page&tlnamespace=2|10