Difference between revisions of "Template:Infobox biome"

From RimWorld Wiki
Jump to navigation Jump to search
(shorter weather fields)
(Fffffffffffffffff)
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|}}}

Revision as of 11:56, 6 August 2019

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

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

Usage

{{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         = 
}}