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) |
(Added the note to the example) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | {{TOCright}} |
+ | ==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. | ||
− | + | ==Prerequisites== | |
− | + | 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 28: | ||
[[Property:Can_Train_Haul]] | [[Property:Can_Train_Haul]] | ||
− | == | + | ==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=]]}} | ||
+ | |} | ||
+ | <small>*As of [[version/1.1.2610|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|animals]] page.</small> | ||
− | + | ==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 | |
− | |||
− | < | + | <includeonly>[[Category:Customized table templates]]</includeonly> |
− | + | <noinclude>[[Category:Template documentation]]</noinclude> | |
− | |||
− | |||
− |
Latest revision as of 14:48, 29 September 2021
Description[edit]
This template displays an animal's trainability.
Usage[edit]
Enter {{TrainingTable}}
under the Training section.
No other syntax or parameters are used.
Prerequisites[edit]
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[edit]
The properties displayed by this template are:
Example Output[edit]
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[edit]
- 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