API:Pageswithprop/ja

From mediawiki.org
This page is a translated version of the page API:Pageswithprop and the translation is 17% complete.

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. 型: string
  • pwpprop: 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)