Difference between revisions of "Template:Infobox trait"

From RimWorld Wiki
Jump to navigation Jump to search
m
 
(One intermediate revision by one other user not shown)
Line 92: Line 92:
 
! colspan="2" class="infoboxname" | {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
 
! colspan="2" class="infoboxname" | {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
 
|-
 
|-
! colspan="2" | {{#if: {{{image|}}} | [[File:{{{image}}}]] | [[File:Questionmark black.png|link=]]{{#ifeq: {{NAMESPACE}} | 0 | [[Category:Image wanted]]}} }}  
+
! colspan="2" | {{#if: {{{image|}}} | [[File:{{{image}}}]] | [[File:Ambox deletion.png|link=]]{{#ifeq: {{NAMESPACE}} | 0 | [[Category:Image wanted]]}} }}  
 
|-
 
|-
 
| colspan="2" | {{#if: {{{description|}}} | ''{{{description}}}'' }}
 
| colspan="2" | {{#if: {{{description|}}} | ''{{{description}}}'' }}
Line 162: Line 162:
 
{{#if: {{{socialfightchancefactor|}}} | {{!}} <div>Social fight chance factor</div> {{!!}} {{{socialfightchancefactor}}} }}
 
{{#if: {{{socialfightchancefactor|}}} | {{!}} <div>Social fight chance factor</div> {{!!}} {{{socialfightchancefactor}}} }}
 
|-
 
|-
{{#if: {{{workspeedglobal|}}} | {{!}} <div>Works peed global</div> {{!!}} {{#expr:{{{workspeedglobal}}}*100}}% }}
+
{{#if: {{{workspeedglobal|}}} | {{!}} <div>Work speed global</div> {{!!}} {{#expr:{{{workspeedglobal}}}*100}}% }}
 
|}
 
|}
 
<!-- Auto categories --><!--
 
<!-- Auto categories --><!--

Latest revision as of 12:24, 10 March 2022

This template defines the table "Trait". This table has not been created yet.

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage[edit]

{{Infobox trait
| name                    = 
| defname                 = 
| image                   = 
| description             = 
| description_markup      = 
<!--   Degree -->
| degree                  = 
<!--   General   -->
| commonality             = 
| commonalityfemale       = 
| conflictingtraits       = 
| disabledworktags        = 
| requiredworktags        = 
<!--   Skill gains   -->
| skillgains1key          = 
| skillgains1value        = 
| skillgains2key          = 
| skillgains2value        = 
<!--   Degree data   -->
| aimingdelayfactor       = 
| allowedmentalbreaks     = 
| disallowedinspirations  = 
| disallowedmentalstates  = 
| globallearningfactor    = 
| hungerratemultiplier    = 
| immunitygainspeed       = 
| marketvaluefactoroffset = 
| meleedodgechance        = 
| meleehitchance          = 
| mentalbreakthreshold    = 
| movespeed               = 
| painshockthreshold      = 
| psychicsensitivity      = 
| randomdiseasemtbdays    = 
| randommentalstate       = 
| restratemultiplier      = 
| shootingaccuracypawn    = 
| socialfightchancefactor = 
| workspeedglobal         = 
}}