Template:TrainingTable/doc

From RimWorld Wiki
< Template:TrainingTable
Revision as of 06:01, 26 April 2020 by DJRedNightGaming (talk | contribs) (Updated Docs for use of the Training Template on Animals listed in Animals Category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Required Code on Every Animal Page

The following code is going to now be required on every Animals page. This is to "set" or "define" the properties of the specific animal when it comes to training. Whenever you use this template there are four Page Properties you have to manually set on each Animal Page. These are vital for the template to work as the template pulls information from these properties in order to properly set the values within the template.

<!-- Set the Declaration of Variables for the Animal Training Template-->
{{#set: Can_Train_Guard=true}}
{{#set: Can_Train_Attack=false}}
{{#set: Can_Train_Rescue=true}}
{{#set: Can_Train_Haul=false}}

New Template Properties

The following properties are used for the new template.

Property:Can_Train_Guard

Property:Can_Train_Attack

Property:Can_Train_Rescue

Property:Can_Train_Haul

Deprecated Template Properties

Property:Can_Train_Obedience

Property:Can_Train_Release

The following values are to be set for animals as of V1.1.2610: User:DJRedNightGaming/AnimalTrainingPropertyValues

Example Output

Template:TrainingTemplateUpdated