Template:Recipe draw/doc
From Captain of Industry Wiki
								
												
				- Purpose
- This template provides a method to rapidly illustrate crafting recipes without in-depth knowledge of wiki syntax or manual repetition/copy-pasting.
- Limitations
- This template can accept up to 6 inputs, 6 outputs, and 1 time value per recipe.
Example usage for a machine with both inputs and outputs:
{{Recipe
  | Building    = Rotary Kiln
  | Input1Name  = Limestone
  | Input1Qty   = 12
  | Input2Name  = Coal
  | Input2Qty   = 2
  | Time        = 10
  | Output1Name = Cement
  | Output1Qty  = 4
  | Output2Name = Exhaust
  | Output2Qty  = 8
}}
Example usage for mining:
[[File:{{{BuildingIcon}}}.png|72x72px|link=Mining]]
:
PROVIDES
{{Recipe
  | Building    = Mining
  | Output1Name = Copper Ore
}}
Example usage for dumping:
[[File:{{{BuildingIcon}}}.png|72x72px|link=Dumping]]
:
PROVIDES
{{Recipe
  | Building    = Dumping
  | Output1Name = Rock
}}
Example usage for dumping loose materials:
[[File:{{{BuildingIcon}}}.png|72x72px|link=Dumping]]
:
PROVIDES
{{Recipe
  | Building    = Dumping
  | Output1Name = Rock
}}
Example usage for dumping liquids, venting gasses, or flaring:
{{Recipe
  | Building    = Liquid Dump
  | Output1Name = Waste Water
  | Output1Qty  = 2
  | Time        = 2
}}











