(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 | ||
|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 | ||
| | |producer3 = String | ||
| | |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|}}} | ||
| | |luaId = {{{luaId|}}} | ||
| | |description = {{{description|}}} | ||
| | |category = {{{category|}}} | ||
| | |texture = {{{texture|}}} | ||
| | |progressCount = {{{progressCount|}}} | ||
| | |recipeType = {{{recipeType|}}} | ||
| | |numProduced = {{{numProduced|}}} | ||
| | |ingredient1 = {{{ingredient1|}}} | ||
| | |amount1 = {{{amount1|}}} | ||
| | |ingredient2 = {{{ingredient2|}}} | ||
| | |amount2 = {{{amount2|}}} | ||
| | |ingredient3 = {{{ingredient3|}}} | ||
| | |amount3 = {{{amount3|}}} | ||
| | |ingredient4 = {{{ingredient4|}}} | ||
| | |amount4 = {{{amount4|}}} | ||
| | |producer1 = {{{producer1|}}} | ||
| | |time1 = {{{time1|}}} | ||
| | |producer2 = {{{producer2|}}} | ||
| | |time2 = {{{time2|}}} | ||
| | |producer3 = {{{producer3|}}} | ||
| | |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.