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
Line 1: Line 1:
 
<includeonly>{{#switch:{{{1}}}
 
<includeonly>{{#switch:{{{1}}}
|ALL_MAIN=[[Biome|<span title="All biomes excluding pools, rivers, and underground features">{{Tile||7:0:1}}</span>]]
+
|ALL_MAIN=[[Biome|<span title="All biomes excluding pools, rivers, and underground features">{{Tile|A|7:0:1}}{{Tile|L|7:0:1}}{{Tile|L|7:0:1}}</span>]]
|ANY_LAND=[[Biome|<span title="All main biomes excluding oceans and lakes">{{Tile||7:0:1}}</span>]]
+
|ANY_LAND=[[Biome|<span title="All main biomes excluding oceans and lakes">{{Tile|A|2:0}}{{Tile|L|2:0}}{{Tile|L|2:0}}</span>]]
|ANY_OCEAN=[[Biome|<span title="All ocean biomes">{{Tile||7:0:1}}</span>]]
+
|ANY_OCEAN=[[Biome|<span title="All ocean biomes">{{Tile|A|3:0:1}}{{Tile|L|3:0:1}}{{Tile|L|3:0:1}}</span>]]
 
|MOUNTAIN
 
|MOUNTAIN
 
|MOUNTAINS
 
|MOUNTAINS
Line 128: Line 128:
 
* <nowiki>{{BIcon|12}}</nowiki> -> {{BIcon|12}}
 
* <nowiki>{{BIcon|12}}</nowiki> -> {{BIcon|12}}
 
* <nowiki>{{BIcon|RIVER_TROPICAL_BRACKISHWATER}}</nowiki> -> {{BIcon|RIVER_TROPICAL_BRACKISHWATER}}
 
* <nowiki>{{BIcon|RIVER_TROPICAL_BRACKISHWATER}}</nowiki> -> {{BIcon|RIVER_TROPICAL_BRACKISHWATER}}
* <nowiki>{{BIcon|ANY_RIVER}}</nowiki> -> {{BIcon|ANY_RIVER}}
+
* <nowiki>{{BIcon|ANY_OCEAN}}</nowiki> -> {{BIcon|ANY_OCEAN}}
  
 
'''NOTES:'''
 
'''NOTES:'''

Revision as of 02:31, 5 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|ANY_OCEAN}} -> ALL

NOTES:

  • For cavern layer depth indicators use 'C1', 'C2', 'C3'. 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.