Vorlage:Infobox life/doc

Aus Satisfactory Wiki
Zur Navigation springen Zur Suche springen
Template-info.svg Documentation

An infobox for use on living things' pages.

Usage

{{Infobox life
| name = 
| image = 
| category = Fauna
| description = 
| hitpoints = 
| behavior = 
| quantity1 = 
| drop1 = 
| quantity2 = 
| drop2 = 
| quantity3 = 
| drop3 = 
| quantity4 = 
| drop4 = 
| quantity5 = 
| drop5 = 
| quantity6 = 
| drop6 = 
| quantity7 = 
| drop7 = 
| quantity8 = 
| drop8 = 
| quantity9 = 
| drop9 = 
| quantity10 = 
| drop10 = 
}}

Parameters

Parameter Data Type Default Value Description
name String The living thing's name
image String The image to be used, without the File: prefix but with the extension. For example, if you wanted to use File:Lizard_dog.jpg, you'd input Lizard_dog.jpg
category String Fauna The category this living thing falls under: Flora, Fauna or Character.
description String A short description of the living thing.
hitpoints Integer How many hitpoints the living thing has, if applicable.
behavior String The living thing's behavior. Examples: Hostile, passive, friendly, if applicable.
dropX String The Xth item the living thing drops when it is killed / harvested, where X is a number from 1 to 10. This should be input as plaintext
quantityX Integer How many of dropX are dropped when the living thing is killed / harvested.

Example

{{Infobox life
| name = Lizard Doggo
| image = Lizard Doggo.png
| description = The lizard Doggo is a short reptilian dog, red in color and about the height of an engineer's knees.
| hitpoints = 15
| behavior = Friendly (tameable)
}}

{{Infobox life
| name = Fluffy-tailed Hog
| image = Fluffy-tailed_Hog.png
| description =
| hitpoints = 4
| behavior = Hostile
| quantity1 = 1
| drop1 = Alien Carapace
}}

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