Template:Entity
<infobox>
<image source="image1">
</image> <title source="title2"> <default>Entity</default> </title> <group> <header>General Infomation</header> <label>Nicknames</label> <label>Type</label> <label>Hostile?</label> <label>Spawnable?</label> <label>Cursed?</label> </group> <group> <header>Map Information</header> <label>Health</label> <label>Damage</label> <label>Event Name</label> <label>Lua File</label> </group> </infobox> Example usage:
{{Entity
| image1=Example
| caption1=Example
| title2=Example
| nicknames=Example
| type=Example
| is_hostile=Example
| is_spawnable=Example
| enables_curse_detector=Example
| health=Example
| damage=Example
| event_name=Example
| lua_file=Example
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| image1 | image1 | no description | Unknown | suggested |
| caption1 | caption1 | no description | Unknown | suggested |
| title2 | title2 | no description | Unknown | suggested |
| nicknames | nicknames | no description | Unknown | suggested |
| type | type | no description | Unknown | suggested |
| is_hostile | is_hostile | no description | Unknown | suggested |
| is_spawnable | is_spawnable | no description | Unknown | suggested |
| enables_curse_detector | enables_curse_detector | no description | Unknown | suggested |
| health | health | no description | Unknown | suggested |
| damage | damage | no description | Unknown | suggested |
| event_name | event_name | no description | Unknown | suggested |
| lua_file | lua_file | no description | Unknown | suggested |