Template:DataTech: Difference between revisions

Template page
No edit summary
m (Pywikibot 10.3.1)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
_table=tech
_table=tech
|name = String
|name = String
|luaId = String
|description = String
|description = String
|category = String
|category = String
|texture = String
|texture = String
|requiredTech1 = String
|requiredTech2 = String
|requiredTech3 = String
|progressCount = Integer
|progressCount = Integer
|recipeType = String (allowed values=,construction,production,uplink)
|numProduced = Integer
|ingredient1 = String
|ingredient1 = String
|amount1 = Integer
|amount1 = Integer
Line 23: Line 23:
|producer2 = String
|producer2 = String
|time2 = Float
|time2 = Float
|recipeType = String (allowed values=Construction,Production,Uplink)
|producer3 = String
|numProduced = Integer
|time3 = Float
|producer4 = String
|time4 = Float
|requiredTech1 = String
|requiredTech2 = String
|requiredTech3 = String
}}</noinclude>
}}</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
_table=tech
_table=tech
|name = {{{name}}}
|name = {{{name|}}}
|description = {{{description}}}
|luaId = {{{luaId|}}}
|category = {{{category}}}
|description = {{{description|}}}
|texture = {{{texture}}}
|category = {{{category|}}}
|requiredTech1 = {{{requiredTech1}}}
|texture = {{{texture|}}}
|requiredTech2 = {{{requiredTech2}}}
|progressCount = {{{progressCount|}}}
|requiredTech3 = {{{requiredTech3}}}
|recipeType = {{{recipeType|}}}
|progressCount = {{{progressCount}}}
|numProduced = {{{numProduced|}}}
|ingredient1 = {{{ingredient1}}}
|ingredient1 = {{{ingredient1|}}}
|amount1 = {{{amount1}}}
|amount1 = {{{amount1|}}}
|ingredient2 = {{{ingredient2}}}
|ingredient2 = {{{ingredient2|}}}
|amount2 = {{{amount2}}}
|amount2 = {{{amount2|}}}
|ingredient3 = {{{ingredient3}}}
|ingredient3 = {{{ingredient3|}}}
|amount3 = {{{amount3}}}
|amount3 = {{{amount3|}}}
|ingredient4 = {{{ingredient4}}}
|ingredient4 = {{{ingredient4|}}}
|amount4 = {{{amount4}}}
|amount4 = {{{amount4|}}}
|producer1 = {{{producer1}}}
|producer1 = {{{producer1|}}}
|time1 = {{{time1}}}
|time1 = {{{time1|}}}
|producer2 = {{{producer2}}}
|producer2 = {{{producer2|}}}
|time2 = {{{time2}}}
|time2 = {{{time2|}}}
|recipeType = {{{recipeType}}}
|producer3 = {{{producer3|}}}
|numProduced = {{{numProduced}}}
|time3 = {{{time3|}}}
|producer4 = {{{producer4|}}}
|time4 = {{{time4|}}}
|requiredTech1 = {{{requiredTech1|}}}
|requiredTech2 = {{{requiredTech2|}}}
|requiredTech3 = {{{requiredTech3|}}}
}}</includeonly>
}}</includeonly>

Latest revision as of 07:00, 12 August 2025

This template defines the table "tech". View table.