Difference between revisions of "Template:TrainingTable"
(Fixed data not displaying. These properties have data type boolean which only uses true or false.) |
(Update for v1.1.2610) |
||
Line 1: | Line 1: | ||
{| style="border-style: solid; border-width: 0px; text-align:left;" | {| style="border-style: solid; border-width: 0px; text-align:left;" | ||
− | ! scope="row" | | + | ! scope="row" | Guard: |
− | | {{#switch: {{#show: {{ | + | | {{#switch: {{#show: {{FULLPAGENAME}}|?Can Train Guard|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} |
|- | |- | ||
− | ! scope="row" | | + | ! scope="row" |Attack: |
− | | {{#switch: {{#show: {{ | + | | {{#switch: {{#show: {{FULLPAGENAME}}|?Can Train Attack|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} |
|- | |- | ||
! scope="row" |Rescue: | ! scope="row" |Rescue: | ||
− | | {{#switch: {{#show: {{ | + | | {{#switch: {{#show: {{FULLPAGENAME}}|?Can Train Rescue|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} |
|- | |- | ||
! scope="row" |Haul: | ! scope="row" |Haul: | ||
− | | {{#switch: {{#show: {{ | + | | {{#switch: {{#show: {{FULLPAGENAME}}|?Can Train Haul|link=none}} | true=[[File:check.png|24px|link=]] | false=[[File:ex.png|24px|link=]]}} |
|} | |} | ||
+ | <small>*As of version 1.1.2610, all animals can be tamed. The percentage of likelihood of success depends on factors such as the Animals Wildness Percentage, Pawn Handling Skill, and others. More information can be found on the [[Animals#Animal_husbandry]] page.</small> | ||
+ | |||
+ | |||
+ | |||
+ | <noinclude> | ||
+ | {{documentation}} | ||
+ | [[Category:Template Infobox]] | ||
+ | </noinclude> |
Revision as of 06:06, 26 April 2020
Guard: | |
---|---|
Attack: | |
Rescue: | |
Haul: |
*As of version 1.1.2610, all animals can be tamed. The percentage of likelihood of success depends on factors such as the Animals Wildness Percentage, Pawn Handling Skill, and others. More information can be found on the Animals#Animal_husbandry page.
Description
This template displays an animal's trainability.
Usage
Enter{{TrainingTable}}
under the Training section.
No other syntax or parameters are used.
Prerequisites
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:
Example Output
The following is output when used on Muffalo.
This animal can be trained as follows:
Guard: | |
---|---|
Attack: | |
Rescue: | |
Haul: |
*As of version 1.1.2610, all animals can be tamed. The percentage of likelihood of success depends on factors such as the Animals Wildness Percentage, Pawn Handling Skill, and others. More information can be found on the animals page.
Additional Info
- This template displays information from properties, it does not set them, instead, they are set in Template:Infobox main. Go there for updates or adjustments.
- Trainability is partially determined by body size as specified in (RimWorld installation folder on PC) Defs\TrainableDefs\Trainables.xml
The above documentation is transcluded from Template:TrainingTable/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |