API:Pageswithprop/ja
Appearance
| このページは MediaWiki 操作 API の説明文書の一部です。 |
| Pageswithprop | ||
|---|---|---|
このモジュールは generator として使用できます。 | ||
| 接頭辞 | pwp | |
| 必要な権限 | なし | |
| POST のみ? | いいえ | |
| 自動生成ヘルプ | 現行バージョン | |
| 追加されたバージョン |
| |
List all pages using a given page property.
パラメータ
pwppropname: Page prop for which to enumerate pages. Query for pagepropnames or look at Special:PagesWithProp for available page properties on a wiki. 型: stringpwpprop: What pieces of information to include. (既定値:ids|title)ids: ページ ID を追加します。title: Adds the title and namespace ID of the page.value: Adds the value of the page prop.
pwpdir: In which direction to sort. 取りうる値:ascending,descending(既定値:ascending)pwpcontinue: When more results are available, use this to continue.pwplimit: The maximum number of pages to return. 500 を超える値は使用できません (ボットは 5000)。 型: limit (既定値: 10)