Difference between revisions of "Template:Recipe declare"

From Captain of Industry Wiki
Jump to: navigation, search
(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
| DebugName  = String
| Building    = String
| Unreleased  = String
| Unreleased  = String
| Input1Name  = String
| Input1Name  = String
| Input1Qty  = Float
| Input1Qty  = Integer
| Input1Unit  = String
| Input1Unit  = String
| Input2Name  = String
| Input2Name  = String
| Input2Qty  = Float
| Input2Qty  = Integer
| Input2Unit  = String
| Input2Unit  = String
| Input3Name  = String
| Input3Name  = String
| Input3Qty  = Float
| Input3Qty  = Integer
| Input3Unit  = String
| Input3Unit  = String
| Input4Name  = String
| Input4Name  = String
| Input4Qty  = Float
| Input4Qty  = Integer
| Input4Unit  = String
| Input4Unit  = String
| Input5Name  = String
| Input5Name  = String
| Input5Qty  = Float
| Input5Qty  = Integer
| Input5Unit  = String
| Input5Unit  = String
| Input6Name  = String
| Input6Name  = String
| Input6Qty  = Float
| Input6Qty  = Integer
| Input6Unit  = String
| Input6Unit  = String
| Time        = Float
| Time        = Integer
| Output1Name = String
| Output1Name = String
| Output1Qty  = Float
| Output1Qty  = Integer
| Output1Unit = String
| Output1Unit = String
| Output2Name = String
| Output2Name = String
| Output2Qty  = Float
| Output2Qty  = Integer
| Output2Unit = String
| Output2Unit = String
| Output3Name = String
| Output3Name = String
| Output3Qty  = Float
| Output3Qty  = Integer
| Output3Unit = String
| Output3Unit = String
| Output4Name = String
| Output4Name = String
| Output4Qty  = Float
| Output4Qty  = Integer
| Output4Unit = String
| Output4Unit = String
| Output5Name = String
| Output5Name = String
| Output5Qty  = Float
| Output5Qty  = Integer
| Output5Unit = String
| Output5Unit = String
| Output6Name = String
| Output6Name = String
| Output6Qty  = Float
| 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.)