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: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 92: | Line 10: | ||
"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 49: | ||
}, | }, | ||
"Image": { | "Image": { | ||
"description": " | "description": "Unit image", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
| Line 150: | Line 64: | ||
"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 71: | ||
"max_health", | "max_health", | ||
"health_regen", | "health_regen", | ||
"bullet_resist", | "bullet_resist", | ||
"spirit_resist", | "spirit_resist", | ||
| Line 183: | Line 80: | ||
"sprint_speed", | "sprint_speed", | ||
"soul_value", | "soul_value", | ||
"soul_orbs | "soul_orbs" | ||
] | |||
] | |||
} | } | ||
</templatedata><includeonly>[[Category:Infobox templates|Unit]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | </templatedata> | ||
===Example=== | |||
<pre style="width:50%"> | |||
{{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 | |||
}} | |||
<includeonly>[[Category:Infobox templates|Unit]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | |||