Difference between revisions of "Template:Recipe draw/sandbox"
From Captain of Industry Wiki
(Created Template: Recipe item and moved some codes there. The moved codes are ones to draw plus icon, item icon and the quantity of item.) |
(Changed way to declare dumping or mining. Now "Input1Name = Mining" and "Output1Name = Dumping" are the way.) |
||
Line 7: | Line 7: | ||
-->{{#vardefine: accepts | no}}<!-- | -->{{#vardefine: accepts | no}}<!-- | ||
-->{{#vardefine: provides | no}}<!-- | -->{{#vardefine: provides | no}}<!-- | ||
-->{{#vardefine: special_output | no}}<!-- | |||
** Set up variables to specify desired settings and reuse code ** | ** Set up variables to specify desired settings and reuse code ** | ||
Line 20: | Line 21: | ||
** Special output for when `Mining = yes` ** | ** Special output for when `Mining = yes` ** | ||
-->{{# | -->{{#ifeq: {{lc:{{{Input1Name|}}}}} | mining |<!-- | ||
--><div class="block">[[File:Mining.png{{!}}{{#var: imgsz_large}}{{!}}link=Mining]]</div><!-- | --><div class="block">[[File:Mining.png{{!}}{{#var: imgsz_large}}{{!}}link=Designations#Mining]]</div><!-- | ||
--><div class="block">{{#var: img_arrow}}</div><!-- | --><div class="block">{{#var: img_arrow}}</div><!-- | ||
--><div class="block">[[File:{{{Output1Name}}}.png{{!}}{{#var: imgsz_large}}{{!}}link={{{Output1Name}}}]]</div><!-- | --><div class="block">[[File:{{{Output1Name}}}.png{{!}}{{#var: imgsz_large}}{{!}}link={{{Output1Name}}}]]</div><!-- | ||
-->{{#vardefine: special_output | yes}}<!-- | |||
-->}}<!-- | -->}}<!-- | ||
** Special output for when `Dumping = yes` ** | ** Special output for when `Dumping = yes` ** | ||
-->{{# | -->{{#ifeq: {{lc:{{{Output1Name|}}}}} | dumping |<!-- | ||
--><div class="block">[[File:{{{Input1Name}}}.png{{!}}{{#var: imgsz_large}}{{!}}link={{{Input1Name}}}]]</div><!-- | --><div class="block">[[File:{{{Input1Name}}}.png{{!}}{{#var: imgsz_large}}{{!}}link={{{Input1Name}}}]]</div><!-- | ||
--><div class="block">{{#var: img_arrow}}</div><!-- | --><div class="block">{{#var: img_arrow}}</div><!-- | ||
--><div class="block">[[File:Dumping.png{{!}}{{#var: imgsz_large}}{{!}}link=Dumping]]</div><!-- | --><div class="block">[[File:Dumping.png{{!}}{{#var: imgsz_large}}{{!}}link=Designations#Dumping]]</div><!-- | ||
-->{{#vardefine: special_output | yes}}<!-- | |||
-->}}<!-- | -->}}<!-- | ||
** Stop output if we drew Mining or Dumping ** | ** Stop output if we drew Mining or Dumping ** | ||
-->{{# | -->{{#ifeq: {{#var: special_output}} | no |<!-- | ||
** Check if Template:Infobox_machine already knows the building. If not, try the `Building` param. ** | ** Check if Template:Infobox_machine already knows the building. If not, try the `Building` param. ** | ||
Line 175: | Line 178: | ||
{{Recipe draw/sandbox | {{Recipe draw/sandbox | ||
| Mining | | Input1Name = Mining | ||
| Output1Name = Copper Ore | | Output1Name = Copper Ore | ||
}} | }} | ||
{{Recipe draw/sandbox | {{Recipe draw/sandbox | ||
| Dumping | | Output1Name = Dumping | ||
| Input1Name = Rock | | Input1Name = Rock | ||
}} | }} | ||
Line 251: | Line 254: | ||
| Input1Qty = 48 | | Input1Qty = 48 | ||
| Output1Name = Iron Scrap | | Output1Name = Iron Scrap | ||
| | | Output1Unit = ? | ||
| Output2Name = Copper Scrap | | Output2Name = Copper Scrap | ||
| | | Output2Unit = ? | ||
| Output3Name = Gold Scrap | | Output3Name = Gold Scrap | ||
| | | Output3Unit = ? | ||
| Output4Name = Broken Glass | | Output4Name = Broken Glass | ||
| | | Output4Unit = ? | ||
}} | }} | ||