A Wiki in the Desert
Log in

Difference between revisions of "Template:Skill/doc"

From A Wiki in the Desert
m (Updated example to match template)
m
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
| name        =  
 
| name        =  
 
| discipline  =  
 
| discipline  =  
 +
| icon        =
 
| source      =  
 
| source      =  
| level        =
 
 
| requirements =  
 
| requirements =  
| lessons      =
 
  
 
| tuition1    =  
 
| tuition1    =  
Line 28: Line 27:
  
 
; discipline ''(optional)'' : The discipline associated with the skill (e.g. Architecture, Thought, etc.). For skills not learned at a school such as [[Milking Techniques]], use "Special".
 
; discipline ''(optional)'' : The discipline associated with the skill (e.g. Architecture, Thought, etc.). For skills not learned at a school such as [[Milking Techniques]], use "Special".
 +
 +
; icon ''(optional)'' : The icon used to represent the skill in-game.
  
 
; source ''(optional)'' : The location where the skill can be learned. Should typically be a School of the relevant discipline. For skills not learned at a school such as [[Milking Techniques]], leave this parameter blank.
 
; source ''(optional)'' : The location where the skill can be learned. Should typically be a School of the relevant discipline. For skills not learned at a school such as [[Milking Techniques]], leave this parameter blank.
  
; level : The level required to learn the skill.
+
; requirements ''(optional)'' : Requirements for the skill such as Perception or Faction Rank. Best displayed using an [[mw:Help:Lists|unordered list]] starting immediately below the <code>requirements = </code> line (see below example).
 
 
; requirements ''(optional)'' : Other non-level requirements for the skill such as Perception or Faction Rank. Best displayed using an [[mw:Help:Lists|unordered list]] starting immediately below the <code>requirements = </code> line (see below example).
 
 
 
; lessons ''(optional)'' : The number of lessons required to teach the skill to another player.
 
  
 
=== Tuition Cost Data ===
 
=== Tuition Cost Data ===
Line 57: Line 54:
 
   <tr class="ib-stacked">
 
   <tr class="ib-stacked">
 
       <td>[[School of Worship]]</td>
 
       <td>[[School of Worship]]</td>
  </tr>
 
  <tr class="ib-stacked">
 
      <th>Level Required</th>
 
  </tr>
 
  <tr class="ib-stacked">
 
      <td>Level 3</td>
 
 
   </tr>
 
   </tr>
 
   <tr class="ib-stacked">
 
   <tr class="ib-stacked">
Line 94: Line 85:
 
| name        = Cheese Making
 
| name        = Cheese Making
 
| discipline  = Worship
 
| discipline  = Worship
 +
| icon        =
 
| source      = [[School of Worship]]
 
| source      = [[School of Worship]]
| level        = 3
 
 
| requirements =  
 
| requirements =  
 
* [[Milking Techniques]]
 
* [[Milking Techniques]]
| lessons      =
 
  
 
| tuition1    = [[Jugs of Cows Milk]]
 
| tuition1    = [[Jugs of Cows Milk]]

Latest revision as of 06:00, 26 November 2019

{{Skill}} is for use in any article about an in-game "skill". All parameters are optional and can be left blank, though it is preferred to include as many as possible; if undefined, these optional parameters will not appear as part of the template.

Template

{{Skill
| name         = 
| discipline   = 
| icon         = 
| source       = 
| requirements = 

| tuition1     = 
| qty1         = 

| tuition2     = 
| qty2         = 

...

}}

Usage

name
The name of the skill.
discipline (optional)
The discipline associated with the skill (e.g. Architecture, Thought, etc.). For skills not learned at a school such as Milking Techniques, use "Special".
icon (optional)
The icon used to represent the skill in-game.
source (optional)
The location where the skill can be learned. Should typically be a School of the relevant discipline. For skills not learned at a school such as Milking Techniques, leave this parameter blank.
requirements (optional)
Requirements for the skill such as Perception or Faction Rank. Best displayed using an unordered list starting immediately below the requirements = line (see below example).

Tuition Cost Data

tuitionn
The name of the item required as tuition to learn the skill. Each item required to learn a skill should list a tuition parameter and corresponding qty parameter. Increment n for each such item and cost.
qtyn
The amount of the item required as tuition to learn the skill. Each item required to learn a skill should list a tuition parameter and corresponding qty parameter. Increment n for each such item and cost.

Example

Cheese Making
(Skill - Worship)
Learned From
School of Worship
Other Requirements
Tuition
Jugs of Cows Milk 10
Salt 10
{{Skill
| name         = Cheese Making
| discipline   = Worship
| icon         = 
| source       = [[School of Worship]]
| requirements = 
* [[Milking Techniques]]

| tuition1     = [[Jugs of Cows Milk]]
| qty1         = 10

| tuition2     = [[Salt]]
| qty2         = 10
}}