Skip to content

Commit

Permalink
set socialprofile user levels for testwikibeta
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFan4000 authored Nov 26, 2024
1 parent 705a97b commit 4240dad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,27 @@ function onBeforePageDisplay( OutputPage $out ) {
];

break;
case 'testwikibeta':
$wgUserLevels = array(
'Recruit' => 0,
'Apprentice' => 1200,
'Private' => 1750,
'Corporal' => 2500,
'Sergeant' => 5000,
'Gunnery Sergeant' =>10000,
'Lieutenant' => 20000,
'Captain' => 35000,
'Major' => 50000,
'Lieutenant Commander' => 75000,
'Commander' => 100000,
'Colonel' => 150000,
'Brigadier' => 250000,
'Brigadier General' => 350000,
'Major General' => 500000,
'Lieutenant General' => 650000,
'General' => 800000,
'General of the Army' => 1000000,
);
case 'tuscriaturaswiki':
$wgHooks['AfterFinalPageOutput'][] = 'onAfterFinalPageOutput';

Expand Down

0 comments on commit 4240dad

Please sign in to comment.