mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-15 12:00:40 +00:00
382c70f981
The API accepts a new query parameter `license`, whose value can either be `free` or `any`. `free` is the default value. When the value of `licence` is: * `free`, then only the best image whose copyright allows reusing it will be returned; * `any`, then the best image, regardless of its copyright status, will be returned. Bug: T131105 Change-Id: I83ac5266e382d2d121aff3f7d28711787251c03b
88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"name": "PageImages",
|
|
"author": "Max Semenik",
|
|
"url": "https://www.mediawiki.org/wiki/Extension:PageImages",
|
|
"descriptionmsg": "pageimages-desc",
|
|
"license-name": "WTFPL",
|
|
"type": "api",
|
|
"callback": "PageImages::onRegistration",
|
|
"APIPropModules": {
|
|
"pageimages": "ApiQueryPageImages"
|
|
},
|
|
"MessagesDirs": {
|
|
"PageImages": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ApiQueryPageImages": "includes/ApiQueryPageImages.php",
|
|
"PageImages": "includes/PageImages.php",
|
|
"PageImages\\Hooks\\LinksUpdateHookHandler": "includes/LinksUpdateHookHandler.php",
|
|
"PageImages\\Hooks\\ParserFileProcessingHookHandlers": "includes/ParserFileProcessingHookHandlers.php"
|
|
},
|
|
"Hooks": {
|
|
"ParserMakeImageParams": "PageImages\\Hooks\\ParserFileProcessingHookHandlers::onParserMakeImageParams",
|
|
"LinksUpdate": "PageImages\\Hooks\\LinksUpdateHookHandler::onLinksUpdate",
|
|
"OpenSearchXml": "PageImages::onApiOpenSearchSuggest",
|
|
"ApiOpenSearchSuggest": "PageImages::onApiOpenSearchSuggest",
|
|
"InfoAction": "PageImages::onInfoAction",
|
|
"AfterParserFetchFileAndTitle": "PageImages\\Hooks\\ParserFileProcessingHookHandlers::onAfterParserFetchFileAndTitle",
|
|
"SpecialMobileEditWatchlist::images": "PageImages::onSpecialMobileEditWatchlist_images"
|
|
},
|
|
"config": {
|
|
"PageImagesScores": {
|
|
"value": {
|
|
"position": [
|
|
8,
|
|
6,
|
|
4,
|
|
3
|
|
],
|
|
"width": {
|
|
"@doc119": "Very small images are usually from maintenace or stub templates",
|
|
"119": -100,
|
|
"400": 10,
|
|
"@doc600@": "Larger images are panoramas, less suitable",
|
|
"600": 5,
|
|
"601": 0
|
|
},
|
|
"galleryImageWidth": {
|
|
"99": -100,
|
|
"100": 0
|
|
},
|
|
"ratio": {
|
|
"3": -100,
|
|
"5": 0,
|
|
"20": 5,
|
|
"30": 0,
|
|
"31": -100
|
|
}
|
|
}
|
|
},
|
|
"PageImagesBlacklist": {
|
|
"value": [
|
|
{
|
|
"type": "db",
|
|
"page": "MediaWiki:Pageimages-blacklist",
|
|
"db": false
|
|
}
|
|
]
|
|
},
|
|
"PageImagesBlacklistExpiry": {
|
|
"value": 900
|
|
},
|
|
"PageImagesExpandOpenSearchXml": {
|
|
"value": false
|
|
},
|
|
"PageImagesNamespaces": {
|
|
"value": [
|
|
0
|
|
]
|
|
},
|
|
"PageImagesUseGalleries": {
|
|
"value": false
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|