Empyrion: Galactic Survival Wiki
Advertisement
Template-info Documentation

This Infobox is for Plants and NPCs.

Usage[]

IMPORTANT: type, survival, and creative variables are determined using [[Category:Survival]], [[Category:Creative]], and certain categories such as [[Category:Base]] apply to these.

{{Infobox
| name       =  // Name of the entity
| image      =  // Image file name. no need to put [[.. ]]
| farm       =  // Can be farmed by making sprouts. Value = yes/no
| farmplot   =  // Where can be farmed
| seed       =  // Name of the sprout/seed use for farming.
| aggression =  // Aggressive or passive
| weapon     =  // Installed weapons
| attack     =  // How it attack -bite, shoot etc.
| special    =  // Any spacial attack - poison, make open wound, parasite etc.
| drops      =  // What it drops. use link.
| location   =  // Where it can be found
| exp        =  // Experience gain by interacting with the entity (shooting, collecting, farming, killing etc)
}}

Example[]

Example Output
Fauna

{{Infobox
| name       = Crawler
| image      = Crawler.png
| aggression = Aggressive
| attack     = Bite
| special    = Poison
| drops      = [[Alien Tooth]], [[Alien Parts]]
| location   = Alien POIs
}}



Crawler
Crawler
Type
Fauna
Aggression
Aggressive
Attack method
Bite
Special Attack
Poison
Drops
Alien Tooth, Alien Parts
Location
Alien POIs
Gamemode
Survival
Yes
Creative
No
Farm-able plants
{{Infobox
| name       =  Wheat (Plant)
| image      =  Wheat (Plant).png
| type       =  [[:Category:Farmable Plant|Farmable Plant]]
| farm       =  yes
| farmplot   =  {{item link|Growing Plot}}
| seed       =  {{item link|Wheat Sprout}}
| drops      =  {{item link|Wheat}}
| exp        =  '''100xp''' for planting<br> '''100xp''' for harvesting

| sur           = yes
| cre           = yes
}}
Wheat (Plant)
Wheat (Plant)
Type
Farmable Plant
Farm-able
Yes
Farm Plot
link=Growing Plot}} Growing Plot
Seed
link=Wheat Sprout}} Wheat Sprout
Drops
link=Wheat}} Wheat
Experience Gain
100xp for planting
100xp for harvesting
Gamemode
Survival
Yes
Creative
Yes
non-farmable plants
{{Infobox
| name       =  Corn Dog (Plant)
| image      =  Corn Dog (Plant).jpg
| farm       =  no
| drops      =  {{item link|Corn Dog}}
| location   =  [[Akua]]
}}
Corn Dog (Plant)
Corn Dog (Plant)
Type
Non-farmable Plant
Farm-able
No
Drops
link=Corn Dog}} Corn Dog
Location
Akua
Gamemode
Survival
Yes
Creative
Yes

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement