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 "User:Used/MyTestingArea"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(WIP CreatureInfo)
 
(cleared old stuff)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''Just an space to test and experiment with some wiki syntax.'''
 
'''Just an space to test and experiment with some wiki syntax.'''
  
<!--
+
  no current projets
CreatureInfo new
 
 
 
Variables
 
name  = name of the creature (maybe gathered from namespace)
 
symbol = symbol of the creature
 
color = color of the symbol
 
algin  = alginment
 
        good -> good alginment is displayed
 
        evil -> evil alginment is displayed
 
        savage -> savage alginment is displayed
 
        neutral or nothing -> alginment is ignored
 
biome  = list of the biomes
 
death  = selects caption for "what happens after death"
 
        butcher -> butchering returns
 
        rot -> rotting leaves
 
        item > Turns after Death to (Bronze Coloss and so on)
 
valm  = Value multiplier (1 2 4 5 10 15) returns nothing when left out
 
 
 
 
 
example: Unicorn
 
-->
 
 
 
{{infostart|{{{name|Unicorn}}}}}
 
{{infocell|{{char|{{{symbol|U}}}}}|style=color: {{fgcolor|{{{color|7:0:1}}}}}; background: black; font-size:x-large; font-weight: bold; font-family: 'Courier New', 'Quicktype Mono', 'Bitstream Vera Sans Mono', 'Lucida Console',  'Lucida Sans Typewriter', monospace; text-align:center; vertical-align:center}}
 
{{infoheader|{{L|Biome}}}}
 
{{#switch:{{{algin|good}}}
 
|good={{infocell|'''Only in {{L|Surroundings#Good|good}} areas of'''}}
 
|evil={{infocell|'''Only in {{L|Surroundings#Evil|evil}} areas of'''}}
 
|savage={{infocell|'''Only in {{L|Surroundings#savage|savage}} areas of'''}}
 
|neutral
 
|#default=
 
}}
 
{{infocell|{{{biome|
 
* {{L|Taiga}}s
 
* {{L|Forest|Temperate forest}}s
 
* {{L|Forest|Tropical forest}}s
 
* {{L|Shrubland|Temperate shrubland}}s
 
* {{L|Shrubland|Tropical shrubland}}s}}}
 
}}
 
{{infoheader|{{#switch:{{{death|butcher}}} |rot=Rotting leaves |item=Turns after death to |butcher |#default=Butchering returns}}}}
 
{{#if: {{{valm|4}}} | (Value multiplier x{{{valm|4}}}) |}}
 
{{infocell|infocells...}}
 
{{infoend}}
 
 
 
{{#if: {{{bones|20}}} | returns anything | returns nothing }}
 

Latest revision as of 08:27, 9 July 2010

Just an space to test and experiment with some wiki syntax.

no current projets