Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TowerInfo: Difference between revisions

Template page
gtd>Xyanopz
No edit summary
gtd>Xyanopz
No edit summary
Line 20: Line 20:
     <data source="placement_limit">
     <data source="placement_limit">
       <label>Placement Limit</label>
       <label>Placement Limit</label>
    </data>
    <data source="sound_attack">
      <label>Sound Attack</label>
     </data>
     </data>
   </group>
   </group>
Line 48: Line 51:
</infobox>
</infobox>
</includeonly>
</includeonly>
<noinclude>
Example usage:
{{TowerInfo
| title1=Example Tower
| image1=Example.jpg
| caption-image1=Example caption
| tower_information=General Info
| currently_obtainable=Yes
| rarity={{Rarity|Legendary}}
| placement_cost=500
| placement_limit=3
| base_statistics=Stats
| dps=50
| damage=25
| range=12
| attack_speed=1.5s
| exclusive_attributes=Special Info
| ability=Freeze Enemies
}}
<pre>
{{TowerInfo
| title1=Example Tower
| image1=Example.jpg
| caption-image1=Example caption
| tower_information=General Info
| currently_obtainable=Yes
| rarity={{Rarity|Legendary}}
| placement_cost=500
| placement_limit=3
| base_statistics=Stats
| dps=50
| damage=25
| range=12
| attack_speed=1.5s
| exclusive_attributes=Special Info
| ability=Freeze Enemies
}}
</pre>
<templatedata>
{
"params": {
"title1": {
"suggested": true,
"type": "wiki-page-name"
},
"image1": {
"type": "wiki-file-name",
"required": true
},
"caption-image1": {
"suggestedvalues": [
"{{PAGENAME}} in player's inventory ",
"{{PAGENAME}} (full size)"
],
"required": true
},
"tower_information": {
"deprecated": true
},
"currently_obtainable": {
"suggestedvalues": [
"Yes",
"No"
],
"required": true,
"description": "If you put yes, please describe. (Through what?) Example:  • Yes (through Bee Summon)"
},
"rarity": {
"required": true,
"description": "Use: {{Rarity|Common}} ; {{Rarity|Uncommon}} ; {{Rarity|Rare}} ; {{Rarity|Legendary}} ; {{Rarity|Mythical}} ; {{Rarity|Godly}} ; {{Rarity|Exclusive}}",
"suggestedvalues": [
"{{Rarity|Common}}",
"{{Rarity|Uncommon}}",
"{{Rarity|Rare}}",
"{{Rarity|Legendary}}",
"{{Rarity|Mythical}} ",
"{{Rarity|Godly}} ",
" {{Rarity|Exclusive}}"
]
},
"placement_cost": {
"required": true,
"description": "Use: {{Money|Amount}}"
},
"placement_limit": {
"suggested": true,
"description": "Maximum number of this tower you can place"
},
"base_statistics": {
"suggested": true
},
"dps": {
"suggested": true,
"description": "Damage per second"
},
"damage": {
"suggested": true
},
"range": {},
"attack_speed": {
"suggested": true
},
"exclusive_attributes": {
"suggested": true
},
"ability": {},
"last_updated": {}
},
"sets": []
}
</templatedata>
</noinclude>

Revision as of 17:41, 15 August 2025