Template:Entity: Difference between revisions

From gm_construct 13 beta
Jump to navigation Jump to search
(Created page with "{{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 edit summary
Tag: Reverted
Line 1: Line 1:
<infobox>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <title source="title2">
    <default>{{PAGENAME}}</default>
  </title>
  <group>
    <header>General Infomation</header>
    <data source="nicknames">
      <label>Nicknames</label>
    </data>
    <data source="type">
      <label>Type</label>
    </data>
    <data source="is_hostile">
      <label>Hostile?</label>
    </data>
    <data source="is_spawnable">
      <label>Spawnable?</label>
    </data>
    <data source="enables_curse_detector">
      <label>Cursed?</label>
    </data>
  </group>
  <group>
    <header>Map Information</header>
    <data source="health">
      <label>Health</label>
    </data>
    <data source="damage">
      <label>Damage</label>
    </data>
    <data source="event_name">
      <label>Event Name</label>
    </data>
    <data source="lua_file">
      <label>Lua File</label>
    </data>
  </group>
</infobox>
<noinclude>
Example usage:
<pre>
{{Entity
{{Entity


Line 26: Line 70:


}}
}}
</pre>
<templatedata>
{"params":{"image1":{"suggested":true},"caption1":{"suggested":true},"title2":{"suggested":true},"nicknames":{"suggested":true},"type":{"suggested":true},"is_hostile":{"suggested":true},"is_spawnable":{"suggested":true},"enables_curse_detector":{"suggested":true},"health":{"suggested":true},"damage":{"suggested":true},"event_name":{"suggested":true},"lua_file":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>

Revision as of 04:05, 19 June 2022

<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.

Template parameters

ParameterDescriptionTypeStatus
image1image1

no description

Unknownsuggested
caption1caption1

no description

Unknownsuggested
title2title2

no description

Unknownsuggested
nicknamesnicknames

no description

Unknownsuggested
typetype

no description

Unknownsuggested
is_hostileis_hostile

no description

Unknownsuggested
is_spawnableis_spawnable

no description

Unknownsuggested
enables_curse_detectorenables_curse_detector

no description

Unknownsuggested
healthhealth

no description

Unknownsuggested
damagedamage

no description

Unknownsuggested
event_nameevent_name

no description

Unknownsuggested
lua_filelua_file

no description

Unknownsuggested