미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=transcludedin (ti)
- 이 모듈은 read 권한을 요구합니다.
- This module can be used as a generator.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
Find all pages that transclude the given pages.
변수:
- tiprop
Which properties to get:
- pageid
- Page ID of each page.
- title
- Title of each page.
- redirect
- Flag if the page is a redirect.
- 값 ("|"로 구분): pageid, title, redirect
- 기본값: pageid|title|redirect
- tinamespace
Only include pages in these namespaces.
- 값 ("|"로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- tishow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- 값 ("|"로 구분): redirect, !redirect
- tilimit
How many to return.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 기본값: 10
- ticontinue
When more results are available, use this to continue.
예시:
- Get a list of pages transcluding Main Page.
- api.php?action=query&prop=transcludedin&titles=Main%20Page
- Get information about pages transcluding Main Page.
- api.php?action=query&generator=transcludedin&titles=Main%20Page&prop=info