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:RawToTable"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | + | <nowiki>{{CreatureWorking table row</nowiki><nowiki>|name=[[</nowiki>{{lc:{{#df_tagentry:{{{1}}}|NAME|1}}}}<nowiki>]]</nowiki><nowiki>|symbol=</nowiki>{{#df_tagvalue:{{{1}}}|CREATURE_TILE|?}}<nowiki>|color=</nowiki>{{#df_tagvalue:{{{1}}}|COLOR|7:0:1}}<nowiki>|hostile=</nowiki>{{#if:{{#df_tag:{{{1}}}|LARGE_PREDATOR}}|<nowiki>Y</nowiki>|{{#if:{{#df_tag:{{{1}}}|ATTACK_TRIGGER}}|<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}}}<nowiki>|egg=</nowiki>{{#if:{{#df_tag:{{{1}}}|LAYS_EGGS}}|<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}<nowiki>|meat=</nowiki>{{#switch:Y|{{#if:{{#df_tagentry:{{{1}}}|ITEMCORPSE||1}}|N|Y}}=<nowiki>N</nowiki>|{{#if:{{#df_tagentry:{{{1}}}|NOMEAT||1}}|N|Y}}=<nowiki>N</nowiki>|{{#if:{{#df_tagentry:{{{1}}}|NOT_BUTCHERABLE||1}}|N|Y}}=<nowiki>N</nowiki>|{{#if:{{#df_tagentry:{{{1}}}|SMALL_REMAINS||1}}|N|Y}}=<nowiki>N</nowiki>|{{#if:{{#df_tagentry:{{{1}}}|INTELLIGENT||1}}|N|Y}}=<nowiki>N</nowiki>|{{#if:{{#df_tagentry:{{{1}}}|CAN_LEARN||1}}|N|Y}}=<nowiki>N</nowiki>|{{#if:{{#df_tagentry:{{{1}}}|CAN_SPEAK||1}}|N|Y}}=<nowiki>N</nowiki>|#default={{#if:{{#if:{{#df_tagentry:{{{1}}}|FISHITEM||1}}||NONEMPTY}}{{#if:{{#df_tagentry:{{{1}}}|FISHITEM||1}}||NONEMPTY}}{{#if:{{#df_tagentry:{{{1}}}|MILKABLE||1}}||NONEMPTY}}|<nowiki>Y</nowiki>|<nowiki>N/A</nowiki>}}}}<nowiki>|swims=</nowiki>{{#if:{{#df_tag:{{{1}}}|SWIMS_INNATE}}|<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}<nowiki>|flies=</nowiki>{{#if:{{#df_tag:{{{1}}}|FLIER}}|<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}<nowiki>|magmasafe=</nowiki>{{#iferror: {{#ifexpr: ({{#df_tagvalue:{{{1}}}|IF_EXISTS_SET_MELTING_POINT|0}}) > 12000 |<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}|<nowiki>N</nowiki>}}<nowiki>|tamable=</nowiki>{{#if:{{#df_tag:{{{1}}}|PETVALUE}}|<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}<nowiki>|trainable=</nowiki>{{#if:{{#df_tag:{{{1}}}|TRAINABLE}}|<nowiki>Y</nowiki>|<nowiki>N</nowiki>}}<nowiki>|biome=</nowiki>{{#df_foreachtag:{{{1}}}|BIOME|<nowiki>{{bIcon|</nowiki>\2<nowiki>}}</nowiki>}} {{#iferror: {{#ifexpr: ({{#df_tag:{{{1}}}|COMMON_DOMESTIC}}) = 1 |<nowiki>{{bIcon|DOMESTIC}}</nowiki>}}|}}{{#if:{{#df_tag:{{{1}}}|UNDERGROUND_DEPTH}}|<nowiki>{{bIcon|C</nowiki>{{#df_tagentry:{{{1}}}|UNDERGROUND_DEPTH|1}}<nowiki>}}{{bIcon|TO}}{{bIcon|C</nowiki>{{#df_tagentry:{{{1}}}|UNDERGROUND_DEPTH|2}}<nowiki>}}</nowiki>|}}<nowiki>|size=N/A</nowiki><nowiki>|value=</nowiki>{{#df_tagvalue:{{{1}}}|PETVALUE|0}}<nowiki>}}</nowiki></includeonly><noinclude>{{documentation}}<noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 03:29, 18 April 2011
(view - edit - history - purge) Documentation
Usage:
{{ RawToTable | <single creature raw file> | mode=<table mode>}}
This template will automatically fill in most values of the creature table, reading the raws and then providing you with a preview and source. This should not actually be used outside of preview.
Warning: May be somewhat inaccurate in the meat column. Adult body size cannot be found from a raw file, as multiple body size tags exist and it is impossible to automatically distinguish between them.
Ex:
- {{RawToTable|{{v0.31:Cow/raw}}|mode=1}}
{{CreatureWorking table row|name=[[not found]]|symbol=|color=not found|hostile=N|egg=N|meat=N/A|swims=Y|flies=N|magmasafe=N|tamable=Y|trainable=N|biome= {{bIcon|DOMESTIC}}|size=N/A|value=300}}
- {{RawToTable|{{v0.31:Dragon/raw}}|mode=2}}
{{CreatureWorking table row|name=[[not found]]|symbol=|color=not found|hostile=Y|egg=Y|meat=N/A|swims=Y|flies=N|magmasafe=Y|tamable=Y|trainable=Y|biome={{bIcon|ANY_LAND}} |size=N/A|value=10000}}
- {{RawToTable|{{v0.31:Longfin mako shark/raw}}}}
{{CreatureWorking table row|name=[[not found]]|symbol=|color=not found|hostile=Y|egg=N|meat=N/A|swims=Y|flies=N|magmasafe=N|tamable=Y|trainable=N|biome={{bIcon|OCEAN_TEMPERATE}}{{bIcon|OCEAN_TROPICAL}} |size=N/A|value=500}}