Template:Entity: Difference between revisions

Template page
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
"Entity" template.
"Entity Test" template.
<pre>
<pre>
{{Entity
{{Entity
Line 11: Line 11:
|size =  
|size =  
|race =  
|race =  
|types1 =  
|entitytype1 =  
|types2 =  
|entitytype2 =  
|large_sockets =  
|large_sockets =  
|medium_sockets =  
|medium_sockets =  
Line 32: Line 32:
}}
}}
</pre>
</pre>
{{#cargo_declare:_table=Entities
<!--{{#cargo_declare:_table=Entities
|name = String
|name = String
|health = Integer
|health = Integer
Line 40: Line 40:
|storage = Integer
|storage = Integer
|size = String
|size = String
|race = String
|race = String (allowed values=Robot,Alien,Bug,Human,Virus,Blight)
|type1 = String
|entitytype1 = String
|type2 = String
|entitytype2 = String
|large_sockets = Integer
|large_sockets = Integer
|medium_sockets = Integer
|medium_sockets = Integer
Line 60: Line 60:
|producer2 = String
|producer2 = String
|time2 = Float
|time2 = Float
}}-->
</noinclude>
</noinclude>
<includeonly>
<includeonly>
Line 68: Line 69:
|-
|-
! Health
! Health
| {{{Genres|}}}
| {{{health|}}}
|-
|-
! Power Usage (per sec)
! Power Usage (per sec)
| power_usage_per_second  
| {{{power_usage_per_second  
|-
|-
! Movement Speed
! Movement Speed
| movement_speed
| {{{movement_speed|}}}
|-
|-
! Visibility Range
! Visibility Range
| visibility
| {{{visibility|}}}
|-
|-
! Storage Space
! Storage Space
| storage
| {{{storage|}}}
|-
|-
! Storage Size
! Storage Size
| size
| {{{size|}}}
|-
|-
!
! Race
! Race
| race
| {{{race|}}}
|-
|-
! Entity Type 1
! Entity Type 1
| type1
| {{{entitytype1|}}}
|-
|-
! Entity Type 2
! Entity Type 2
| type2
| {{{entitytype2|}}}
|-
|-
! Large Sockets
! Large Sockets
| large_sockets
| {{{large_sockets|}}}
|-
|-
! Medium Sockets
! Medium Sockets
| medium_sockets
| {{{medium_sockets|}}}
|-
|-
! Small Sockets
! Small Sockets
| small_sockets
| {{{small_sockets|}}}
|-
|-
! Internal Sockets
! Internal Sockets
| internal_sockets
| {{{internal_sockets|}}}
|-
|-
! Slot Type
! Slot Type
| slot-type
| {{{slot-type|}}}
|-
|-
! Ingredient 1
! Ingredient 1
| ingredient1
| {{{ingredient1|}}}
|-
|-
! Amount 1
! Amount 1
| amount1
| {{{amount1|}}}
|-
|-
! Ingredient 2
! Ingredient 2
| ingredient2
| {{{ingredient2|}}}
|-
|-
! Amount 2
! Amount 2
| amount2
| {{{amount2|}}}
|-
|-
! Ingredient 3
! Ingredient 3
| ingredient3
| {{{ingredient3|}}}
|-
|-
! Amount 3
! Amount 3
| amount3
| {{{amount3|}}}
|-
|-
! Ingredient 4
! Ingredient 4
| ingredient4
| {{{ingredient4|}}}
|-
|-
! Amount 4
! Amount 4
| amount4
| {{{amount4|}}}
|-
|-
! Producer 1
! Producer 1
| producer1
| {{{producer1|}}}
|-
|-
! Time 1 (sec)
! Time 1 (sec)
| time1
| {{{time1|}}}
|-
|-
! Producer 2
! Producer 2
| producer2
| {{{producer2|}}}
|-
|-
! Time 1 (sec)
! Time 1 (sec)
| time2
| {{{time2|}}}
|}
|}
</includeonly>
</includeonly>

Latest revision as of 11:19, 13 August 2023

"Entity Test" template.

{{Entity
|name = 
|health = 
|power_usage_per_second = 
|movement_speed = 
|visibility = 
|storage = 
|size = 
|race = 
|entitytype1 = 
|entitytype2 = 
|large_sockets = 
|medium_sockets = 
|small_sockets = 
|internal_sockets = 
|slot_type = 
|ingredient1 = 
|amount1 = 
|ingredient2 = 
|amount2 = 
|ingredient3 = 
|amount3 = 
|ingredient4 = 
|amount4 = 
|producer1 = 
|time1 = 
|producer2 = 
|time2 = 
}}