Difference between revisions of "Template:Recipe declare"
From Captain of Industry Wiki
(Changed previously numerical columns to Float type to preserve calculation stability and enable non-integer values (needed in spots like Farms), what previous editor had in mind.) Tag: Reverted |
(Revert back to Integer values, because definition fails after all the attempts and I don't know the exact reason.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table = recipes | _table = recipes | ||
| | | Building = String | ||
| Unreleased = String | | Unreleased = String | ||
| Input1Name = String | | Input1Name = String | ||
| Input1Qty = | | Input1Qty = Integer | ||
| Input1Unit = String | | Input1Unit = String | ||
| Input2Name = String | | Input2Name = String | ||
| Input2Qty = | | Input2Qty = Integer | ||
| Input2Unit = String | | Input2Unit = String | ||
| Input3Name = String | | Input3Name = String | ||
| Input3Qty = | | Input3Qty = Integer | ||
| Input3Unit = String | | Input3Unit = String | ||
| Input4Name = String | | Input4Name = String | ||
| Input4Qty = | | Input4Qty = Integer | ||
| Input4Unit = String | | Input4Unit = String | ||
| Input5Name = String | | Input5Name = String | ||
| Input5Qty = | | Input5Qty = Integer | ||
| Input5Unit = String | | Input5Unit = String | ||
| Input6Name = String | | Input6Name = String | ||
| Input6Qty = | | Input6Qty = Integer | ||
| Input6Unit = String | | Input6Unit = String | ||
| Time = | | Time = Integer | ||
| Output1Name = String | | Output1Name = String | ||
| Output1Qty = | | Output1Qty = Integer | ||
| Output1Unit = String | | Output1Unit = String | ||
| Output2Name = String | | Output2Name = String | ||
| Output2Qty = | | Output2Qty = Integer | ||
| Output2Unit = String | | Output2Unit = String | ||
| Output3Name = String | | Output3Name = String | ||
| Output3Qty = | | Output3Qty = Integer | ||
| Output3Unit = String | | Output3Unit = String | ||
| Output4Name = String | | Output4Name = String | ||
| Output4Qty = | | Output4Qty = Integer | ||
| Output4Unit = String | | Output4Unit = String | ||
| Output5Name = String | | Output5Name = String | ||
| Output5Qty = | | Output5Qty = Integer | ||
| Output5Unit = String | | Output5Unit = String | ||
| Output6Name = String | | Output6Name = String | ||
| Output6Qty = | | Output6Qty = Integer | ||
| Output6Unit = String | | Output6Unit = String | ||
}}{{documentation}}</noinclude> | }}{{documentation}}</noinclude> |
Latest revision as of 04:18, 2 May 2023
This template defines the table "recipes". View table.
Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
The above text is transcluded from Template:Recipe declare/doc; you can change it or view its history. (How does this work?)
If you're done making changes, please refresh the text. (Why?)
You can experiment in this template's sandbox (create | mirror ) and testcases (create) pages.
Please add categories and interwikis to Template:Recipe declare/doc. (View all subpages of this page.)
If you're done making changes, please refresh the text. (Why?)
You can experiment in this template's sandbox (create | mirror ) and testcases (create) pages.
Please add categories and interwikis to Template:Recipe declare/doc. (View all subpages of this page.)