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 ---------> | <!--------- Infobox ---------> | ||
{{Infobox| | {{Infobox| | ||
|bodyclass = mw-collapsible floatright | |bodyclass = mw-collapsible floatright | ||
|image1 = {{#if:{{{image|}}}|{{{image}}}|[[File: | |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|[[File:BiomePlaceholder.png|400px]]}} | ||
|imagerowclass1 = infobox-image | |imagerowclass1 = infobox-image | ||
Line 13: | Line 13: | ||
|rowclass2 = data-location infobox-subtitle infobox-data infobox-col1 | |rowclass2 = data-location infobox-subtitle infobox-data infobox-col1 | ||
<!-- Weather | <!-- Weather | ||
|header10 = {{#if:{{{temperature|}}}{{{humidity|}}}{{{precipitation|}}}|Weather}} | |header10 = {{#if:{{{temperature|}}}{{{humidity|}}}{{{precipitation|}}}|Weather}} | ||
|rowclass10 = infobox-header--> | |rowclass10 = infobox-header--> | ||
|label11 = | |label11 = Temperature | ||
|data11 = | |data11 = {{{temperature|}}} | ||
|rowclass11 = data-type infobox-data infobox-col1 | |rowclass11 = data-type infobox-data infobox-col1 | ||
|label12 = | |label12 = Humidity | ||
|data12 = | |data12 = {{{humidity|}}} | ||
|rowclass12 = data-type infobox-data infobox-col1 | |rowclass12 = data-type infobox-data infobox-col1 | ||
|label13 = | |label13 = Precipitation | ||
|data13 = | |data13 = {{{precipitation|}}} | ||
|rowclass13 = data-type infobox-data infobox-col1 | |rowclass13 = data-type infobox-data infobox-col1 | ||
Line 49: | Line 48: | ||
<!-- color --> | <!-- color --> | ||
|label34 = | |label34 = [https://minecraft.wiki/w/Biome#Sky_and_fog Sky color] | ||
|data34 = {{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }} | |data34 = {{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }} | ||
|rowclass34 = data-type infobox-data infobox-col1 | |rowclass34 = data-type infobox-data infobox-col1 | ||
|label34 = | |label34 = [https://minecraft.wiki/w/Biome#Sky_and_fog Fog color] | ||
|data34 = {{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }} | |data34 = {{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }} | ||
|rowclass34 = data-type infobox-data infobox-col1 | |rowclass34 = data-type infobox-data infobox-col1 | ||
|label35 = | |label35 = [https://minecraft.wiki/w/Color#Biome_colors Grass color] | ||
|data35 = {{#ifeq: {{#len:{{{grasscolor}}}}}|7|{{color|{{{grasscolor}}}}}|{{{grasscolor}}} }} | |data35 = {{#ifeq: {{#len:{{{grasscolor}}}}}|7|{{color|{{{grasscolor}}}}}|{{{grasscolor}}} }} | ||
|rowclass35 = data-type infobox-data infobox-col1 | |rowclass35 = data-type infobox-data infobox-col1 | ||
|label36 = | |label36 = [https://minecraft.wiki/w/Color#Biome_colors Foliage color] | ||
|data36 = {{#ifeq: {{#len:{{{foliagecolor}}}}}|7|{{color|{{{foliagecolor}}}}}|{{{foliagecolor}}} }} | |data36 = {{#ifeq: {{#len:{{{foliagecolor}}}}}|7|{{color|{{{foliagecolor}}}}}|{{{foliagecolor}}} }} | ||
|rowclass36 = data-type infobox-data infobox-col1 | |rowclass36 = data-type infobox-data infobox-col1 | ||
Line 73: | Line 72: | ||
|rowclass38 = data-type infobox-data infobox-col1 | |rowclass38 = data-type infobox-data infobox-col1 | ||
}}</includeonly>< | }}</includeonly> | ||
{{#invoke:infobox|infobox | |||
| imagesize={{#if:{{{imagesize|}}}|{{{imagesize|}}}|250px}} | |||
| image=none | |||
| rows = | |||
{{#if: {{{data|}}} | {{infobox row|label=Data|field={{data value|{{{data}}} }} }} }} | |||
{{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|}}} | ? }} }} | |||
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Biome#Temperature_and_biome_colors Humidity]</span>'''|field={{#if: {{{humidity|}}} | {{{humidity|}}} | ? }} }} | |||
{{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|}}} }} }} | |||
{{#if: {{{structures|}}} | {{infobox row|label='''Structures'''|field={{{structures|}}} }} }} | |||
{{#if: {{{mobs|}}} | {{infobox row|label='''Entities'''|field={{{mobs|}}} }} }} | |||
}} | |||