More actions
(Created page with "{{Navplate |id = biome-{{{biome}}} |subtitle = {{temperature}} biome |title = {{{biome}}} |label1 = Description |list1 = {{description}} |label2 = Grass color |list2 = {{Color|{{{color_grass|#000}}}}} |label3 = Leaf color |list3 = {{Color|{{{color_leaf|#000}}}}} |label4 = Sky color |list4 = {{Color|{{{color_sky|#000}}}}} |label5 = Weather |list5 = {{{weather|Rain}}} |label6 = Ambience |list6 = {{{ambience|None}}} }} <noinclude>{{/doc}}</noinclude>") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Navplate | {{Navplate | ||
|id = biome-{{{biome}}} | |id = biome-{{{biome}}} | ||
|subtitle = {{temperature}} biome | |subtitle = {{{temperature|Common}}} biome | ||
|title = {{{biome}}} | |title = {{{biome}}} | ||
|label1 = Description | |label1 = Description | ||
|list1 = {{description}} | |list1 = {{description|The template was called, but a valid biome descriptor was not set!}} | ||
|label2 = Grass color | |label2 = Grass color | ||
Revision as of 04:18, 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 |