26 lines
2.1 KiB
JSON
26 lines
2.1 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Jon Harald Søby",
|
|
"JtFuruhata",
|
|
"Kalan",
|
|
"Mormegil",
|
|
"Purodha",
|
|
"Raymond",
|
|
"Shirayuki"
|
|
]
|
|
},
|
|
"contributionscores": "{{doc-special|ContributionScores}}",
|
|
"contributionscores-desc": "Extension description displayed on [[Special:Version]].",
|
|
"contributionscores-info": "see https://github.com/wikimedia/mediawiki-extensions-ContributionScores/blob/master/ContributionScores_body.php\n\n:COUNT(DISTINCT rev_page) AS page_count\n:COUNT(rev_id) AS rev_count\n:page_count+SQRT(rev_count-page_count)*2 AS wiki_rank",
|
|
"contributionscores-top": "Second part of the headings of [[Special:ContributionScores]].\n\nPLURAL is supported, but not used by the English original message.\n\nParameters:\n* $1 - limit value. Default value: 50 or 10\n{{Identical|Top}}",
|
|
"contributionscores-days": "Heading of [[Special:ContributionScores]].\n\nIf the number of days is not defined, {{msg-mw|Contributionscores-allrevisions}} is used.\n\nParameters:\n* $1 - number of days",
|
|
"contributionscores-allrevisions": "Used as a header of [[Special:ContributionScores]].\n\nSee also:\n* {{msg-mw|Contributionscores-days}}\n{{Identical|All time}}",
|
|
"contributionscores-score": "Used as column header of the table.\n{{Related|Contributionscores-score}}",
|
|
"contributionscores-rank": "{{Related|Contributionscores-score}}\n{{Identical|Rank}}",
|
|
"contributionscores-pages": "{{Related|Contributionscores-score}}\n{{Identical|Page}}",
|
|
"contributionscores-changes": "{{Related|Contributionscores-score}}\n{{Identical|Change}}",
|
|
"contributionscores-username": "{{Related|Contributionscores-score}}\n{{Identical|Username}}",
|
|
"contributionscores-invalidusername": "Used as error message if the specified username is invalid.\n\nSee example: [[Template:User Score]].\nThis template contains <code><nowiki>{{#cscore:{{PAGENAME}}|score}}</nowiki></code> and its page name is invalid as username.\n\nSee also:\n* {{msg-mw|Contributionscores-invalidmetric}}",
|
|
"contributionscores-invalidmetric": "Used as error message if the specified metric is invalid.\n\nValid metrics are: score, changes and pages\n\nSee also:\n* {{msg-mw|Contributionscores-invalidusername}}"
|
|
}
|