Difference between revisions of "Template:Recipe define"

From Captain of Industry Wiki
Jump to: navigation, search
(+DebugName and Unreleased columns)
(Split table declaration to its own page)
Line 1: Line 1:
<noinclude>{{#cargo_declare:
<noinclude>{{#cargo_attach: _table = recipes}}</noinclude><includeonly><!--
_table = recipes
| DebugName  = String
| Unreleased  = String
| Input1Name  = String
| Input1Qty  = Integer
| Input1Unit  = String
| Input2Name  = String
| Input2Qty  = Integer
| Input2Unit  = String
| Input3Name  = String
| Input3Qty  = Integer
| Input3Unit  = String
| Input4Name  = String
| Input4Qty  = Integer
| Input4Unit  = String
| Input5Name  = String
| Input5Qty  = Integer
| Input5Unit  = String
| Input6Name  = String
| Input6Qty  = Integer
| Input6Unit  = String
| Time        = Integer
| Output1Name = String
| Output1Qty  = Integer
| Output1Unit = String
| Output2Name = String
| Output2Qty  = Integer
| Output2Unit = String
| Output3Name = String
| Output3Qty  = Integer
| Output3Unit = String
| Output4Name = String
| Output4Qty  = Integer
| Output4Unit = String
| Output5Name = String
| Output5Qty  = Integer
| Output5Unit = String
| Output6Name = String
| Output6Qty  = Integer
| Output6Unit = String
}}</noinclude><includeonly><!--
-->{{#if: {{NAMESPACE}} || {{#cargo_store: _table = recipes}} }}<!--
-->{{#if: {{NAMESPACE}} || {{#cargo_store: _table = recipes}} }}<!--
--><noinclude>{{documentation}}</noinclude>
--><noinclude>{{documentation}}</noinclude>

Revision as of 04:40, 2 February 2022

This template adds rows to the table "recipes", which is declared by the template Recipe declare. View table.