미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

list=pageswithprop (pwp)

(main | query | pageswithprop)
  • 이 모듈은 read 권한을 요구합니다.
  • This module can be used as a generator.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

List all pages using a given page property.

변수:
pwppropname

Page prop for which to enumerate pages.

이 변수는 필수 입력 사항입니다.
pwpprop

Which pieces of information to include:

ids
Adds the page ID.
title
Adds the title and namespace ID of the page.
value
Adds the value of the page prop.
값 ("|"로 구분): ids, title, value
기본값: ids|title
pwpcontinue

When more results are available, use this to continue.

pwplimit

나타낼 문서의 최대 수입니다.

No more than 500 (5,000 for bots) allowed.
Type: integer or max
기본값: 10
pwpdir

정렬 순서

하나의 값: ascending, descending
기본값: ascending
예시:
List the first 10 pages using {{DISPLAYTITLE:}}.
api.php?action=query&list=pageswithprop&pwppropname=displaytitle&pwpprop=ids|title|value
Get additional information about the first 10 pages using __NOTOC__.
api.php?action=query&generator=pageswithprop&gpwppropname=notoc&prop=info