Template:Infobox biome: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>{{#invoke:infobox|infobox
<onlyinclude><infobox>
| imagesize={{#if:{{{imagesize|}}}|{{{imagesize|}}}|250px}}
<title source="title">
| rows =
<default>{{BASEPAGENAME}}</default>
{{#if: {{{data|}}} | {{infobox row|label=Data|field={{data value|{{{data}}} }} }} }}
</title>
{{infobox row|label=Type|field={{#if: {{{type|}}} | {{{type}}} | ? }} }}
<image source="image" />
{{infobox row|label=Rarity|field={{#if: {{{rarity|}}} | {{{rarity}}} | ? }} }}
<navigation>{{#if: {{{extratext|}}} | {{{extratext}}} }}</navigation>
{{infobox row|label=[[Biome#Temperature|Temperature]]|field={{#if: {{{temperature|}}} | {{{temperature|}}} | ? }} }}
<data source="type">
{{#if: {{{structures|}}} | {{infobox row|label=Structures|field={{{structures|}}} }} }}
<label>Type</label>
{{#if: {{{blocks|}}} | {{infobox row|label=Blocks|field={{{blocks|}}} }} }}
</data>
{{#if: {{{skycolor|}}} | {{infobox row|label=Sky color|field={{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }} }} }}
<data source="rarity">
{{#if: {{{fogcolor|}}} | {{infobox row|label=Fog color|field={{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }} }} }}
<label>[[Rarity]]</label>
{{#if: {{{grasscolor|}}} | {{infobox row|label=Grass color|field={{#ifeq: {{#len:{{{grasscolor}}}}}|7|{{color|{{{grasscolor}}}}}|{{{grasscolor}}} }} }} }}
</data>
{{#if: {{{foliagecolor|}}} | {{infobox row|label=Foliage color|field={{#ifeq: {{#len:{{{foliagecolor}}}}}|7|{{color|{{{foliagecolor}}}}}|{{{foliagecolor}}} }} }} }}
<data source="temperature">
{{#if: {{{watercolor|}}} | {{infobox row|label=Water color|field={{#ifeq: {{#len:{{{watercolor}}}}}|7|{{color|{{{watercolor}}}}}|{{{watercolor}}} }} }} }}
<label>[[Biome#Temperature|Temperature]]</label>
{{#if: {{{underwaterfogcolor|}}} | {{infobox row|label=Underwater fog color|field={{#ifeq: {{#len:{{{underwaterfogcolor}}}}}|7|{{color|{{{underwaterfogcolor}}}}}|{{{underwaterfogcolor}}} }} }} }}
</data>
{{#if: {{{underwaterfogdistance|}}} | {{infobox row|label=Underwater fog distance|field={{{underwaterfogdistance}}} }} }}
<data source="structures">
{{#if: {{{watersurfacetransparency|}}} | {{infobox row|label=Water surface transparency|field={{{watersurfacetransparency}}} }} }}
<label>Structures</label>
}}</includeonly><noinclude>
</data>
<data source="blocks">
<label>Blocks</label>
</data>
<data source="skycolor">
<label>Sky color</label>
<format>{{#ifeq: {{#len:{{{skycolor}}}}}|7|{{color|{{{skycolor}}}}}|{{{skycolor}}} }}</format>
</data>
<data source="fogcolor">
<label>Fog color</label>
<format>{{#ifeq: {{#len:{{{fogcolor}}}}}|7|{{color|{{{fogcolor}}}}}|{{{fogcolor}}} }}</format>
</data>
<data source="grasscolor">
<label>Grass color</label>
<format>{{#ifeq: {{#len:{{{grasscolor}}}}}|7|{{color|{{{grasscolor}}}}}|{{{grasscolor}}} }}</format>
</data>
<data source="foliagecolor">
<label>Foliage color</label>
<format>{{#ifeq: {{#len:{{{foliagecolor}}}}}|7|{{color|{{{foliagecolor}}}}}|{{{foliagecolor}}} }}</format>
</data>
<data source="watercolor">
<label>Water color</label>
<format>{{#ifeq: {{#len:{{{watercolor}}}}}|7|{{color|{{{watercolor}}}}}|{{{watercolor}}} }}</format>
</data>
<data source="underwaterfogcolor">
<label>Color of underwater's fog</label>
<format>{{#ifeq: {{#len:{{{underwaterfogcolor}}}}}|7|{{color|{{{underwaterfogcolor}}}}}|{{{underwaterfogcolor}}} }}</format>
</data>
<data source="underwaterfogdistance">
<label>Distance of underwater's fog</label>
</data>
<data source="watersurfacetransparency">
<label>Transparency of water's surface</label>
</data>
</infobox></onlyinclude><noinclude>
{{documentation}}
{{documentation}}
<!-- Put categories/interwiki on the documentation page -->
<!-- Put categories/interwiki on the documentation page -->
</noinclude>
</noinclude>

Revision as of 17:23, 18 February 2023

<infobox> <title source="title"> <default>Infobox biome</default> </title> <image source="image" /> <navigation></navigation> <label>Type</label> <label>Rarity</label> <label>Temperature</label> <label>Structures</label> <label>Blocks</label> <label>Sky color</label> <format>{{{skycolor}}}</format> <label>Fog color</label> <format>{{{fogcolor}}}</format> <label>Grass color</label> <format>{{{grasscolor}}}</format> <label>Foliage color</label> <format>{{{foliagecolor}}}</format> <label>Water color</label> <format>{{{watercolor}}}</format> <label>Color of underwater's fog</label> <format>{{{underwaterfogcolor}}}</format> <label>Distance of underwater's fog</label> <label>Transparency of water's surface</label> </infobox>

[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.