Difference between revisions of "Template:Biome"
Jump to navigation
Jump to search
(More detailed infobox) |
m (Add black outlines to the squares) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
|- | |- | ||
!Magic Map Color | !Magic Map Color | ||
|style="text-align:center"| | |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 | !Sky Color | ||
|style="text-align:center; color:{{{3|#FFF}}}" | |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 | !Fog Color | ||
|style="text-align:center; color:{{{4|#FFF}}}" | |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 | !Water Color | ||
|style="text-align:center; color:{{{5|#FFF}}}" | |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> | </includeonly><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 | |
---|---|
Magic Map Color | #AE88BB |
Sky Color | #20224A |
Fog Color | #C0FFD8 |
Water Color | #BC8857 |