MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=fileusage (fu)
- Voor deze module zijn leesrechten nodig.
- Deze module kan als generator worden gebruikt.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Find all pages that use the given files.
Parameters:
- fuprop
Which properties to get:
- pageid
- Pagina-ID van elke pagina.
- title
- Titel van elke pagina.
- redirect
- Flag if the page is a redirect.
- Waarden (gescheiden met | of alternatief): pageid, redirect, title
- Standaard: pageid|title|redirect
- funamespace
Only include pages in these namespaces.
- Waarden (gescheiden met | of alternatief): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 274, 275, 828, 829, 2300, 2301, 2302, 2303
- Gebruik * om alle waarden op te geven.
- fushow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- Waarden (gescheiden met | of alternatief): !redirect, redirect
- fulimit
How many to return.
- Type: geheel getal of max
- The value must be between 1 and 500.
- Standaard: 10
- fucontinue
When more results are available, use this to continue.
Voorbeelden:
- Get a list of pages using File:Example.jpg.
- api.php?action=query&prop=fileusage&titles=File%3AExample.jpg [open in de zandbak]
- Get information about pages using File:Example.jpg.
- api.php?action=query&generator=fileusage&titles=File%3AExample.jpg&prop=info [open in de zandbak]