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
action=flickrblacklist
(main | flickrblacklist)
- Voor deze module zijn leesrechten nodig.
- Bron: Upload Wizard
- Licentie: GPL-2.0-or-later
Validate a Flickr URL by using the user ID (NSID) for blacklisting.
When used with the list option, returns all blacklisted IDs.
Parameters:
- url
The Flickr URL to be tested.
- list
When set, the complete blacklist is returned. Cannot be used together with url.
- Type: boolean (details)
Voorbeelden:
- Check a URL against the blacklist
- api.php?action=flickrblacklist&url=http%3A//farm1.staticflickr.com/44/147426941_98baf36fd1_o.jpg [open in de zandbak]
- Volledige zwarte lijst ophalen
- api.php?action=flickrblacklist&list= [open in de zandbak]