Difference between revisions of "Template:Infobox pawn"
Jump to navigation
Jump to search
Tag: Undo |
(Let's try here instead.......) |
||
Line 1: | Line 1: | ||
− | <noinclude><!-- Cargo declare section --> | + | <!-- This line must remain for now |
+ | |||
+ | --><noinclude><!-- Cargo declare section --> | ||
{{#cargo_declare:_table = Animal | {{#cargo_declare:_table = Animal | ||
− | | name | + | | name = String |
− | | image | + | | image = File |
− | | description | + | | description = Text <!-- Plain, from XML files --> |
− | | type | + | | description_markup = Wikitext <!-- With markup, for use in the article intro --> |
− | | subtype | + | | type = Page <!-- Animal? Mech? --> |
− | | | + | | subtype = Page <!-- Domesticated? Wild? --> |
− | | | + | <!-- General --> |
− | | movespeed | + | | basebodysize = Float |
− | <!-- | + | | basehealthscale = Float |
− | | | + | | basehungerrate = Float |
− | | | + | | comfytemp_min = Integer |
− | | | + | | comfytemp_max = Integer |
− | | | + | | diet = Page |
− | | | + | | flammability = Float |
− | | | + | | has_gender = Boolean |
− | | | + | | marketvalue = Integer |
− | | | + | | movespeed = Float |
− | | | + | <!-- Combat --> |
− | | | + | | armorrating_blunt = Float |
− | | | + | | armorrating_heat = Float |
− | | | + | | armorrating_sharp = Float |
− | | | + | | combatpower = Integer |
− | | | + | <!-- Life phases --> |
− | | | + | | life_expectancy = Integer |
− | | | + | | mass_adult = Float |
− | | | + | | mass_baby = Float |
+ | | mass_juvenile = Float | ||
+ | | maturity_age = Float | ||
+ | | minage_adult = Float | ||
+ | | minage_baby = Float | ||
+ | | minage_juvenile = Float | ||
+ | | gestation_period = Integer | ||
+ | | offspring_low = Integer | ||
+ | | offspring_high = Integer | ||
+ | <!-- Taming/hunting --> | ||
+ | | handleskill = Integer | ||
+ | | manhunter_damage = Float | ||
+ | | manhunter_tamefail = Float | ||
+ | | nameontamechance = Float | ||
+ | | nuzzlehours = Integer | ||
+ | | petness = Float | ||
+ | | predator = Boolean | ||
+ | | maxpreybodysize = Float | ||
+ | | trainability = String <!-- or Page? --> | ||
+ | | train_haul = Boolean | ||
+ | | train_obedience = Boolean | ||
+ | | train_release = Boolean | ||
+ | | train_rescue = Boolean | ||
+ | | wildness = Float | ||
<!-- Product --> | <!-- Product --> | ||
− | | | + | | egg_amountlow = Integer |
− | | | + | | egg_amounthigh = Integer |
− | | | + | | egg_type = Integer |
− | | | + | | egg_time = Integer |
− | | | + | | leather_amount = Integer |
− | | | + | | leather_type = Page |
− | + | | meat_amount = Integer | |
− | | | + | | meat_type = Page |
− | | | + | | milk_amount = Integer |
− | | | + | | milk_time = Integer |
− | | | + | | shear_time = Integer |
− | | | + | | wool_amount = Integer |
− | | | + | | wool_type = Page |
<!-- Other --> | <!-- Other --> | ||
− | | | + | | ecosystemweight = Float |
− | + | | recipes_operation = List (,) of String | |
− | + | | tradetags = List (,) of String | |
− | + | <!--| butcherproducts?? (mechs) = List (,) of String --> | |
− | |||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | | | ||
}} | }} | ||
</noinclude><!-- | </noinclude><!-- | ||
--><includeonly><!-- Cargo store section --><!-- | --><includeonly><!-- Cargo store section --><!-- | ||
− | + | ||
− | {{#cargo_store:_table = | + | {{#ifeq: {{NAMESPACENUMBER}} | 0 | disable for now for testing purposes --> |
− | | name | + | {{#cargo_store:_table = Animal |
− | | image | + | | name = {{{name|}}} |
− | | description | + | | image = {{{image|}}} |
− | | type | + | | description = {{{description|}}} |
− | | subtype | + | | description_markup = {{{description_markup|}}} |
− | | | + | | type = {{{type|}}} |
− | | | + | | subtype = {{{subtype|}}} |
− | | movespeed | + | <!-- General --> |
− | <!-- | + | | basebodysize = {{{basebodysize|}}} |
− | | | + | | basehealthscale = {{{basehealthscale|}}} |
− | | | + | | basehungerrate = {{{basehungerrate|}}} |
− | | | + | | comfytemp_min = {{{comfytemp_min|}}} |
− | | | + | | comfytemp_max = {{{comfytemp_max|}}} |
− | | | + | | diet = {{{diet|}}} |
− | | | + | | flammability = {{{flammability|}}} |
− | | | + | | has_gender = {{{has_gender|}}} |
− | | | + | | marketvalue = {{{marketvalue|}}} |
− | | | + | | movespeed = {{{movespeed|}}} |
− | | | + | <!-- Combat --> |
− | | | + | | armorrating_blunt = {{{armorrating_blunt|}}} |
− | | | + | | armorrating_heat = {{{armorrating_heat|}}} |
− | | | + | | armorrating_sharp = {{{armorrating_sharp|}}} |
− | | | + | | combatpower = {{{combatpower|}}} |
− | | | + | <!-- Life phases --> |
− | | | + | | life_expectancy = {{{life_expectancy|}}} |
− | | | + | | mass_adult = {{{mass_adult|}}} |
+ | | mass_baby = {{{mass_baby|}}} | ||
+ | | mass_juvenile = {{{mass_juvenile|}}} | ||
+ | | maturity_age = {{{maturity_age|}}} | ||
+ | | minage_adult = {{{minage_adult|}}} | ||
+ | | minage_baby = {{{minage_baby|}}} | ||
+ | | minage_juvenile = {{{minage_juvenile|}}} | ||
+ | | gestation_period = {{{gestation_period|}}} | ||
+ | | offspring_low = {{{offspring_low|}}} | ||
+ | | offspring_high = {{{offspring_high|}}} | ||
+ | <!-- Taming/hunting --> | ||
+ | | handleskill = {{{handleskill|}}} | ||
+ | | manhunter_damage = {{{manhunter_damage|}}} | ||
+ | | manhunter_tamefail = {{{manhunter_tamefail|}}} | ||
+ | | nameontamechance = {{{nameontamechance|}}} | ||
+ | | nuzzlehours = {{{nuzzlehours|}}} | ||
+ | | petness = {{{petness|}}} | ||
+ | | predator = {{{predator|}}} | ||
+ | | maxpreybodysize = {{{maxpreybodysize|}}} | ||
+ | | trainability = {{{trainability|}}} | ||
+ | | train_haul = {{{train_haul|}}} | ||
+ | | train_obedience = {{{train_obedience|}}} | ||
+ | | train_release = {{{train_release|}}} | ||
+ | | train_rescue = {{{train_rescue|}}} | ||
+ | | wildness = {{{wildness|}}} | ||
<!-- Product --> | <!-- Product --> | ||
− | | | + | | egg_amountlow = {{{egg_amountlow|}}} |
− | | | + | | egg_amounthigh = {{{egg_amounthigh|}}} |
− | | | + | | egg_type = {{{egg_type|}}} |
− | | | + | | egg_time = {{{egg_time|}}} |
− | | | + | | leather_amount = {{{leather_amount|}}} |
− | | | + | | leather_type = {{{leather_type|}}} |
− | + | | meat_amount = {{{meat_amount|}}} | |
− | | | + | | meat_type = {{{meat_type|}}} |
− | | | + | | milk_amount = {{{milk_amount|}}} |
− | | | + | | milk_time = {{{milk_time|}}} |
− | | | + | | shear_time = {{{shear_time|}}} |
− | | | + | | wool_amount = {{{wool_amount|}}} |
− | | | + | | wool_type = {{{wool_type|}}} |
<!-- Other --> | <!-- Other --> | ||
− | | | + | | ecosystemweight = {{{ecosystemweight|}}} |
− | | | + | | recipes_operation = {{{recipes_operation|}}} |
− | | | + | | tradetags = {{{tradetags|}}} |
− | | | + | <!--| butcherproducts?? (mechs) = List (,) of String --> |
− | + | }}<!-- }} don't forget me! --><!-- | |
− | + | === #vardefine to use variables outside the infobox === | |
− | + | ||
− | + | -->{{#vardefine:description_markup|{{{description_markup}}} }}<!-- | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
-->{| class="infoboxtable" | -->{| class="infoboxtable" | ||
− | ! colspan=" | + | ! colspan="2" class="infoboxname1" | {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} |
+ | |- | ||
+ | ! colspan="2" | {{#if: {{{image|}}} | [[File:{{{image}}}]] | [[File:Questionmark black.png|link=]]{{#ifeq: {{NAMESPACE}} | 0 | [[Category:Image wanted]]}} }} | ||
+ | |- | ||
+ | | colspan="2" | {{#if: {{{description|}}} | ''{{{description}}}'' }} | ||
+ | |- | ||
+ | {{#if: {{{type|}}} {{{subtype|}}} {{{basebodysize|}}} {{{basehealthscale|}}} {{{basehungerrate|}}} {{{comfytemp_min|}}} {{{comfytemp_max|}}} {{{diet|}}} {{{flammability|}}} {{{has_gender|}}} {{{marketvalue|}}} {{{movespeed|}}} | ||
+ | | {{!}} colspan="2" class="infoboxdescription1" {{!}} General }} | ||
+ | |- | ||
+ | {{#if: {{{type|}}} | {{!}} <div>Type</div> {{!!}} [[{{ucfirst: {{{type}}} }}]] }} | ||
+ | |- | ||
+ | {{#if: {{{subtype|}}} | {{!}} <div>Subtype</div> {{!!}} [[{{ucfirst: {{{subtype}}} }}]] }} | ||
+ | |- | ||
+ | {{#if: {{{basebodysize|}}} | {{!}} <div>Body size</div> {{!!}} {{{basebodysize}}} }} | ||
+ | |- | ||
+ | {{#if: {{{basehealthscale|}}} | {{!}} <div>Health scale</div> {{!!}} {{{basehealthscale}}} }} | ||
+ | |- | ||
+ | {{#if: {{{basehungerrate|}}} | {{!}} <div>Hunger rate</div> {{!!}} {{{basehungerrate}}} }} | ||
+ | |- | ||
+ | {{#if: {{{comfytemp_min|}}} {{{comfytemp_max|}}} | {{!}} <div>Temperature</div> {{!!}} {{{comfytemp_min}}}°C to {{{comfytemp_max}}}°C }}<!-- need more elaborate if--> | ||
+ | |- | ||
+ | {{#if: {{{diet|}}} | {{!}} <div>Diet</div> {{!!}} [[{{ucfirst: {{{diet}}} }}]] }} | ||
+ | |- | ||
+ | {{#if: {{{flammability|}}} | {{!}} <div>Flammability</div> {{!!}} {{{flammability}}} }} | ||
+ | |- | ||
+ | {{#ifeq: {{{has_gender|}}} | no | {{!}} <div>Has gender</div> {{!!}} [[File:Cross.png|20px]] }} | ||
+ | |- | ||
+ | {{#if: {{{marketvalue|}}} | {{!}} <div>Market value</div> {{!!}} {{formatnum:{{{marketvalue}}} }} [[File:silver_c.png|20px]] }} | ||
+ | |- | ||
+ | {{#if: {{{movespeed|}}} | {{!}} <div>Move speed</div> {{!!}} {{{movespeed}}} cells/sec}} | ||
+ | |- | ||
+ | {{#if: {{{combatpower|}}} {{{armorrating_blunt|}}} {{{armorrating_heat|}}} {{{armorrating_sharp|}}} | ||
+ | | {{!}} colspan="2" class="infoboxdescription1" {{!}} Combat }} | ||
+ | |- | ||
+ | {{#if: {{{combatpower|}}} | {{!}} <div>Combat power</div> {{!!}} {{{combatpower}}} }} | ||
+ | |- | ||
+ | {{#if: {{{armorrating_blunt|}}} | {{!}} <div>Armor blunt</div> {{!!}} {{{armorrating_blunt}}}% }} | ||
+ | |- | ||
+ | {{#if: {{{armorrating_heat|}}} | {{!}} <div>Armor heat</div> {{!!}} {{{armorrating_heat}}}% }} | ||
+ | |- | ||
+ | {{#if: {{{armorrating_sharp|}}} | {{!}} <div>Armor sharp</div> {{!!}} {{{armorrating_sharp}}}% }} | ||
+ | |- | ||
+ | {{#if: {{{life_expectancy|}}} {{{minage_baby|}}} {{{mass_baby|}}} {{{minage_juvenile|}}} {{{mass_juvenile|}}} {{{minage_adult|}}} {{{mass_adult|}}} {{{maturity_age|}}} {{{gestation_period|}}} {{{offspring_low|}}} {{{offspring_high|}}} | ||
+ | | {{!}} colspan="2" class="infoboxdescription1" {{!}} Life phases }} | ||
+ | |- | ||
+ | {{#if: {{{life_expectancy|}}} | {{!}} <div>Life expectancy</div> {{!!}} {{{life_expectancy}}} years }} | ||
+ | |- | ||
+ | {{#if: {{{minage_baby|}}} | {{!}} <div>Min age baby</div> {{!!}} {{{minage_baby}}} years }} | ||
+ | |- | ||
+ | {{#if: {{{mass_baby|}}} | {{!}} <div>Mass baby</div> {{!!}} {{{mass_baby}}} kg }} | ||
+ | |- | ||
+ | {{#if: {{{minage_juvenile|}}} | {{!}} <div>Min age juvenile</div> {{!!}} {{{minage_juvenile}}} years }} | ||
+ | |- | ||
+ | {{#if: {{{mass_juvenile|}}} | {{!}} <div>Mass juvenile</div> {{!!}} {{{mass_juvenile}}} kg }} | ||
+ | |- | ||
+ | {{#if: {{{minage_adult|}}} | {{!}} <div>Min age adult</div> {{!!}} {{{minage_adult}}} years }} | ||
+ | |- | ||
+ | {{#if: {{{mass_adult|}}} | {{!}} <div>Mass adult</div> {{!!}} {{{mass_adult}}} kg }} | ||
+ | |- | ||
+ | {{#if: {{{maturity_age|}}} | {{!}} <div>Maturity age</div> {{!!}} {{{maturity_age}}} years }} | ||
+ | |- | ||
+ | {{#if: {{{gestation_period|}}} | {{!}} <div>Gestation period</div> {{!!}} {{{gestation_period}}} days }} | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{offspring_low|}}} {{{offspring_high|}}} | {{!}} <div>Offspring</div> {{!!}} {{#ifexpr: {{{offspring_high|}}} > {{{offspring_low|}}} | {{{offspring_low}}}-{{{offspring_high|}}} per litter | {{{offspring_low|}}} per litter }} }}<!-- hopefully that if will suffice --> |
|- | |- | ||
− | + | {{#if: {{{predator|}}} {{{maxpreybodysize|}}} {{{manhunter_damage|}}} {{{manhunter_tamefail|}}} {{{wildness|}}} {{{handleskill|}}} {{{trainability|}}} {{{train_obedience|}}} {{{train_haul|}}} {{{train_release|}}} {{{train_rescue|}}} {{{petness|}}} {{{nuzzlehours|}}} {{{nameontamechance|}}} | |
− | {{#if: {{{ | + | | {{!}} colspan="2" class="infoboxdescription1" {{!}} Hunting and taming }} |
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{predator|}}} | {{!}} <div>Predator</div> {{!!}} {{#ifeq: {{{predator|}}} | yes | [[File:Check.png|20px]] | [[File:Cross.png|20px]] }} }} |
− | | | ||
− | | | ||
− | | | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{maxpreybodysize|}}} | {{!}} <div>Max prey body size</div> {{!!}} {{{maxpreybodysize}}} }} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{manhunter_damage|}}} {{{manhunter_tamefail|}}} | {{!}} <div>Manhunter chance</div> {{!!}} {{#if: {{{manhunter_damage|}}} | |
+ | * {{#expr: {{{manhunter_damage}}}*100}}% on damage }} {{#if: {{{manhunter_tamefail|}}} | | ||
+ | * {{#expr: {{{manhunter_tamefail}}}*100}}% on tame failure }} }} | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{wildness|}}} | {{!}} <div>Wildness</div> {{!!}} {{#expr:{{{wildness}}}*100}}% }} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{handleskill|}}} | {{!}} <div>Min. handling</div> {{!!}} {{{handleskill}}} animals skill}} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{trainability|}}} | {{!}} <div>Trainability</div> {{!!}} {{ucfirst:{{lc:{{{trainability}}} }} }} }} |
− | |||
− | {{ | ||
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{train_obedience|}}} | {{!}} <div>Train obedience</div> {{!!}} {{#ifeq: {{{train_obedience|}}} | yes | [[File:Check.png|20px]] | [[File:Cross.png|20px]] }} }} |
− | {{# | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{train_haul|}}} | {{!}} <div>Train haul</div> {{!!}} {{#ifeq: {{{train_haul|}}} | yes | [[File:Check.png|20px]] | [[File:Cross.png|20px]] }} }} |
− | {{# | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{train_release|}}} | {{!}} <div>Train release</div> {{!!}} {{#ifeq: {{{train_release|}}} | yes | [[File:Check.png|20px]] | [[File:Cross.png|20px]] }} }} |
− | {{# | ||
− | | | ||
− | |||
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{train_rescue|}}} | {{!}} <div>Train rescue</div> {{!!}} {{#ifeq: {{{train_rescue|}}} | yes | [[File:Check.png|20px]] | [[File:Cross.png|20px]] }} }} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{petness|}}} | {{!}} <div>Petness</div> {{!!}} {{{petness}}} }} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{nuzzlehours|}}} | {{!}} <div>Nuzzle interval</div> {{!!}} Every {{{nuzzlehours}}} hours }} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{nameontamechance|}}} | {{!}} <div>Name on tame</div> {{!!}} {{#expr: {{{nameontamechance}}}*100}}% }} |
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{leather_amount|}}} {{{leather_type|}}} {{{meat_amount|}}} {{{meat_type|}}} {{{wool_amount|}}} {{{wool_type|}}} {{{shear_time|}}} {{{milk_amount|}}} {{{milk_time|}}} {{{egg_amountlow|}}} {{{egg_amounthigh|}}} {{{egg_type|}}} {{{egg_time|}}} |
− | {{ | + | | {{!}} colspan="2" class="infoboxdescription1" {{!}} Products }} |
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{leather_amount|}}} {{{leather_type|}}} | {{!}} <div>Leather</div> {{!!}} {{#if: {{{leather_amount|}}} | {{{leather_amount}}} }} {{#if: {{{leather_type|}}} | [[{{{leather_type}}}]] }} }}<!-- should be an icon? --> |
− | |||
− | {{#if: {{{ | ||
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{meat_amount|}}} {{{meat_type|}}} | {{!}} <div>Meat</div> {{!!}} {{#if: {{{meat_amount|}}} | {{{meat_amount}}} }} {{#if: {{{meat_type|}}} | [[{{{meat_type}}}]] }} }}<!-- should be an icon? --> |
− | |||
− | {{#if: {{{ | ||
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{wool_amount|}}} {{{wool_type|}}} {{{shear_time|}}} | {{!}} <div>Wool</div> {{!!}} {{#if: {{{wool_amount|}}} | {{{wool_amount}}} }} {{#if: {{{wool_type|}}} | [[{{{wool_type}}}]] }}<!-- should be an icon? -->{{#if: {{{shear_time|}}} | every {{{shear_time}}} days }} }} |
− | |||
− | {{#if: {{{ | ||
− | |||
− | |||
− | {{#if: {{{ | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{milk_amount|}}} {{{milk_time|}}} | {{!}} <div>Milk</div> {{!!}} {{#if: {{{milk_amount|}}} | {{{milk_amount}}} }} {{#if: {{{milk_time|}}} | [[milk]] every {{{milk_time}}} day(s) }} }}<!-- should be an icon? --> |
− | |||
− | |||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{egg_amountlow|}}} {{{egg_amounthigh|}}} {{{egg_type|}}} {{{egg_time|}}} | {{!}} <div>Eggs</div> |
− | + | {{!!}} {{#ifexpr: {{{egg_amounthigh|}}} > {{{egg_amountlow|}}} | {{{egg_amountlow}}}-{{{egg_amounthigh|}}} | {{{egg_amountlow|}}} }} {{#if: {{{egg_type|}}} | [[{{{egg_type}}}]] }}<!-- should be an icon? -->{{#if: {{{egg_time|}}} | every {{{egg_time}}} day(s) }} }} | |
− | < | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{ecosystemweight|}}} {{{recipes_operation|}}} {{{tradetags|}}} |
− | + | | {{!}} colspan="2" class="infoboxdescription1" {{!}} Other }} | |
− | |||
|- | |- | ||
− | + | {{#if: {{{ecosystemweight|}}} | {{!}} <div>ecosystemweight</div> {{!!}} {{{ecosystemweight}}} }} | |
− | {{#if: {{{ | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{recipes_operation|}}} | {{!}} <div>Recipes</div> {{!!}} {{#if:{{#pos: {{{recipes_operation}}} |,}} | {{#arraymap:{{{recipes_operation|}}}|,|x|* x|\n}} | {{{recipes_operation}}} }} }}<!-- beware of x in names--> |
− | | {{ | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{tradetags|}}} | {{!}} <div>Trade tags</div> {{!!}} {{#if:{{#pos: {{{tradetags}}} |,}} | {{#arraymap:{{{tradetags|}}}|,|x|* x|\n}} | {{{tradetags}}} }} }}<!-- beware of x in names--> |
− | |}<!-- | + | |} |
+ | <!-- Auto categories --><!-- | ||
+ | |||
+ | {{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:{{#if:{{{added_in|}}}|{{game|{{{added_in|}}} }} }} weapons]] }}<!-- | ||
− | + | <!-- | |
− | |||
− | |||
− | |||
− | |||
--></includeonly><noinclude> | --></includeonly><noinclude> |
Revision as of 05:05, 26 July 2019
This template defines the table "Animal". This table has not been created yet.
Usage
This documentation is for the new infobox pawn template.
{{Infobox pawn | name = | image = | description = | description_markup = | type = | subtype = <!-- General --> | basebodysize = | basehealthscale = | basehungerrate = | comfytemp_min = | comfytemp_max = | diet = | flammability = | has_gender = | marketvalue = | movespeed = <!-- Combat --> | armorrating_blunt = | armorrating_heat = | armorrating_sharp = | combatpower = <!-- Life phases --> | life_expectancy = | mass_adult = | mass_baby = | mass_juvenile = | maturity_age = | minage_adult = | minage_baby = | minage_juvenile = | gestation_period = | offspring_low = | offspring_high = <!-- Taming/hunting --> | handleskill = | manhunter_damage = | manhunter_tamefail = | nameontamechance = | nuzzlehours = | petness = | predator = | maxpreybodysize = | trainability = | packanimal = | carryingcapacity = | wildness = <!-- Product --> | egg_amountlow = | egg_amounthigh = | egg_type = | egg_time = | leather_amount = | leather_type = | meat_amount = | meat_type = | milk_amount = | milk_time = | shear_time = | wool_amount = | wool_type = <!-- Other --> | ecosystemweight = | recipes_operation = | tradetags = <!--| butcherproducts?? (mechs) = --> }}
The above documentation is transcluded from Template:Infobox pawn/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. |