Template:Infobox biome: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
adding back infobox sections
show headers only when the section has content
Line 6: Line 6:
{{#if: {{{features|}}} | {{infobox row|label=[[Features]]|field={{{features|}}} }} }}
{{#if: {{{features|}}} | {{infobox row|label=[[Features]]|field={{{features|}}} }} }}
{{#if: {{{blocks|}}} | {{infobox row|label=Blocks|field={{{blocks|}}} }} }}
{{#if: {{{blocks|}}} | {{infobox row|label=Blocks|field={{{blocks|}}} }} }}
{{Infobox header|Climate}}
{{#if: {{{temperature|}}} {{{downfall|}}} {{{precipitation|}}} {{{snow_accumulation|}}}
| {{Infobox header|Climate}}
{{#if: {{{temperature|}}} | {{infobox row|label=[[Biome#Temperature|Temperature]]|field={{{temperature|}}} }} }}
{{#if: {{{temperature|}}} | {{infobox row|label=[[Biome#Temperature|Temperature]]|field={{{temperature|}}} }} }}
{{#if: {{{downfall|}}} | {{infobox row|label=[[Biome#Downfall|Downfall]]|field={{{downfall|}}} }} }}
{{#if: {{{downfall|}}} | {{infobox row|label=[[Biome#Downfall|Downfall]]|field={{{downfall|}}} }} }}
{{#if: {{{precipitation|}}} | {{infobox row|label=[[Biome#Precipitation|Precipitation]]|field={{{precipitation|}}} }} }}
{{#if: {{{precipitation|}}} | {{infobox row|label=[[Biome#Precipitation|Precipitation]]|field={{{precipitation|}}} }} }}
{{#if: {{{snow_accumulation|}}} | {{infobox row|label=[[Biome#Snow accumulation|Snow accumulation]]|field={{{snow_accumulation|}}} }} }}
{{#if: {{{snow_accumulation|}}} | {{infobox row|label=[[Biome#Snow accumulation|Snow accumulation]]|field={{{snow_accumulation|}}} }} }}
{{Infobox header|Colors}}
}}<!-- End infobox section "Climate" -->
{{#if: {{{skycolor|}}} {{{fogcolor|}}} {{{grasscolor|}}} {{{foliagecolor|}}} {{{watercolor|}}} {{{underwaterfogcolor|}}}
| {{Infobox header|Colors}}
{{#if: {{{skycolor|}}} | {{infobox row|label=Sky color|field={{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }} }} }}
{{#if: {{{skycolor|}}} | {{infobox row|label=Sky color|field={{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }} }} }}
{{#if: {{{fogcolor|}}} | {{infobox row|label=Fog color|field={{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }} }} }}
{{#if: {{{fogcolor|}}} | {{infobox row|label=Fog color|field={{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }} }} }}
Line 18: Line 21:
{{#if: {{{watercolor|}}} | {{infobox row|label=Water color|field={{#ifeq: {{#len:{{{watercolor}}}}}|7|{{color|{{{watercolor}}}}}|{{{watercolor}}} }} }} }}
{{#if: {{{watercolor|}}} | {{infobox row|label=Water color|field={{#ifeq: {{#len:{{{watercolor}}}}}|7|{{color|{{{watercolor}}}}}|{{{watercolor}}} }} }} }}
{{#if: {{{underwaterfogcolor|}}} | {{infobox row|label=Underwater fog color|field={{#ifeq: {{#len:{{{underwaterfogcolor}}}}}|7|{{color|{{{underwaterfogcolor}}}}}|{{{underwaterfogcolor}}} }} }} }}
{{#if: {{{underwaterfogcolor|}}} | {{infobox row|label=Underwater fog color|field={{#ifeq: {{#len:{{{underwaterfogcolor}}}}}|7|{{color|{{{underwaterfogcolor}}}}}|{{{underwaterfogcolor}}} }} }} }}
}}<!-- End infobox section "Colors" -->
}}<noinclude>
}}<noinclude>
{{documentation}}
{{documentation}}
<!-- Put categories/interwiki on the documentation page -->
<!-- Put categories/interwiki on the documentation page -->
</noinclude>
</noinclude>

Revision as of 10:35, 26 April 2024

Infobox biome
[view] [edit] [history] [refresh]Documentation

This template provides an easy way to apply a standardized infobox to all biome pages.

{{Biome
|title=
|image=
|extratext=
|structures=
|blocks=
|temperature=
|downfall=
|precipitation=
}}
Parameter Function
title Only needed to change the title from the page name, which is the default.
image Image of the biome (should be approx. 150×150px). By default, it will use {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
extratext Only needed when there is a need to link to a section with more images.
temperature Specifies the biome's temperature as a decimal (e..g 0.5).
downfall Specifies the biome's downfall as a decimal (e..g 0.5).
precipitation Specifies the biome's precipitation with "Yes" or "No".
structures Typical structures and features that generate in the biome, if applicable.
blocks Blocks that commonly generate in the biome or any unique blocks that exclusively generate in the biome.

See also

Minecraft
Minecraft Earth
Minecraft Dungeons
Minecraft Legends
Minecraft Story Mode
Other
Meta

de:Vorlage:Biom es:Plantilla:Bioma fr:Modèle:Biome ja:テンプレート:Infobox biome ko:틀:Biome nl:Sjabloon:Biome pt:Predefinição:Bioma ru:Шаблон:Биом uk:Шаблон:Біом zh:Template:Biome

[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Infobox biome/doc.