Added #cscore parser function for grabbing user's contribution score, changes, and pages
This commit is contained in:
parent
ee6b9b211f
commit
86c3ce39b1
3 changed files with 74 additions and 4 deletions
|
@ -154,7 +154,12 @@ class ContributionScores extends IncludableSpecialPage
|
|||
}
|
||||
|
||||
function showInclude( $par ) {
|
||||
global $wgOut;
|
||||
global $wgOut, $wgContributionScoresDisableCache;
|
||||
|
||||
if($wgContributionScoresDisableCache) {
|
||||
global $wgParser;
|
||||
$wgParser->disableCache();
|
||||
}
|
||||
|
||||
$days = null;
|
||||
$limit = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue