Template:Infobox item/auto/doc: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
Created page with "== Usage == This template automatically generates an item infobox with default and enhanced versions with Template:Infobox item using Module:Infobox item. It automatically categorizes the pages it is transcluded onto in Category:Items. == Examples == {| class="wikitable" ! Code !! Output |- | <pre>{{Infobox item/auto|Close Quarters}}</pre> | {{Infobox item/auto|Close Quarters}} |- | <pre>{{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp..."
 
created templatedata
Line 12: Line 12:
| {{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3}}
| {{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3}}
|}
|}
<templatedata>
{
"params": {
"1": {
"description": "Item name",
"example": "Close Quarters",
"type": "string",
"required": true
},
"sound1": {
"description": "Sound 1",
"example": "Mystical piano impact.mp3",
"type": "wiki-file-name"
},
"sound2": {
"description": "Sound 2",
"type": "wiki-file-name"
},
"sound3": {
"description": "Sound 3",
"type": "wiki-file-name"
}
}
}
</templatedata>

Revision as of 17:27, 2 March 2026

Usage

This template automatically generates an item infobox with default and enhanced versions with Template:Infobox item using Module:Infobox item. It automatically categorizes the pages it is transcluded onto in Category:Items.

Examples

Code Output
{{Infobox item/auto|Close Quarters}}
Close Quarters
Image for the Deadlock item Close Quarters
Cost Souls800
Tier 1
+20% Melee Resist
Passive
Deal additional Weapon Damage when in close range to your target.
+20%
Weapon Damage
Conditional
15m Close Range
Upgrades To:
Point Blank
Internal name: upgrade_close_range

Close Quarters
Image for the Deadlock item Close Quarters
Cost Souls800
Tier 1
Enhanced
+30% Melee Resist
Passive
Deal additional Weapon Damage when in close range to your target.
+35%
Weapon Damage
Conditional
15m Close Range
Upgrades To:
Point Blank
Internal name: upgrade_close_range
{{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3}}
Mystical Piano
Image for the Deadlock item Mystical Piano
Street Brawl Item
Legendary
Active 23s
After a short delay, enemies in the target area will be stunned and have their stamina depleted. After the stun they will be temporarily dazed.
1.7s Stun Delay
12m Radius
Internal name: upgrade_mystical_piano
Sounds

Mystical Piano
Image for the Deadlock item Mystical Piano
Street Brawl Item
Legendary
Enhanced
Active 8s
After a short delay, enemies in the target area will be stunned and have their stamina depleted. After the stun they will be temporarily dazed.
1.7s Stun Delay
15m Radius
Internal name: upgrade_mystical_piano
Sounds

No description.

Template parameters

ParameterDescriptionTypeStatus
11

Item name

Example
Close Quarters
Stringrequired
sound1sound1

Sound 1

Example
Mystical piano impact.mp3
Fileoptional
sound2sound2

Sound 2

Fileoptional
sound3sound3

Sound 3

Fileoptional