Template:Entity: Difference between revisions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
|-align=center | |-align=center | ||
|[[File:{{{image1}}}|250px|center]] | |[[File:{{{image1}}}|250px|center]] | ||
|-align=center | |||
{{#if:{{{caption1|}}}| | {{#if:{{{caption1|}}}| | ||
{{!}}style="width:250px | {{!}}style="width:250px"{{!}}{{{caption1}}} | ||
}} | }} | ||
|} | |} | ||
| Line 23: | Line 24: | ||
{{!}}style="background:#EFEFEF; width:130px"{{!}}Nicknames | {{!}}style="background:#EFEFEF; width:130px"{{!}}Nicknames | ||
{{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{nicknames}}} | {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{nicknames}}} | ||
{{!}}- | |||
}} | |||
{{#if:{{{health|}}}{{{damage|}}}{{{is_hostile|}}}{{{is_spawnable|}}}{{{enables_curse_detector|}}}| | |||
!colspan=2 style="padding-bottom:1px; padding-left:20px; padding-right:20px"{{!}}Attributes | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
| Line 38: | Line 43: | ||
{{!}}style="background:#EFEFEF; width:130px"{{!}}Cursed | {{!}}style="background:#EFEFEF; width:130px"{{!}}Cursed | ||
{{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{enables_curse_detector}}} | {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{enables_curse_detector}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
Latest revision as of 20:34, 12 February 2023
| |||||
| |||||
Example usage:
{{Entity
| title1=Example
| image1=Example
| caption1=Example
| type=Example
| nicknames=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 | |
|---|---|---|---|---|
| title1 | title1 | no description | String | suggested |
| image1 | image1 | no description | File | suggested |
| caption1 | caption1 | no description | String | suggested |
| type | type | no description
| String | suggested |
| nicknames | nicknames | no description | String | suggested |
| is_hostile | is_hostile | no description | Boolean | suggested |
| is_spawnable | is_spawnable | no description | Boolean | suggested |
| enables_curse_detector | enables_curse_detector | no description | Boolean | suggested |
| health | health | no description | Number | suggested |
| damage | damage | no description | Number | suggested |
| event_name | event_name | no description | String | suggested |
| lua_file | lua_file | no description | String | suggested |