Template:SCP/doc
Jump to navigation
Jump to search
Script error: The module returned a nil value. It is supposed to return an export table.
{{#replace:Template:SCP/doc|/doc}} invokes Module:SCP using Lua.
The SCP template displays a clickable skill icon picture that links to the skill page. This can be also be used in other templates that display skill icons.
Usage
{{SCP|<skill>|<number>|link = (optional) yes}}
Examples
Just skill:
{{SCP|Magic}}
Skill and level:
{{SCP|Magic|50}}
Skill, level, and link:
{{SCP|Magic|50|link=yes}}
50 Magic
Non-skill Clickpics
This template can produce a number of clickpics which are not skill icons.
Name | Image |
---|---|
(Default) | |
Quests | |
Combat | File:Attack style icon.png |
Minigame | File:Minigame icon.png |
Diary | File:Achievement Diaries icon.png |
Music | |
Favour | File:Kourend Favour icon.png |
Time |
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
Skill | 1 | The name of the skill.
| String | optional |
Level | 2 | The skill level to display. | Number | optional |
Link | link | Filled in with 'yes' to display the skill name as a link at the end. | String | optional |
Sort | sort | Applies data-sort-value='level'| in front of the icon and text if used; Only use on the first instance in a table row. | String | optional |