Gaming
 

Template:User stats

From the RuneScape Wiki, the wiki for all things RuneScape

Contents

Template Documentation

The User stats template inserts a table with all skill levels into a page. All skills can be assigned a particular level in the template. In addition, the template will display the number of quest points and the combat level if provided in the parameter list. The Name parameter will insert a link to the RuneScape Hiscore page for that name.

Usage

{{User stats|skill levels}} The template uses the common Skillname=number format. The following parametres are recognised in the template.

{{User stats
|Name          = Player name
|Attack        = Attack level
|Hitpoints     = Hitpoints level
|Mining        = Mining level
|Strength      = Strength level
|Agility       = Agility level
|Smithing      = Smithing level
|Defence       = Defence level
|Herblore      = Herblore level
|Fishing       = Fishing level
|Ranged        = Ranged level
|Thieving      = Thieving level
|Cooking       = Cooking level
|Prayer        = Prayer level
|Crafting      = Crafting level
|Firemaking    = Firemaking level
|Magic         = Magic level
|Fletching     = Fletching level
|Woodcutting   = Woodcutting level
|Runecrafting  = Runecrafting level
|Slayer        = Slayer level
|Farming       = Farming level
|Construction  = Construction level
|Hunter        = Hunter level
|Summoning     = Summoning level
|Quest         = Quest Points
|Combat        = Combat level
|Music         = Number of music tracks unlocked as shown on Music Player
|Total         = Optional - The template automatically sets your total level, but this can set it manually.
|Date          = "As of" date
|extra-css     = Additional CSS style code. Optional.
|align         = Defines the template's placement. Defaults to right. Optional.
}}

Example

Below is an example of a user stat template for a player just arriving from Tutorial Island:

{{User stats
 |Attack       = 1  | Hitpoints = 10 | Mining      = 1
 |Strength     = 1  | Agility   = 1  | Smithing    = 1
 |Defence      = 1  | Herblore  = 1  | Fishing     = 1
 |Ranged       = 1  | Thieving  = 1  | Cooking     = 1
 |Prayer       = 1  | Crafting  = 1  | Firemaking  = 1
 |Magic        = 1  | Fletching = 1  | Woodcutting = 1
 |Runecrafting = 1  | Slayer    = 1  | Farming     = 1
 |Construction = 1  | Hunter    = 1  | Summoning   = 1
 |Quest        = 0  | Combat    = 3  | Music       = 21
 |Date         = {{LOCALDAY}} {{LOCALMONTHNAME}} {{LOCALYEAR}}
}}

The example produces the following result:

Total level: 33
1
10
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
3
0
21
As of 15 November 2009


See also