Description
- This template creates the beautiful skill overview boxes used on the skill category pages.
Syntax
{{Skill
| skill = Skill name
| desc = Description of skill
| 1 = Major attribute
| 2 = Minor attribute
| mult = Skill training multiplier
| price = Skill book price
| pre = Prerequisite skill(s)
| notes = Notes
}}
Parameters
All parameters are required.
skill- The name of the skill. Please use spaces (no underscores), and capitalise it in the same way as in the game. So, for instance,
skill=Pyroxeres Processing.
desc- The description of what the skill does (copied directly from the game).
1and2- The primary and secondary character attributes which determine how quickly the skill is trained. Possible values:
Intelligence,Perception,Charisma,Willpower, andMemory(please capitalise).
mult- The skill's training time multiplier. Write the number and add an x (without a space); for instance:
mult=2x.
price- How much the skillbook costs. There is no need to put "ISK" after the price, as it is added automatically. Larger numbers should be abbreviated with K for thousand, M for million, and B for billion. If you don't have the exact price, then an approximation is acceptable (no need to put "~"). If there's a value range, put "-" between the two numbers (without spaces), and add the K, M, or B after the last number. Lastly, the correct fraction denominator is "." and not ",".
- Example
price=32K <- Correct price=32.5M <- Correct price=20-25.5B <- Correct price=32,000 <- Incorrect price=32,5M <- Incorrect price=~20-25.5B <- Incorrect price=20 - 25.5B <- Incorrect price=20B-25.5B <- Incorrect price=32K ISK <- Incorrect
pre- The prerequisite skill(s). These should link to the skill description pages, and include the skill rank (in Roman numerals) within the link, as follows:
pre=[[Skills:Engineering#CPU_Management|CPU Management I]]
If there is more than one prerequisite, create a separate link for each one, and separate them by commas:pre=[[Skills:Industry#Refining|Refining IV]], [[Skills:Industry#Mass_Production|Mass Production I]]
notes- Any notes or comments about skill which don't fit anywhere else (for instance, if the skillbook is only available from LP stores, this would be a good place to note this).