Template:DataTech: Difference between revisions

Template page
(Created page with "<noinclude> Category:Data:TableDefinition {{#cargo_declare: _table=tech |name = String |description = String |category = String |texture = String |requiredTech1 = String |requiredTech2 = String |requiredTech3 = String |unlocks1 = String |unlocks2 = String |unlocks3 = String |unlocks4 = String |unlocks5 = String |unlocks6 = String |unlocks7 = String |progressCount = Integer |ingredient1 = String |amount1 = Integer |ingredient2 = String |amount2 = Integer |ingredient3...")
 
m (Pywikibot 10.3.1)
 
(6 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
|unlocks1 = String
|unlocks2 = String
|unlocks3 = String
|unlocks4 = String
|unlocks5 = String
|unlocks6 = String
|unlocks7 = String
|progressCount = Integer
|progressCount = Integer
|recipeType = String (allowed values=,construction,production,uplink)
|numProduced = Integer
|ingredient1 = String
|ingredient1 = String
|amount1 = Integer
|amount1 = Integer
Line 30: 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|}}}
|unlocks1 = {{{unlocks1}}}
|numProduced = {{{numProduced|}}}
|unlocks2 = {{{unlocks2}}}
|ingredient1 = {{{ingredient1|}}}
|unlocks3 = {{{unlocks3}}}
|amount1 = {{{amount1|}}}
|unlocks4 = {{{unlocks4}}}
|ingredient2 = {{{ingredient2|}}}
|unlocks5 = {{{unlocks5}}}
|amount2 = {{{amount2|}}}
|unlocks6 = {{{unlocks6}}}
|ingredient3 = {{{ingredient3|}}}
|unlocks7 = {{{unlocks7}}}
|amount3 = {{{amount3|}}}
|progressCount = {{{progressCount}}}
|ingredient4 = {{{ingredient4|}}}
|ingredient1 = {{{ingredient1}}}
|amount4 = {{{amount4|}}}
|amount1 = {{{amount1}}}
|producer1 = {{{producer1|}}}
|ingredient2 = {{{ingredient2}}}
|time1 = {{{time1|}}}
|amount2 = {{{amount2}}}
|producer2 = {{{producer2|}}}
|ingredient3 = {{{ingredient3}}}
|time2 = {{{time2|}}}
|amount3 = {{{amount3}}}
|producer3 = {{{producer3|}}}
|ingredient4 = {{{ingredient4}}}
|time3 = {{{time3|}}}
|amount4 = {{{amount4}}}
|producer4 = {{{producer4|}}}
|producer1 = {{{producer1}}}
|time4 = {{{time4|}}}
|time1 = {{{time1}}}
|requiredTech1 = {{{requiredTech1|}}}
|producer2 = {{{producer2}}}
|requiredTech2 = {{{requiredTech2|}}}
|time2 = {{{time2}}}
|requiredTech3 = {{{requiredTech3|}}}
|recipeType = {{{recipeType}}}
|numProduced = {{{numProduced}}}
}}</includeonly>
}}</includeonly>

Latest revision as of 07:00, 12 August 2025

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