Template:Materialtoname: Difference between revisions

From The Cataclysm: Dark Days Ahead Wiki
Jump to navigation Jump to search
(Updated for the latest exp values.)
(Updated information. (generated via https://github.com/Soyweiser/CDDA-Wiki-Scripts))
Line 1: Line 1:
<includeonly>{{#switch:{{lc:{{{1}}}}}
<includeonly>{{#switch:{{lc:{{{1}}}}}
   |null = Unknown
   |alcohol = Alcohol
   |veggy = Vegetable Matter
   |aluminum = Aluminum
  |bone = Bone
  |brass = Brass
  |budget_steel = budget steel
  |ceramic = Ceramic
  |chitin = Chitin
  |clay = Clay
  |copper = Copper
  |cotton = Cotton
  |diamond = Diamond
  |egg = Egg
  |flesh = Flesh
  |freshclay = Fresh Clay
   |fruit = Fruit Matter
   |fruit = Fruit Matter
  |fur = Fur
  |glass = Glass
  |gold = Gold
  |hardsteel = Hard Steel
  |hflesh = Human Flesh
   |honey = Honey
   |honey = Honey
   |wheat = Wheat
   |hydrocarbons = Hydrocarbons
  |iflesh = Insect Flesh
  |iron = Iron
   |junk = Junk Food
   |junk = Junk Food
   |flesh = Flesh
   |kevlar = Kevlar
   |powder = Powder
   |lead = Lead
   |water = Water
   |leather = Leather
   |milk = Dairy
   |milk = Dairy
   |iflesh = Insect Flesh
   |neoprene = Neoprene
   |hflesh = Human Flesh
   |nomex = Nomex
   |cotton = Cotton
   |null = Unknown
   |wool = Wool
   |oil = Oil
  |leather = Leather
  |kevlar = Kevlar
  |ceramic = Ceramic
  |fur = Fur
  |chitin = Chitin
  |bone = Bone
  |stone = Stone
   |paper = Paper
   |paper = Paper
  |wood = Wood
   |plastic = Plastic
   |plastic = Plastic
   |glass = Glass
   |powder = Powder
   |iron = Iron
   |silver = Silver
   |steel = Steel
   |steel = Steel
   |budget_steel = budget steel
   |stone = Stone
   |superalloy = Superalloy
   |superalloy = Superalloy
   |diamond = Diamond
   |veggy = Vegetable Matter
   |hardsteel = Hard Steel
   |water = Water
   |silver = Silver
   |wheat = Wheat
   |nomex = Nomex
   |wood = Wood
   |gold = Gold
   |wool = Wool
  |aluminum = Aluminum
  |lead = Lead
  |copper = Copper
  |egg = Egg
  |freshclay = Fresh Clay
  |clay = Clay
  |alcohol = Alcohol
  |oil = Oil
  |hydrocarbons = Hydrocarbons
  |neoprene = Neoprene
   |#default={{{1|Unknown}}}
   |#default={{{1|Unknown}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Line 49: Line 50:


* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/materials.json materials.json]
* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/materials.json materials.json]
* You can use this [https://github.com/Soyweiser/CDDA-Wiki-Scripts/blob/master/materialtoname.py script] to quickly generate the data that updates this list.


[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 06:05, 13 November 2017

Template for converting materials to their associated names.