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:CreatureInfo 40d"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(GAH. Kept some test code in by accident. Final edit, I swear.)
(template support for non-butcherable)
Line 13: Line 13:
 
{{{biome|?}}}
 
{{{biome|?}}}
 
|-
 
|-
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Butchering returns
+
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | {{#ifeq:{{{butcher|yes}}}|no|Rotting leaves|Butchering returns}}
 
|-
 
|-
 
|-
 
|-
Line 21: Line 21:
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" |  
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" |  
 
[[Chunk]]s
 
[[Chunk]]s
| style="text-align: right; padding: 0.1em 0.25em" | {{{chunks|?}}}
+
| style="text-align: right; padding: 0.1em 0.25em" | {{#ifeq:{{{butcher|yes}}}|no|N/A|{{{chunks|?}}}}}
 
|-
 
|-
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | [[Meat]]
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | [[Meat]]
| style="text-align: right; padding: 0.1em 0.25em" | {{{meat|?}}}
+
| style="text-align: right; padding: 0.1em 0.25em" | {{#ifeq:{{{butcher|yes}}}|no|N/A|{{{meat|?}}}}}
 
|-
 
|-
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" |  
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" |  
 
[[Fat]]
 
[[Fat]]
| style="text-align: right; padding: 0.1em 0.25em" | {{{fat|?}}}
+
| style="text-align: right; padding: 0.1em 0.25em" | {{#ifeq:{{{butcher|yes}}}|no|N/A|{{{fat|?}}}}}
 
|-
 
|-
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" |  
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" |  
Line 35: Line 35:
 
|-
 
|-
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | [[Skin]]
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | [[Skin]]
| style="text-align: right; padding: 0.1em 0.25em" | {{{skin|?}}}
+
| style="text-align: right; padding: 0.1em 0.25em" | {{#ifeq:{{{butcher|yes}}}|no|N/A|{{{skin|?}}}}}
 
|-
 
|-
 
|}<noinclude>
 
|}<noinclude>

Revision as of 18:47, 22 April 2008

{{{name}}}
{{{symbol}}}
Biome

?

Butchering returns
Bones ?

Chunks

?
Meat ?

Fat

?

Skulls

?
Skin ?













Usage:

{{CreatureInfo|name=Elephant|symbol=E|color=rgb(192, 192, 192)|
bones=16|chunks=16|meat=16|fat=10|skulls=1|skin=Yes|
biome=
* Any tropical forest
* Tropical shrubland
}}

Template:CreatureInfo