<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AUser_stats%2Fdoc</id>
	<title>Template:User stats/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AUser_stats%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:User_stats/doc&amp;action=history"/>
	<updated>2026-07-18T02:27:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Template:User_stats/doc&amp;diff=46301&amp;oldid=prev</id>
		<title>imported&gt;Nex Undique: Shouldn&#039;t they be static</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:User_stats/doc&amp;diff=46301&amp;oldid=prev"/>
		<updated>2012-10-18T20:20:57Z</updated>

		<summary type="html">&lt;p&gt;Shouldn&amp;#039;t they be static&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation}}&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;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.&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
==Template Documentation==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;User stats&amp;#039;&amp;#039;&amp;#039; 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 &amp;#039;&amp;#039;Name&amp;#039;&amp;#039; parameter will insert a link to the &amp;#039;&amp;#039;RuneScape&amp;#039;&amp;#039; Hiscore page for that name.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{User stats|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;skill levels&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
The template uses the common &amp;#039;&amp;#039;Skillname=number&amp;#039;&amp;#039; format. The following parametres are recognised in the template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{User stats&lt;br /&gt;
|Name          = Player name&lt;br /&gt;
|Attack        = Attack level&lt;br /&gt;
|Constitution  = Constitution level (can be Hitpoints = for compatibility)&lt;br /&gt;
|Mining        = Mining level&lt;br /&gt;
|Strength      = Strength level&lt;br /&gt;
|Agility       = Agility level&lt;br /&gt;
|Smithing      = Smithing level&lt;br /&gt;
|Defence       = Defence level&lt;br /&gt;
|Herblore      = Herblore level&lt;br /&gt;
|Fishing       = Fishing level&lt;br /&gt;
|Ranged        = Ranged level&lt;br /&gt;
|Thieving      = Thieving level&lt;br /&gt;
|Cooking       = Cooking level&lt;br /&gt;
|Prayer        = Prayer level&lt;br /&gt;
|Crafting      = Crafting level&lt;br /&gt;
|Firemaking    = Firemaking level&lt;br /&gt;
|Magic         = Magic level&lt;br /&gt;
|Fletching     = Fletching level&lt;br /&gt;
|Woodcutting   = Woodcutting level&lt;br /&gt;
|Runecrafting  = Runecrafting level&lt;br /&gt;
|Slayer        = Slayer level&lt;br /&gt;
|Farming       = Farming level&lt;br /&gt;
|Construction  = Construction level&lt;br /&gt;
|Hunter        = Hunter level&lt;br /&gt;
|Summoning     = Summoning level&lt;br /&gt;
|Dungeoneering = Dungeoneering level&lt;br /&gt;
|Quest         = Quest Points&lt;br /&gt;
|Combat        = Combat level&lt;br /&gt;
|Achievement   = Achievements completed (can be Task = for compatibility)&lt;br /&gt;
|Music         = Number of music tracks unlocked as shown on Music Player&lt;br /&gt;
|Total         = Optional - The template automatically sets your total level, but this can set it manually.&lt;br /&gt;
|Date          = &amp;quot;As of&amp;quot; date&lt;br /&gt;
|margin        = Keep text around box clear of box edge (default &amp;quot;yes&amp;quot;).&lt;br /&gt;
|extra-css     = Additional CSS style code. Optional.&lt;br /&gt;
|align         = Defines the template&amp;#039;s placement. Defaults to right. Optional.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Below is an example of a user stat template for a player just arriving from [[Tutorial Island]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{User stats&lt;br /&gt;
 | Attack        = 1  | Constitution = 10 | Mining      = 1&lt;br /&gt;
 | Strength      = 1  | Agility      = 1  | Smithing    = 1&lt;br /&gt;
 | Defence       = 1  | Herblore     = 1  | Fishing     = 1&lt;br /&gt;
 | Ranged        = 1  | Thieving     = 1  | Cooking     = 1&lt;br /&gt;
 | Prayer        = 1  | Crafting     = 1  | Firemaking  = 1&lt;br /&gt;
 | Magic         = 1  | Fletching    = 1  | Woodcutting = 1&lt;br /&gt;
 | Runecrafting  = 1  | Slayer       = 1  | Farming     = 1&lt;br /&gt;
 | Construction  = 1  | Hunter       = 1  | Summoning   = 1&lt;br /&gt;
 | Dungeoneering = 1&lt;br /&gt;
 | Quest         = 1  | Combat       = 3  | Achievement = 0&lt;br /&gt;
 | Music         = 21&lt;br /&gt;
 | Date          = {{subst:LOCALDAY}} {{subst:LOCALMONTHNAME}} {{subst:LOCALYEAR}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The example produces the following result:&lt;br /&gt;
{{User stats&lt;br /&gt;
 | Attack        = 1  | Constitution = 10 | Mining      = 1&lt;br /&gt;
 | Strength      = 1  | Agility      = 1  | Smithing    = 1&lt;br /&gt;
 | Defence       = 1  | Herblore     = 1  | Fishing     = 1&lt;br /&gt;
 | Ranged        = 1  | Thieving     = 1  | Cooking     = 1&lt;br /&gt;
 | Prayer        = 1  | Crafting     = 1  | Firemaking  = 1&lt;br /&gt;
 | Magic         = 1  | Fletching    = 1  | Woodcutting = 1&lt;br /&gt;
 | Runecrafting  = 1  | Slayer       = 1  | Farming     = 1&lt;br /&gt;
 | Construction  = 1  | Hunter       = 1  | Summoning   = 1&lt;br /&gt;
 | Dungeoneering = 1&lt;br /&gt;
 | Quest         = 1  | Combat       = 3  | Achievement = 0&lt;br /&gt;
 | Music         = 21&lt;br /&gt;
 | Date          = {{LOCALDAY}} {{LOCALMONTHNAME}} {{LOCALYEAR}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Template:User stats (f2p)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:User templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Nex Undique</name></author>
	</entry>
</feed>