Difference between revisions of "Template:TrainingTable/doc"
Jump to navigation
Jump to search
(Updated Docs for use of the Training Template on Animals listed in Animals Category) |
(Rewrite.) |
||
Line 1: | Line 1: | ||
− | == | + | ==Description== |
+ | This template displays an animal's trainability. | ||
− | + | ==Usage== | |
+ | Enter <code><nowiki>{{TrainingTable}}</nowiki></code> under the Training section.</p> | ||
+ | No other syntax or parameters are used. | ||
− | + | ==Prerequisite== | |
− | + | The animal's page must include its trainability stat, written as one of the following: | |
− | + | : <code>|trainable = none</code> | |
− | + | : <code>|trainable = simple</code> | |
− | + | : <code>|trainable = intermediate</code> | |
− | + | : <code>|trainable = advanced</code> | |
− | </ | ||
− | = | + | The animal's page must include its body size, written like: |
+ | : <code>|bodysize = 0.55</code> | ||
− | The | + | ==Properties== |
+ | The properties displayed by this template are: | ||
[[Property:Can_Train_Guard]] | [[Property:Can_Train_Guard]] | ||
Line 23: | Line 27: | ||
[[Property:Can_Train_Haul]] | [[Property:Can_Train_Haul]] | ||
− | == | + | ==Obsolete Properties== |
+ | The following properties are no longer used. These stats are from previous game versions. | ||
[[Property:Can_Train_Obedience]] | [[Property:Can_Train_Obedience]] | ||
Line 29: | Line 34: | ||
[[Property:Can_Train_Release]] | [[Property:Can_Train_Release]] | ||
− | The following | + | ==Example Output== |
+ | The following is output when used on Muffalo. | ||
− | |||
− | {{ | + | This animal can be trained as follows: |
+ | {| style="border-style: solid; border-width: 0px; text-align:left;" | ||
+ | ! scope="row" | Guard: | ||
+ | | {{#switch: {{#show: Muffalo|?Can Train Guard|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} | ||
+ | |- | ||
+ | ! scope="row" |Attack: | ||
+ | | {{#switch: {{#show: Muffalo|?Can Train Attack|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} | ||
+ | |- | ||
+ | ! scope="row" |Rescue: | ||
+ | | {{#switch: {{#show: Muffalo|?Can Train Rescue|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} | ||
+ | |- | ||
+ | ! scope="row" |Haul: | ||
+ | | {{#switch: {{#show: Muffalo|?Can Train Haul|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} | ||
+ | |} | ||
− | + | ==Additional Info== | |
− | + | * This template displays information from properties, it does not set them, instead, they are set in the Infobox main template. Go there for updates or adjustments. | |
− | + | ||
− | + | * Trainability is partially determine by body size as specified in (RimWorld installation folder on PC) Defs\TrainableDefs\Trainables.xml | |
− |
Revision as of 06:35, 15 June 2020
Description
This template displays an animal's trainability.
Usage
Enter {{TrainingTable}}
under the Training section.
No other syntax or parameters are used.
Prerequisite
The animal's page must include its trainability stat, written as one of the following:
|trainable = none
|trainable = simple
|trainable = intermediate
|trainable = advanced
The animal's page must include its body size, written like:
|bodysize = 0.55
Properties
The properties displayed by this template are:
Obsolete Properties
The following properties are no longer used. These stats are from previous game versions.
Example Output
The following is output when used on Muffalo.
This animal can be trained as follows:
Guard: | |
---|---|
Attack: | |
Rescue: | |
Haul: |
Additional Info
- This template displays information from properties, it does not set them, instead, they are set in the Infobox main template. Go there for updates or adjustments.
- Trainability is partially determine by body size as specified in (RimWorld installation folder on PC) Defs\TrainableDefs\Trainables.xml