Editing Template:Biome

Template page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<!--------- Infobox --------->
{{#invoke:infobox|infobox
<includeonly>
| imagesize={{#if:{{{imagesize|}}}|{{{imagesize|}}}|250px}}
{{Infobox|
| image=none
|bodyclass = mw-collapsible floatright
| rows =
|image1 = {{#if:{{{image|}}}|{{{image}}}|[[File:{{PAGENAME}}.png|400px]]}}
{{#if: {{{data|}}} | {{infobox row|label=Data|field={{data value|{{{data}}} }} }} }}
|imagerowclass1 = infobox-image
{{infobox row|label='''{{#tip-text: Biome ID | Can be used with /locatebiome in 1.18 and /locate biome in 1.19+ }}'''|field={{#if: {{{biomeid|}}} | <small>{{{biomeid}}}</small> | ? }} }}
 
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Biome#Temperature_and_biome_colors Temperature]</span>'''|field={{#if: {{{temperature|}}} | {{{temperature|}}} | ? }} }}
|header1 = {{{name|{{PAGENAME}}}}}
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Biome#Temperature_and_biome_colors Humidity]</span>'''|field={{#if: {{{humidity|}}} | {{{humidity|}}} | ? }} }}
|rowclass1 = infobox-title
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Weather Precipitation]</span>'''|field={{#if: {{{precipitation|}}} | {{{precipitation|}}} {{Tip|Info=If True, will be either rain if the temperature of the biome is over or equal to 0.2 or snow if the temperature of the biome is under 0.2. If False it will neither rain nor snow in the biome. In this case, it will {{#ifeq: {{{precipitation}}} | True | {{#ifexpr: {{{temperature}}} >= 0.2 | rain | snow }} | neither rain nor snow }}.}} | ? }} }}
 
{{#if: {{{rarity|}}} | {{infobox row|label='''Rarity'''|field={{{rarity|}}} }} }}
|label2 = Biome
{{#if: {{{structures|}}} | {{infobox row|label='''Structures'''|field={{{structures|}}} }} }}
|data2 = <span class="data-world">{{#if:{{{category|}}}|[[:Category:{{{category}}} biome|{{{category}}}]] biome}}</span>{{#if:{{{server|}}}|{{nbsp}}{{nbsp}}—{{nbsp}}{{nbsp}}<span class="data-located">on [[{{{server}}}]]</span>}}
{{#if: {{{mobs|}}} | {{infobox row|label='''Entities'''|field={{{mobs|}}} }} }}
|rowclass2 = data-location infobox-subtitle infobox-data infobox-col1
{{#if: {{{skycolor|}}} | {{infobox row|label=<span class="plainlinks">[https://minecraft.wiki/w/Biome#Sky_and_fog Sky color]</span>|field={{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }} }} }}
 
{{#if: {{{fogcolor|}}} | {{infobox row|label=<span class="plainlinks">[https://minecraft.wiki/w/Biome#Sky_and_fog Fog color]</span>|field={{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }} }} }}
|label5        = Biome ID
{{#if: {{{grasscolor|}}} | {{infobox row|label=<span class="plainlinks">[https://minecraft.wiki/w/Color#Biome_colors Grass color]</span>|field={{#ifeq: {{#len:{{{grasscolor}}}}}|7|{{color|{{{grasscolor}}}}}|{{{grasscolor}}} }} }} }}
|data5          = {{#if: {{{biomeid|}}} | <small>{{{biomeid}}}</small> | ? }}
{{#if: {{{foliagecolor|}}} | {{infobox row|label=<span class="plainlinks">[https://minecraft.wiki/w/Color#Biome_colors Foliage color]</span>|field={{#ifeq: {{#len:{{{foliagecolor}}}}}|7|{{color|{{{foliagecolor}}}}}|{{{foliagecolor}}} }} }} }}
|rowclass5      = data-type infobox-data infobox-col1
{{#if: {{{watercolor|}}} | {{infobox row|label=Water color|field={{#ifeq: {{#len:{{{watercolor}}}}}|7|{{color|{{{watercolor}}}}}|{{{watercolor}}} }} }} }}
<!-- Weather
{{#if: {{{underwaterfogcolor|}}} | {{infobox row|label=Underwater fog color|field={{#ifeq: {{#len:{{{underwaterfogcolor}}}}}|7|{{color|{{{underwaterfogcolor}}}}}|{{{underwaterfogcolor}}} }} }} }}
|header10 = {{#if:{{{temperature|}}}{{{humidity|}}}{{{precipitation|}}}|Weather}}
{{#if: {{{underwaterfogdistance|}}} | {{infobox row|label=Underwater fog distance|field={{{underwaterfogdistance}}} }} }}
|rowclass10 = infobox-header-->
{{#if: {{{watersurfacetransparency|}}} | {{infobox row|label=Water surface transparency|field={{{watersurfacetransparency}}} }} }}
 
}}
|label11 = <span class="plainlinks">[https://minecraft.wiki/w/Biome#Temperature_and_biome_colors Temperature]</span>
<noinclude>
|data11 = {{#if: {{{temperature|}}} | {{{temperature|}}} | ? }}
<templatedata>
|rowclass11 = data-type infobox-data infobox-col1
{
 
"params": {
|label12 = <span class="plainlinks">[https://minecraft.wiki/w/Biome#Temperature_and_biome_colors Humidity]</span>
"imagesize": {},
|data12 = {{#if: {{{humidity|}}} | {{{humidity|}}} | ? }}
"data": {},
|rowclass12 = data-type infobox-data infobox-col1
"rarity": {
 
"description": "Specifies the biome's relative rarity - Very common, Common, Uncommon, Rare, Very rare. Rarity is based on the likelihood of a specific biome appearing within a 1000-block radius of the origin for any given seed. Tested through an experiment with 50 random seeds. Defaults to a question mark. ",
|label13 = <span class="plainlinks">[https://minecraft.wiki/w/Weather Precipitation]</span>
"example": "Very common/Common/Uncommon/Rare/Very rare"
|data13 = {{#if: {{{precipitation|}}} | {{{precipitation|}}} {{Tip|Info=If True, will be either rain if the temperature of the biome is over or equal to 0.2 or snow if the temperature of the biome is under 0.2. If False it will neither rain nor snow in the biome. In this case, it will {{#ifeq: {{{precipitation}}} | True | {{#ifexpr: {{{temperature}}} >= 0.2 | rain | snow }} | neither rain nor snow }}.}} | ? }}
},
|rowclass13 = data-type infobox-data infobox-col1
"structures": {
 
"description": "Any generated structures that generate in the biome, provide a link to the pages of those structures by using the {{Link|...}} template. If this field is left blank, then the infobox row will not show up at all. ",
 
"example": "{{Link|...}}<br>{{Link|...}}<br>",
<!-- Structures
"suggested": true
|header20 = {{#if:{{{biome|}}}{{{structure|}}}|Structures}}
},
|rowclass20 = infobox-header-->
"blocks": {
|label21 = Structures
"description": "Blocks that commonly generate in the biome or any unique blocks that exclusively generate in the biome. If this field is left blank, then the infobox row will not show up at all. ",
|data21         = {{{structures|}}}
"example": "{{L2MCW|...}}<br>{{L2MCW|...}}<br>{{L2MCW|...}}<br>",
|rowclass21     = data-type infobox-data infobox-col1
"suggested": true
 
},
 
"skycolor": {
|label26 = Entities
"description": "Color code of the Sky",
|data26         = {{{mobs|}}}
"example": "{{color|#000000}}"
|rowclass26     = data-type infobox-data infobox-col1
},
<!-- color
"fogcolor": {
|header30 = {{#if:{{{skycolor|}}}{{{fogcolor|}}}{{{grasscolor|}}}{{{foliagecolor|}}}{{{watercolor|}}}{{{underwaterfogcolor|}}}|Color}}
"description": "Color code of the fog",
|rowclass30 = infobox-header-->
"example": "{{color|#000000}}"
 
},
<!-- color -->
"grasscolor": {
|label34 = <span class="plainlinks">[https://minecraft.wiki/w/Biome#Sky_and_fog Sky color]</span>
"description": "Color code of the grass",
|data34     = {{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }}
"example": "{{color|#000000}}"
|rowclass34    = data-type infobox-data infobox-col1
},
 
"foliagecolor": {
|label34 = <span class="plainlinks">[https://minecraft.wiki/w/Biome#Sky_and_fog Fog color]</span>
"description": "Color code of the foliage",
|data34     = {{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }}
"example": "{{color|#000000}}"
|rowclass34    = data-type infobox-data infobox-col1
},
 
"watercolor": {
|label35 = <span class="plainlinks">[https://minecraft.wiki/w/Color#Biome_colors Grass color]</span>
"description": "Color code of the water",
|data35     = {{#ifeq: {{#len:{{{grasscolor}}}}}|7|{{color|{{{grasscolor}}}}}|{{{grasscolor}}} }}
"example": "{{color|#000000}}"
|rowclass35    = data-type infobox-data infobox-col1
},
 
"underwaterfogcolor": {
|label36 = <span class="plainlinks">[https://minecraft.wiki/w/Color#Biome_colors Foliage color]</span>
"description": "Color code of the underwater fog",
|data36         = {{#ifeq: {{#len:{{{foliagecolor}}}}}|7|{{color|{{{foliagecolor}}}}}|{{{foliagecolor}}} }}
"example": "{{color|#000000}}"
|rowclass36    = data-type infobox-data infobox-col1
},
 
"underwaterfogdistance": {},
|label37 = Water color
"watersurfacetransparency": {},
|data37         = {{#ifeq: {{#len:{{{watercolor}}}}}|7|{{color|{{{watercolor}}}}}|{{{watercolor}}} }}
"category": {
|rowclass37    = data-type infobox-data infobox-col1
"description": "Category of a biome can be found at the bottom of the .json of said biome in /worldgen/biome",
 
"example": "Desert",
|label38 = Usable items
"autovalue": "",
|data38     = {{#ifeq: {{#len:{{{underwaterfogcolor}}}}}|7|{{color|{{{underwaterfogcolor}}}}}|{{{underwaterfogcolor}}} }}  
"suggested": true
|rowclass38    = data-type infobox-data infobox-col1
},
 
"temperature": {
}}</includeonly><!--
"description": "Found in the .json",
 
"suggested": true
--------------
},
Categorization
"humidity": {
--------------
"description": "Found in the .json",
 
"suggested": true
Locations
},
----
"biomeid": {
--><includeonly>[[Category:Biome]]</includeonly><!--
"description": "ID of the biome that can be found in /biome, F3, or /locatebiome",
Server
"example": "terralith:ancient_sands",
--------------
"type": "string",
--><includeonly>{{#if:{{{category|}}}|[[Category:{{{category}}}]]}}_biomes </includeonly><!--
"autovalue": "",
---
"required": true
SEO
},
-----><includeonly>{{#vardefine:infoboxseo|1}}{{#seo:
"precipitation": {
|title = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} Biome - {{SITENAME}}
"description": "If True, will be either rain if the temperature of the biome is over 0.2 or snow if the temperature of the biome is under 0.2. If False it will neither rain nor snow in the biome.",
|site_name = {{SITENAME}}
"example": "True/False",
|type = article
"suggested": true
|locale = {{PAGELANGUAGE}}
},
|image = {{#if:{{{image|}}}|{{{image}}}|{{PAGENAME}}.png}}
"mobs": {
}}</includeonly>
"description": "Uncommon Mc mobs or Custom mobs that can be found in the biome.",
"example": "{{Link|...}}<br>{{Link|...}}<br>",
"suggested": true
}
},
"paramOrder": [
"imagesize",
"data",
"biomeid",
"category",
"temperature",
"humidity",
"precipitation",
"rarity",
"structures",
"blocks",
"mobs",
"skycolor",
"fogcolor",
"grasscolor",
"foliagecolor",
"watercolor",
"underwaterfogcolor",
"underwaterfogdistance",
"watersurfacetransparency"
],
"description": "Use this template to add specific information about a biome in a small formatted infobox."
}
</templatedata>
</noinclude>
Please note that all contributions to WoopMC may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WoopMC:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)