Difference between revisions of "Template:Infobox biome"

From RimWorld Wiki
Jump to navigation Jump to search
(shorter weather fields)
 
(3 intermediate revisions by 3 users not shown)
Line 38: Line 38:
 
--><includeonly><!-- Cargo store section  --><!-- disable namespacecheck for now
 
--><includeonly><!-- Cargo store section  --><!-- disable namespacecheck for now
 
{{#ifeq: {{NAMESPACENUMBER}} | 0 | -->
 
{{#ifeq: {{NAMESPACENUMBER}} | 0 | -->
{{#cargo_store:_table = Weapon
+
{{#cargo_store:_table = Biome
 
| name                = {{{name|}}}
 
| name                = {{{name|}}}
 
| defname              = {{{defname|}}}
 
| defname              = {{{defname|}}}
Line 79: Line 79:
 
! 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:Missing leather.png|link=]]{{#ifeq: {{NAMESPACE}} | 0 | [[Category:Image wanted]]}} }}  
 
|-
 
|-
 
| colspan="2" | {{#if: {{{description|}}} | ''{{{description}}}'' }}
 
| colspan="2" | {{#if: {{{description|}}} | ''{{{description}}}'' }}

Latest revision as of 01:25, 24 April 2023

This template defines the table "Biome". View table.

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

Usage[edit]

{{Infobox biome
| name                 = 
| defname              = 
| image                = 
| description          = 
| description_markup   = 
<!--   General   -->
| canbuildbase         = 
| allowroads           = 
| allowrivers          = 
| impassable           = 
| hasvirtualplants     = 
| movementdifficulty   = 
| animaldensity        = 
| plantdensity         = 
| forageability        = 
| foragedfood          = 
| wildplantsregrowdays = 
| diseasemtbdays       = 
<!-- Weather  -->
| clear                = 
| fog                  = 
| rain                 = 
| foggyrain            = 
| drythunderstorm      = 
| rainythunderstorm    = 
| snowgentle           = 
| snowhard             = 
<!-- Pack animal -->
| allowedpackanimals   = 
<!-- Technical -->
| texturepath          = 
| soundambient         = 
}}