Difference between revisions of "Template:Mods Info"
From Dungeon Defenders 2 Wiki
(Overhaul and providing documentation) |
m |
||
| Line 55: | Line 55: | ||
===Examples=== | ===Examples=== | ||
| − | {| style="width:95%;" | + | {| style="width:95%;" cellpadding="20" |
! style="font-size:150%; width: 50%;" | Wiki Text | ! style="font-size:150%; width: 50%;" | Wiki Text | ||
! style="font-size:150%; width: 50%;" | Result | ! style="font-size:150%; width: 50%;" | Result | ||
|- | |- | ||
| − | | | + | |<code class="tempdoc-code-block"><nowiki> |
| − | + | {{Mods Info | |
| − | + | | name = Healthy Power Chip | |
| − | + | | item_type = Armor | |
| − | + | | description = '''+140-7,770''' Hero Damage when at 90%+ Health. | |
| − | + | | found_in = Chaos 1+ | |
| − | + | | valid_for = All heroes | |
| − | + | }} | |
| − | + | </nowiki></code> | |
| − | |||
| − | |||
| − | |||
| | | | ||
| − | + | {{Mods Info | |
| − | + | | name = Healthy Power Chip | |
| − | + | | item_type = Armor | |
| − | + | | description = '''+140-7,770''' Hero Damage when at 90%+ Health. | |
| − | + | | found_in = Chaos 1+ | |
| − | + | | valid_for = All heroes | |
| − | + | }} | |
|- | |- | ||
| − | + | |<code class="tempdoc-code-block"><nowiki> | |
| − | + | {{Mods Info | |
| − | + | | name = Flame Eater | |
| − | + | | item_type = Weapon | |
| − | + | | description = '''+39.65%~60%''' damage to ignited enemies. | |
| − | + | | found_in = Any difficulty (Countess must be in hero deck) | |
| − | + | | valid_for = '''[[File:Countess_icon_trans.png|25px]] [[Countess]]''' | |
| − | + | | item_name = Standard Legendary Swords | |
| − | + | }} | |
| − | + | </nowiki></code> | |
| − | |||
| − | |||
| − | |||
| | | | ||
| − | + | {{Mods Info | |
| − | + | | name = Flame Eater | |
| − | + | | item_type = Weapon | |
| − | + | | description = '''+39.65%~60%''' damage to ignited enemies. | |
| − | + | | found_in = Any difficulty (Countess must be in hero deck) | |
| − | + | | valid_for = '''[[File:Countess_icon_trans.png|25px]] [[Countess]]''' | |
| − | + | | item_name = Standard Legendary Swords | |
| − | + | }} | |
|- | |- | ||
| − | + | |<code class="tempdoc-code-block"><nowiki> | |
| − | + | {{Mods Info | |
| − | + | | name = Blessing of Piercing | |
| − | + | | item_type = Ring | |
| − | + | | description = Hero projectiles pierce shields and do '''45.5%~100%''' of... | |
| − | + | | found_in = Prime 7 Region Incursions (Chaos 9+) | |
| − | + | | valid_for = All Heroes | |
| − | + | | item_name = Ring of Piercing | |
| − | + | | item_icon = File:Ring_of_Piercing_Icon.png | |
| − | + | }} | |
| − | + | </nowiki></code> | |
| − | |||
| − | |||
| − | |||
| | | | ||
| − | + | {{Mods Info | |
| − | + | | name = Blessing of Piercing | |
| − | + | | item_type = Ring | |
| − | + | | description = Hero projectiles pierce shields and do '''45.5%~100%''' of their damage. | |
| − | + | | found_in = Prime 7 Region Incursions (Chaos 9+) | |
| − | + | | valid_for = All Heroes | |
| − | + | | item_name = Ring of Piercing | |
| − | + | | item_icon = File:Ring_of_Piercing_Icon.png | |
| − | + | }} | |
|} | |} | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
</noinclude> | </noinclude> | ||
Latest revision as of 14:28, 5 April 2025
Technical Details
- If both an item name and an item icon is provided, the item name and icon will appear at the far right side of the mod's bounding box.
- If only item name is provided, a bullet point will be added under the mod name instead.
Parameters
Examples
| Wiki Text | Result |
|---|---|
{{Mods Info
| name = Healthy Power Chip
| item_type = Armor
| description = '''+140-7,770''' Hero Damage when at 90%+ Health.
| found_in = Chaos 1+
| valid_for = All heroes
}}
|
|
{{Mods Info
| name = Flame Eater
| item_type = Weapon
| description = '''+39.65%~60%''' damage to ignited enemies.
| found_in = Any difficulty (Countess must be in hero deck)
| valid_for = '''[[File:Countess_icon_trans.png|25px]] [[Countess]]'''
| item_name = Standard Legendary Swords
}}
|
|
{{Mods Info
| name = Blessing of Piercing
| item_type = Ring
| description = Hero projectiles pierce shields and do '''45.5%~100%''' of...
| found_in = Prime 7 Region Incursions (Chaos 9+)
| valid_for = All Heroes
| item_name = Ring of Piercing
| item_icon = File:Ring_of_Piercing_Icon.png
}}
|
|