Help:User levels: Difference between revisions

>Josikins
No edit summary
>Josikins
No edit summary
Line 1: Line 1:
# The actual user level definitions -- key is simple: 'Level name' => points needed
==Ranks==
*'''Muggle''' - 0 points
*'''Casual User''' - 500 points
*'''Informed User''' - 1000 points
*'''Regular Contributor''' - 2000 points
*'''Hyperspace Explorer''' - 10000 points
*'''DMT Entity''' - 20000 points
*'''Self Transforming Machine Elf''' - 30000 points
*'''Cosmic Pioneer''' - 40000 points
*'''Apprentice Shaman''' - 60000 points
*'''Seasoned Shaman''' - 100000 points
*'''Where is My Mind?''' - 130000 points
*'''I am Everything''' - 200000 points
*'''Officially Transcended''' - 250000 points
*'''Grand Master Shaman of the Universe''' - 300000 points


    'Muggle' => 0,
==Point allocation==
    'Casual User' => 500,
*'''50''' Points awarded on main namespace edit
    'Informed User' => 1000,
*'''50''' Points awarded for adding a friend
    'Regular Contributor' => 2000,
*'''60''' Points awarded for adding a foe
    'Hyperspace Explorer' => 10000,
*'''500''' Points awarded for adding your first avatar
    'DMT Entity' => 20000,
*'''20''' Points awarded for giving a gift
    'Self Transforming Machine Elf' => 30000,
*'''50''' Points awarded for receiving a gift
    'Cosmic Pioneer' => 40000,
    'Apprentice Shaman' => 60000,
    'Seasoned Shaman' => 100000,
    'Where is My Mind?' => 130000,
    'I am Everything' => 200000,
    'Officially Transcended' => 250000,
    'Grand Master Shaman of the Universe' => 300000,
 
# Point allocation
 
    $wgUserStatsPointValues['edit'] = 50; // Points awarded on main namespace edit
    $wgUserStatsPointValues['friend'] = 50; // Points awarded for adding a friend
    $wgUserStatsPointValues['foe'] = 60; // Points awarded for adding a foe
    $wgUserStatsPointValues['user_image'] = 500; // Points awarded for adding your first avatar
    $wgUserStatsPointValues['gift_sent'] = 20; // Points awarded for giving a gift
    $wgUserStatsPointValues['gift_rec'] = 50; // Points awarded for receiving a gift