As well as automatically categorizing an article into Category:Skills, this template supplies some standard information about the subject of the article. For details on how to create a skill article, refers to the Creators Manual and the Guideline: Skill Articles.
Parameters
|image=filename
- Optional but preferred — The full image file name.
- If an image is not supplied, a placeholder will be used, and by default the template will place the
{{picture}}
hatnote before the infobox. Disable this if necessary with |ignore-no-image=yes
(see below).
|caption=Image description
- Optional — Use only if
|image=
is also set. Text of a descriptive caption to display beneath the image.
|type=Combat,Trade,Transport
- Required — What kind of skill it is (default: Unknown).
- (Note: Setting
|type=
or |category=
will auto-categorize the article into the appropriate skill sub-category.)
|description=
- Optional — Brief description of the skill.
|ignore-no-image=yes
- Optional — Set to
yes
(or any similar positive-state value) to disable the automatic placement of {{Picture}}
above the infobox.
|top=no
- Optional — Set to
no
to disable the automatic placement of the {{Top}}
template on the article.
Example of Use
{{skill
| image = <!-- An image filename (e.g. Example_picture_name.jpg). If the filename doesn't exist, this gives you a link to upload it. -->
| caption = <!-- A caption to display below the image. -->
| type = <!-- What kind of skill it is. Can be: Combat, Trade, Transport. -->
| description = <!-- A short description of the skill. -->
}}
Skills of GodvilleSkill/Documentation |
---|
Example Combat Skill |
Type |
⚔️Combat |
---|
Description |
A powerful blow |
---|
|
{{skill
| image = Example.jpg
| caption = Example Combat Skill
| type = Combat
| description = A powerful blow
}}
Skills of GodvilleSkill/Documentation |
---|
Example Trade Skill |
Type |
💸Trade |
---|
Description |
"I love the sound of money in the evening..." |
---|
|
{{skill
| image = Example.jpg
| caption = Example Trade Skill
| type = Trade
| description = "I love the sound of money in the evening..."
}}
Skills of GodvilleSkill/Documentation |
---|
Example Transportation Skill |
Type |
🏇Transport |
---|
Description |
"Rolling around at the speed of sound..." |
---|
|
{{skill
| image = Example.jpg
| caption = Example Transportation Skill
| type = Transport
| description = "Rolling around at the speed of sound..."
}}