Editing Template:Infobox unit/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<onlyinclude> | |||
< | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 92: | Line 11: | ||
"description": "Unit Health", | "description": "Unit Health", | ||
"example": "5500", | "example": "5500", | ||
"type": " | "type": "number" | ||
}, | }, | ||
"health_regen": { | "health_regen": { | ||
"description": "Unit Health Regen (if applicable)", | "description": "Unit Health Regen (if applicable)", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"bullet_resist": { | "bullet_resist": { | ||
| Line 135: | Line 50: | ||
}, | }, | ||
"Image": { | "Image": { | ||
"description": " | "description": "Unit image", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
| Line 150: | Line 65: | ||
"description": "Number of Soul Orbs spawned by the unit on death", | "description": "Number of Soul Orbs spawned by the unit on death", | ||
"type": "number" | "type": "number" | ||
} | } | ||
}, | }, | ||
| Line 173: | Line 72: | ||
"max_health", | "max_health", | ||
"health_regen", | "health_regen", | ||
"bullet_resist", | "bullet_resist", | ||
"spirit_resist", | "spirit_resist", | ||
| Line 183: | Line 81: | ||
"sprint_speed", | "sprint_speed", | ||
"soul_value", | "soul_value", | ||
"soul_orbs | "soul_orbs" | ||
] | |||
] | |||
} | } | ||
</templatedata><includeonly>[[Category:Infobox templates | </templatedata> | ||
===Example=== | |||
{{Infobox Unit | |||
|name= Guardian | |||
|Image= Guardian Icon.png | |||
|max_health = 5500 | |||
|health_regen = 0 | |||
|bullet_resist = 0 | |||
|spirit_resist = 0 | |||
|dps = 28 | |||
|bullet_damage = 16 | |||
|melee_damage = 200 | |||
|stationary = | |||
|move_speed = 0 | |||
|stamina = 0 | |||
|sprint_speed = 0 | |||
|attack_range = 1500 | |||
|soul_orbs = 4 | |||
|soul_value = 100 | |||
}} | |||
<pre> | |||
{{Infobox Unit | |||
|name= Guardian | |||
|Image= Guardian Icon.png | |||
|max_health = 5500 | |||
|health_regen = 0 | |||
|bullet_resist = 0 | |||
|spirit_resist = 0 | |||
|dps = 28 | |||
|bullet_damage = 16 | |||
|melee_damage = 200 | |||
|stationary = | |||
|move_speed = 0 | |||
|stamina = 0 | |||
|sprint_speed = 0 | |||
|attack_range = 1500 | |||
|soul_orbs = 4 | |||
|soul_value = 100 | |||
}} | |||
</pre></onlyinclude><includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | |||