|
|
| Line 1: |
Line 1: |
| <includeonly>
| | == Overview == |
| <infobox>
| | {{TowerInfo|title1=Cryolesia|image1=Cryolesia|caption-image1={{PAGENAME}} in player's inventory|currently_obtainable=Yes|rarity={{Rarity|Exclusive}}|placement_cost=3250|placement_limit=4|dps=2000|damage=2000|range=8|attack_speed=5|ability=Latches onto enemies, dealing AOE damage and freezing them.}} |
| <title source="title1">
| | |
| <default>{{PAGENAME}}</default>
| | == Appearance == |
| </title>
| |
| <image source="image1">
| |
| <caption source="caption-image1"/>
| |
| </image>
| |
| <group>
| |
| <header source="tower_information">Tower Information</header>
| |
| <data source="rarity">
| |
| <label>Rarity</label>
| |
| </data>
| |
| <data source="currently_obtainable">
| |
| <label>Currently Obtainable?</label>
| |
| </data>
| |
| <data source="placement_cost">
| |
| <label>Placement Cost</label>
| |
| </data>
| |
| <data source="placement_limit">
| |
| <label>Placement Limit</label>
| |
| </data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header source="base_statistics">Base Statistics</header>
| |
| <data source="dps">
| |
| <label>DPS</label>
| |
| </data>
| |
| <data source="damage">
| |
| <label>Damage</label>
| |
| </data>
| |
| <data source="range">
| |
| <label>Range</label>
| |
| </data>
| |
| <data source="attack_speed">
| |
| <label>Attack Speed</label>
| |
| </data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header source="exclusive_attributes">Exclusive Ability</header>
| |
| <data source="ability">
| |
| <label>Ability</label>
| |
| </data>
| |
| </group>
| |
| <data source="last_updated">
| |
| <default><small>Page last updated on '''{{LastEditDate}}'''</small></default>
| |
| </data>
| |
| </infobox>
| |
| </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>
| |
| <includeonly>
| |
| <infobox>
| |
| <title source="title1">
| |
| <default>{{PAGENAME}}</default>
| |
| </title>
| |
| <image source="image1">
| |
| <caption source="caption-image1"/>
| |
| </image>
| |
| <group>
| |
| <header source="tower_information">Tower Information</header>
| |
| <data source="rarity">
| |
| <label>Rarity</label>
| |
| </data>
| |
| <data source="currently_obtainable">
| |
| <label>Currently Obtainable?</label>
| |
| </data>
| |
| <data source="placement_cost">
| |
| <label>Placement Cost</label>
| |
| </data>
| |
| <data source="placement_limit">
| |
| <label>Placement Limit</label>
| |
| </data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header source="base_statistics">Base Statistics</header>
| |
| <data source="dps">
| |
| <label>DPS</label>
| |
| </data>
| |
| <data source="damage">
| |
| <label>Damage</label>
| |
| </data>
| |
| <data source="range">
| |
| <label>Range</label>
| |
| </data>
| |
| <data source="attack_speed">
| |
| <label>Attack Speed</label>
| |
| </data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header source="exclusive_attributes">Exclusive Ability</header>
| |
| <data source="ability">
| |
| <label>Ability</label>
| |
| </data>
| |
| </group>
| |
| <data source="last_updated">
| |
| <default><small>Page last updated on '''{{LastEditDate}}'''</small></default>
| |
| </data>
| |
| </infobox>
| |
| </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>
| |