Template:User stats/doc

From Darkan
Jump to navigation Jump to search
Documentation This is a documentation subpage for Template:User stats.
It contains usage information, categories, and other content that is not part of the original template page.

If you wish to change how the template displays, then copy the code to a userpage and use that instead. Do not edit this page for simple display changes without consensus.

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.

If the value for a skill is not specified, but the Name is, then an attempt to dynamically lookup the value is made. This will only work for skills that the player has values listed in the highscores, otherwise -1 will be shown.

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
|Constitution  = Constitution level (can be Hitpoints = for compatibility)
|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
|Dungeoneering = Dungeoneering level
|Quest         = Quest Points
|Combat        = Combat level
|Achievement   = Achievements completed (can be Task = for compatibility)
|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
|margin        = Keep text around box clear of box edge (default "yes").
|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  | Constitution = 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
 | Dungeoneering = 1
 | Quest         = 1  | Combat       = 3  | Achievement = 0
 | Music         = 21
 | Date          = {{subst:LOCALDAY}} {{subst:LOCALMONTHNAME}} {{subst:LOCALYEAR}}
}}

The example produces the following result:

Total level: 34
1
10
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
21
3
1
0
As of 6 July 2024


See also