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 94: Line 94:
 
  | C2 = [[Biome|<span title="Underground Depth: 2">{{Tile|2|5:0:1}}</span>]]
 
  | C2 = [[Biome|<span title="Underground Depth: 2">{{Tile|2|5:0:1}}</span>]]
 
  | C3 = [[Biome|<span title="Underground Depth: 3">{{Tile|3|5:0:1}}</span>]]
 
  | C3 = [[Biome|<span title="Underground Depth: 3">{{Tile|3|5:0:1}}</span>]]
 +
| N = [[Biome|<span title="The night..">{{Tile|☽|2:0:1}}</span>]]
 +
| HFS = [[Hell|<span title="Hell">{{Tile|☿|4:0:1}}</span>]]
 
  | [[Biome|<span title="Unspecified">{{Tile|?|7:0:1}}</span>]]}}</includeonly>
 
  | [[Biome|<span title="Unspecified">{{Tile|?|7:0:1}}</span>]]}}</includeonly>
 
<noinclude>
 
<noinclude>
Line 100: Line 102:
 
Examples:<br>
 
Examples:<br>
 
ID# '12' OR 'FOREST_TAIGA' results in: [[Biome|<span title="Taiga">{{tile|╞|0:0:1}} </span>]]<br>
 
ID# '12' OR 'FOREST_TAIGA' results in: [[Biome|<span title="Taiga">{{tile|╞|0:0:1}} </span>]]<br>
 
+
 
'''NOTES:'''
 
'''NOTES:'''
 
'''Saltwater''', '''brackishwater''', and '''freshwater''' biomes are not represented seperately for rivers, marshes and swamps.<br>
 
'''Saltwater''', '''brackishwater''', and '''freshwater''' biomes are not represented seperately for rivers, marshes and swamps.<br>
 
To add water type, you must use 'S', 'B' and 'F' in place of ID#: [[Biome|<span title="Saltwater">{{Tile|S|7:0:1}}</span>]] [[Biome|<span title="Brackish water">{{Tile|B|#77f}}</span>]] [[Biome|<span title="Freshwater">{{Tile|F|#5ae}}</span>]]<br>
 
To add water type, you must use 'S', 'B' and 'F' in place of ID#: [[Biome|<span title="Saltwater">{{Tile|S|7:0:1}}</span>]] [[Biome|<span title="Brackish water">{{Tile|B|#77f}}</span>]] [[Biome|<span title="Freshwater">{{Tile|F|#5ae}}</span>]]<br>
The ID# for caverns is 'C' and the layer depth indicator ID#s are 'C1', 'C2', 'C3'. ex: [[Biome|<span title="Cavern">{{Tile|C|0:0:1}}</span>]] [[Biome|<span title="Underground Depth: 1">{{Tile|1|5:0:1}}</span>]]
+
The ID# for caverns is 'C' and the layer depth indicator ID#s are 'C1', 'C2', 'C3'. ex: [[Biome|<span title="Cavern">{{Tile|C|0:0:1}}</span>]] [[Biome|<span title="Underground Depth: 1">{{Tile|1|5:0:1}}</span>]]<br>
 +
For night creatures and hidden fun stuff use 'N' and 'HFS'; [[Biome|<span title="The night..">{{Tile|☽|2:0:1}}</span>]] [[Hell|<span title="Hell">{{Tile|☿|4:0:1}}</span>]]
  
  

Revision as of 06:07, 4 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.

Use:

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

Examples:
ID# '12' OR 'FOREST_TAIGA' results in:
NOTES: Saltwater, brackishwater, and freshwater biomes are not represented seperately for rivers, marshes and swamps.
To add water type, you must use 'S', 'B' and 'F' in place of ID#: S B F
The ID# for caverns is 'C' and the layer depth indicator ID#s are 'C1', 'C2', 'C3'. ex: C 1
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.