미디어위키 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 property for which to enumerate pages (action=query&list=pagepropnames returns page property names in use).

이 변수는 필수 입력 사항입니다.
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 property.
값 ("|"로 구분): 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