v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:BIcon"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(pools)
Line 71: Line 71:
 
|OCEAN_ARCTIC
 
|OCEAN_ARCTIC
 
|29=[[Biome|<span title="Arctic ocean">{{Tile|≈|3:1}}</span>]]
 
|29=[[Biome|<span title="Arctic ocean">{{Tile|≈|3:1}}</span>]]
|30
+
|POOL_TEMPERATE_FRESHWATER
|31
+
|30=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#08f}}{{Tile|F|#5ae}}</span>]]
|32
+
|POOL_TEMPERATE_BRACKISHWATER
|33
+
|31=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#08f}}{{Tile|B|#77f}}</span>]]
|34
+
|POOL_TEMPERATE_SALTWATER
|35=<!-- All pool biomes missing -->
+
|32=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#08f}}{{Tile|S|7:0:1}}</span>]]
 +
|POOL_TROPICAL_FRESHWATER
 +
|33=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#0ef}}{{Tile|F|#5ae}}</span>]]
 +
|POOL_TROPICAL_BRACKISHWATER
 +
|34=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#0ef}}{{Tile|B|#77f}}</span>]]
 +
|POOL_TROPICAL_SALTWATER
 +
|35=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#0ef}}{{Tile|S|7:0:1}}</span>]]
 +
|ANY_POOL=[[Biome|<span title="All pool biomes">{{Tile|o|#0bf}}{{Tile|o|#0ef}}</span>]]
 
|LAKE_TEMPERATE_FRESHWATER
 
|LAKE_TEMPERATE_FRESHWATER
|36=[[Biome|<span title="Temperate freshwater lake">{{Tile|o|#08f}}{{Tile|F|#5ae}}</span>]]
+
|36=[[Biome|<span title="Temperate freshwater lake">{{Tile|0|#08f}}{{Tile|F|#5ae}}</span>]]
 
|LAKE_TEMPERATE_BRACKISHWATER
 
|LAKE_TEMPERATE_BRACKISHWATER
|37=[[Biome|<span title="Temperate brackish lake">{{Tile|o|#08f}}{{Tile|B|#77f}}</span>]]
+
|37=[[Biome|<span title="Temperate brackish lake">{{Tile|0|#08f}}{{Tile|B|#77f}}</span>]]
 
|LAKE_TEMPERATE_SALTWATER
 
|LAKE_TEMPERATE_SALTWATER
|38=[[Biome|<span title="Temperate saltwater lake">{{Tile|o|#08f}}{{Tile|S|7:0:1}}</span>]]
+
|38=[[Biome|<span title="Temperate saltwater lake">{{Tile|0|#08f}}{{Tile|S|7:0:1}}</span>]]
|ANY_TEMPERATE_LAKE=[[Biome|<span title="All temperate lake biomes">{{Tile|o|#08f}}</span>]]
+
|ANY_TEMPERATE_LAKE=[[Biome|<span title="All temperate lake biomes">{{Tile|0|#08f}}</span>]]
 
|LAKE_TROPICAL_FRESHWATER
 
|LAKE_TROPICAL_FRESHWATER
|39=[[Biome|<span title="Tropical freshwater lake">{{Tile|o|#0ef}}{{Tile|F|#5ae}}</span>]]
+
|39=[[Biome|<span title="Tropical freshwater lake">{{Tile|0|#0ef}}{{Tile|F|#5ae}}</span>]]
 
|LAKE_TROPICAL_BRACKISHWATER
 
|LAKE_TROPICAL_BRACKISHWATER
|40=[[Biome|<span title="Tropical brackish lake">{{Tile|o|#0ef}}{{Tile|B|#77f}}</span>]]
+
|40=[[Biome|<span title="Tropical brackish lake">{{Tile|0|#0ef}}{{Tile|B|#77f}}</span>]]
 
|LAKE_TROPICAL_SALTWATER
 
|LAKE_TROPICAL_SALTWATER
|41=[[Biome|<span title="Tropical saltwater lake">{{Tile|o|#0ef}}{{Tile|S|7:0:1}}</span>]]
+
|41=[[Biome|<span title="Tropical saltwater lake">{{Tile|0|#0ef}}{{Tile|S|7:0:1}}</span>]]
|ANY_TROPICAL_LAKE=[[Biome|<span title="All tropical lake biomes">{{Tile|o|#0ef}}</span>]]
+
|ANY_TROPICAL_LAKE=[[Biome|<span title="All tropical lake biomes">{{Tile|0|#0ef}}</span>]]
|ANY_LAKE=[[Biome|<span title="All lake biomes">{{Tile|o|#0ef}}{{Tile|o|#08f}}</span>]]
+
|ANY_LAKE=[[Biome|<span title="All lake biomes">{{Tile|0|#0ef}}{{Tile|0|#08f}}</span>]]
 
|RIVER_TEMPERATE_FRESHWATER
 
|RIVER_TEMPERATE_FRESHWATER
 
|42=[[Biome|<span title="Temperate freshwater river">{{Tile|~|#08f}}{{Tile|F|#5ae}}</span>]]
 
|42=[[Biome|<span title="Temperate freshwater river">{{Tile|~|#08f}}{{Tile|F|#5ae}}</span>]]

Revision as of 05:30, 10 April 2011

This is a template used to display biome icons. You can hover over the icon with the mouse for the name of the biome it represents.

Usage:

{{bIcon|<ID# OR Token>}}

Examples:

  • {{BIcon|12}} ->
  • {{BIcon|RIVER_TROPICAL_BRACKISHWATER}} -> ~B
  • {{BIcon|ALL_MAIN}} {{BIcon|ANY_LAND}} {{BIcon|ANY_OCEAN}} -> ALL ALL ALL

NOTES:

  • For cavern layer depth indicators use 'C1', 'C2', 'C3' and 'TO'. ex: 1 2-3
  • There are ID#'s included for individually specifying saltwater, freshwater, and brackish-water. They are 'S', 'F' and 'B' respectively.
  • For night creatures and hidden fun stuff use 'N' and 'HFS';


To see a full listing of which ID#s and tokens correspond to which biome, see this article.