MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
list=embeddedin (ei)
- Ez a modul olvasási jogot igényel.
- Ez a modul használható generátorként.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Find all pages that embed (transclude) the given title.
Paraméterek:
- eititle
Title to search. Cannot be used together with eipageid.
- eipageid
Page ID to search. Cannot be used together with eititle.
- Típus: egész
- eicontinue
When more results are available, use this to continue.
- einamespace
The namespace to enumerate.
- Értékek (elválasztó: |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- eidir
The direction in which to list.
- A következő értékek egyike: ascending, descending
- Default: ascending
- eifilterredir
How to filter for redirects.
- A következő értékek egyike: all, redirects, nonredirects
- Default: all
- eilimit
How many total pages to return.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Default: 10
Examples:
- Show pages transcluding Template:Stub.
- api.php?action=query&list=embeddedin&eititle=Template:Stub [open in sandbox]
- Get information about pages transcluding Template:Stub.
- api.php?action=query&generator=embeddedin&geititle=Template:Stub&prop=info [open in sandbox]