Template:DataEntity: Difference between revisions

Template page
No edit summary
m (Pywikibot 10.3.1)
 
(17 intermediate revisions by 3 users not shown)
Line 4: Line 4:
_table=entity
_table=entity
|name = String
|name = String
|description = String
|luaId = String
|health = Integer
|health = Integer
|power_usage_per_second = Integer
|powerUsagePerSecond = Integer
|movement_speed = Float
|movementSpeed = Float
|flying = Boolean
|visibility = Float
|visibility = Float
|storage = Integer
|storage = Integer
|size = String
|size = String
|race = String (allowed values=Robot,Alien,Bug,Human,Virus,Blight)
|race = String (allowed values=Robot,Alien,Bug,Human,Virus,Blight,Anomaly)
|types1 = String (allowed values=Bug,Bot,Building)
|largeSockets = Integer
|types2 = String (allowed values=Bug,Bot,Building)
|mediumSockets = Integer
|large_sockets = Integer
|smallSockets = Integer
|medium_sockets = Integer
|internalSockets = Integer
|small_sockets = Integer
|slotType = String (allowed values=None,Flyer,Drone,Satellite,Garage,Bughole,Alien)
|internal_sockets = Integer
|recipeType = String (allowed values=,construction,production,uplink)
|slot_type = String (allowed values=None,Flyer,Drone,Satellite,Garage,Bughole)
|numProduced = Integer
|ingredient1 = String
|ingredient1 = String
|amount1 = Integer
|amount1 = Integer
Line 27: Line 30:
|amount4 = Integer
|amount4 = Integer
|producer1 = String
|producer1 = String
|time1 = Integer
|time1 = Float
|producer2 = String
|producer2 = String
|time2 = Integer
|time2 = Float
|producer3 = String
|time3 = Float
|producer4 = String
|time4 = Float
|types1 = String (allowed values=Bug,Bot,Building)
|types2 = String (allowed values=Bug,Bot,Building)
|unlockable = Boolean
}}</noinclude>
}}</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
_table=entity
_table=entity
|name = {{{name}}}
|name = {{{name|}}}
|health = {{{health}}}
|description = {{{description|}}}
|power_usage_per_second = {{{power_usage_per_second}}}
|luaId = {{{luaId|}}}
|movement_speed = {{{movement_speed}}}
|health = {{{health|}}}
|visibility = {{{visibility}}}
|powerUsagePerSecond = {{{powerUsagePerSecond|}}}
|storage = {{{storage}}}
|movementSpeed = {{{movementSpeed|}}}
|size = {{{size}}}
|flying = {{{flying|}}}
|race = {{{race}}}
|visibility = {{{visibility|}}}
|types1 = {{{types1}}}
|storage = {{{storage|}}}
|types2 = {{{types2}}}
|size = {{{size|}}}
|large_sockets = {{{large_sockets}}}
|race = {{{race|}}}
|medium_sockets = {{{medium_sockets}}}
|largeSockets = {{{largeSockets|}}}
|small_sockets = {{{small_sockets}}}
|mediumSockets = {{{mediumSockets|}}}
|internal_sockets = {{{internal_sockets}}}
|smallSockets = {{{smallSockets|}}}
|slot_type = {{{slot_type}}}
|internalSockets = {{{internalSockets|}}}
|ingredient1 = {{{ingredient1}}}
|slotType = {{{slotType|}}}
|amount1 = {{{amount1}}}
|recipeType = {{{recipeType|}}}
|ingredient2 = {{{ingredient2}}}
|numProduced = {{{numProduced|}}}
|amount2 = {{{amount2}}}
|ingredient1 = {{{ingredient1|}}}
|ingredient3 = {{{ingredient3}}}
|amount1 = {{{amount1|}}}
|amount3 = {{{amount3}}}
|ingredient2 = {{{ingredient2|}}}
|ingredient4 = {{{ingredient4}}}
|amount2 = {{{amount2|}}}
|amount4 = {{{amount4}}}
|ingredient3 = {{{ingredient3|}}}
|producer1 = {{{producer1}}}
|amount3 = {{{amount3|}}}
|time1 = {{{time1}}}
|ingredient4 = {{{ingredient4|}}}
|producer2 = {{{producer2}}}
|amount4 = {{{amount4|}}}
|time2 = {{{time2}}}
|producer1 = {{{producer1|}}}
|time1 = {{{time1|}}}
|producer2 = {{{producer2|}}}
|time2 = {{{time2|}}}
|producer3 = {{{producer3|}}}
|time3 = {{{time3|}}}
|producer4 = {{{producer4|}}}
|time4 = {{{time4|}}}
|types1 = {{{types1|}}}
|types2 = {{{types2|}}}
|unlockable = {{{unlockable|}}}
}}</includeonly>
}}</includeonly>

Latest revision as of 04:48, 13 August 2025

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