Difference between revisions of "Template:Infobox biome"

From RimWorld Wiki
Jump to navigation Jump to search
m (test)
m (indentation for easier reading)
Line 86: Line 86:
 
| {{!}} colspan="2" class="infoboxdescription" {{!}} General }}
 
| {{!}} colspan="2" class="infoboxdescription" {{!}} General }}
 
|-
 
|-
{{#if: {{{canbuildbase|}}} | {{!}} <div>Can build base</div> {{!!}}
+
{{#if: {{{canbuildbase|}}} | {{!}} <div>Can build base</div>
    {{#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>
    {{#ifeq: {{{allowrivers|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
+
    {{!!}} {{#ifeq: {{{allowrivers|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
 
|-
 
|-
{{#if: {{{impassable|}}} | {{!}} <div>Is impassable</div> {{!!}}
+
{{#if: {{{impassable|}}} | {{!}} <div>Is impassable</div>
    {{#ifeq: {{{impassable|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
+
    {{!!}} {{#ifeq: {{{impassable|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
 
|-
 
|-
{{#if: {{{hasvirtualplants|}}} | {{!}} <div>Virtual plants</div> {{!!}}
+
{{#if: {{{hasvirtualplants|}}} | {{!}} <div>Virtual plants</div>
    {{#ifeq: {{{hasvirtualplants|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
+
    {{!!}} {{#ifeq: {{{hasvirtualplants|}}} | yes |[[File:Checkon.png|20px]] | [[File:Checkoff.png|20px]] }} }}
 
|-
 
|-
 
{{#if: {{{movementdifficulty|}}} | {{!}} <div>Movement difficulty</div> {{!!}} {{{movementdifficulty}}} }}
 
{{#if: {{{movementdifficulty|}}} | {{!}} <div>Movement difficulty</div> {{!!}} {{{movementdifficulty}}} }}

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