Difference between revisions of "Template:Biome"

From The Twilight Forest Wiki
Jump to navigation Jump to search
(are you a cop ffs)
 
m (Add black outlines to the squares)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable" style="width: 30%; margin: auto"
<includeonly>{|class="wikitable" style="width:40%; margin:auto"
[[image:{{{1|!}}}.png|540px|center]]
!colspan="2" style="font-size: 1.4em;"|{{{1|Unknown}}}
|'''Magic Map Color'''
|-
|[[image:{{{2|!}}}.png|center|link=|]]
|colspan="2" style="background-color: #222;"|[[image:{{{1|}}} Biome.png|720px|center]]
|{{{3}}}
|-
!Magic Map Color
|style="text-align:center; width:50%" |<div style="width: 32px; height: 32px; background-color: {{{2|#FFF}}}; border: 1px solid black; margin: auto"></div>{{{2|Unknown}}}
|-
!Sky Color
|style="text-align:center;" |<div style="width: 32px; height: 32px; background-color: {{{3|#FFF}}}; border: 1px solid black; margin: auto"></div>{{{3|Unknown}}}
|-
!Fog Color
|style="text-align:center;" |<div style="width: 32px; height: 32px; background-color: {{{4|#FFF}}}; border: 1px solid black; margin: auto"></div>{{{4|Unknown}}}
|-
!Water Color
|style="text-align:center;" |<div style="width: 32px; height: 32px; background-color: {{{5|#FFF}}}; border: 1px solid black; margin: auto"></div>{{{5|Unknown}}}
|}
|}
</includeonly><noinclude>
This template is used to make an infobox for Biomes.<br>
==Usage==
<pre>
{{Biome
|Name            - The name of the biome. This is used to fetch various elements of the infobox.
|Magic Map Color - The color of the biome displayed on a Magic Map. This is a hex value.
|Sky Color      - The color of the biome's sky as specified in the biome json. If the sky color is a special case, specify in body text.
|Fog Color      - The color of the biome's fog as specified in the biome json. If the sky color is a special case, specify in body text.
|Water Color    - The color of the biome's water as specified in the biome json. If the sky color is a special case, specify in body text.
}}
</pre>
==Example==
<pre>
{{Biome|Spooky Forest|#AE88BB|#20224A|#C0FFD8|#BC8857}}
</pre>
{{Biome|Spooky Forest|#AE88BB|#20224A|#C0FFD8|#BC8857}}
</noinclude>

Latest revision as of 06:40, 22 August 2024

This template is used to make an infobox for Biomes.

Usage[edit]

{{Biome
|Name            - The name of the biome. This is used to fetch various elements of the infobox.
|Magic Map Color - The color of the biome displayed on a Magic Map. This is a hex value.
|Sky Color       - The color of the biome's sky as specified in the biome json. If the sky color is a special case, specify in body text.
|Fog Color       - The color of the biome's fog as specified in the biome json. If the sky color is a special case, specify in body text.
|Water Color     - The color of the biome's water as specified in the biome json. If the sky color is a special case, specify in body text.
}}

Example[edit]

{{Biome|Spooky Forest|#AE88BB|#20224A|#C0FFD8|#BC8857}}
Spooky Forest
Spooky Forest Biome.png
Magic Map Color
#AE88BB
Sky Color
#20224A
Fog Color
#C0FFD8
Water Color
#BC8857