More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 5: | Line 5: | ||
|label1 = Description | |label1 = Description | ||
|list1 = {{{description|The template was called, but a valid biome descriptor was not set!}}} | |list1 = {{{description|The template was called, but a valid biome descriptor was not set!}}} {{#if:{{{extimage|}}}|<div style="float: right; width: 200px;">{{DynImage|{{{extimage}}}}}</div>}}{{#if:{{{intimage|}}}|{{DynImage|[[File:{{{intimage}}}|right|200px]]}}}} | ||
|label2 = Grass color | |label2 = Grass color | ||
Revision as of 07:15, 4 August 2023
Creates an expandable table for displaying custom biome information.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Biome name | biome | The name of the biome.
| String | required |
| Temperature | temperature | The climate of the biome. Use "Common" for biomes that can show up in all climate bands.
| String | required |
| Description | description | The description of the biome. Be succinct, but as descriptive as possible. Explain the terrain, the plans which may appear here, and what structures can generate. | String | suggested |
| Grass color | color_grass | The color (hex code approximate) of the grass in this biome.
| Content | suggested |
| Leaf color | color_leaf | The color (hex code approximate) of the leaves in this biome.
| Content | suggested |
| Sky color | color_sky | The color (hex code approximate) of the sky in this biome.
| Content | suggested |
| Weather | weather | The type of weather that can occur here.
| String | suggested |
| External image | extimage | An external image to display in the right of the description box. Do not use this if a value has been set for Internal image.
| URL | optional |
| Internal image | intimage | An external image to display in the right of the description box. Do not use this if a value has been set for External image.
| File | optional |
| Ambience | ambience | The particle effects which may appear in this biome. Value must appear as a valid particle: https://minecraft.fandom.com/wiki/Particles
| String | optional |