2020-12-24 23:45:19 +08:00
|
|
|
{
|
|
|
|
"name": "ContributionScores",
|
|
|
|
"author": "Tim Laqua",
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Contribution_Scores",
|
|
|
|
"descriptionmsg": "contributionscore-desc",
|
2021-02-06 15:53:22 +01:00
|
|
|
"version": "1.26.0",
|
2020-12-24 23:45:19 +08:00
|
|
|
"type": "specialpage",
|
|
|
|
"requires": {
|
|
|
|
"MediaWiki": ">= 1.33.0"
|
|
|
|
},
|
|
|
|
"SpecialPages": {
|
|
|
|
"ContributionScores": "ContributionScores"
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
2021-02-06 15:52:52 +01:00
|
|
|
"ContributionScores": "src/ContributionScores.php"
|
2020-12-24 23:45:19 +08:00
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": "ContributionScores::onParserFirstCallInit"
|
|
|
|
},
|
|
|
|
"MessagesDirs": {
|
|
|
|
"ContributionScores": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ExtensionMessagesFiles": {
|
|
|
|
"ContribScoreAlias": "ContributionScores.alias.php",
|
|
|
|
"ContribScoreMagic": "ContributionScores.i18n.magic.php"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"ContribScoreReports": {
|
|
|
|
"value": null,
|
|
|
|
"description": "Each array defines a report - 7,50 is \"past 7 days \" and \"LIMIT 50 \" - Can be omitted."
|
|
|
|
},
|
|
|
|
"ContribScoreIgnoreBlockedUsers": {
|
|
|
|
"value": false,
|
|
|
|
"description": "Set to true to exclude blocked users from the reporting."
|
|
|
|
},
|
|
|
|
"ContribScoreIgnoreBots": {
|
|
|
|
"value": false,
|
|
|
|
"description": "Set to true to exclude bots users from the reporting."
|
|
|
|
},
|
|
|
|
"ContribScoresUseRealName": {
|
|
|
|
"value": false,
|
|
|
|
"description": "Set to true to use real user names when available."
|
|
|
|
},
|
|
|
|
"ContribScoreDisableCache": {
|
|
|
|
"value": false,
|
|
|
|
"description": "Set to true to disable cache for parser function and inclusion of table."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"manifest_version": 2
|
|
|
|
}
|