Difference between revisions of "Template:Infobox biome"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "<noinclude><!-- Cargo declare section --> {{#cargo_declare:_table = Biome | name = String | defname = String <!-- Technical name --> | image...")
 
m (test)
Line 89: Line 89:
 
     {{#ifeq: {{{canbuildbase|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
 
     {{#ifeq: {{{canbuildbase|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
 
|-
 
|-
{{#if: {{{allowroads|}}} | {{!}} <div>Allow roads</div> {{!!}}
+
{{#if: {{{allowroads|}}} | {{!}} <div>Allow roads</div>
    {{#ifeq: {{{allowroads|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
+
    {{!!}} {{#ifeq: {{{allowroads|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
 
|-
 
|-
 
{{#if: {{{allowrivers|}}} | {{!}} <div>Allow rivers</div> {{!!}}
 
{{#if: {{{allowrivers|}}} | {{!}} <div>Allow rivers</div> {{!!}}

Revision as of 20:05, 4 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         = 
}}