| Close Quarters | |||
|---|---|---|---|
| Cost | |||
| Tier | 1 | ||
| +20% Melee Resist | |||
| Passive | |||
| Deal additional Weapon Damage when in close range to your target. | |||
15m Close Range | |||
| Upgrades To: Point Blank | |||
| Internal name: upgrade_close_range | |||
Template:Infobox item/auto/doc: Difference between revisionsGive feedback
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..." |
Gammaton32 (talk | contribs) No edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
|- | |- | ||
| <pre>{{Infobox item/auto|Close Quarters}}</pre> | | <pre>{{Infobox item/auto|Close Quarters}}</pre> | ||
| {{Infobox item/auto|Close Quarters}} | | {{Infobox item/auto|Close Quarters|nocat=true}} | ||
|- | |- | ||
| <pre>{{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3}}</pre> | | Show only default <pre>{{Infobox item/auto|default=true|Headhunter}}</pre> | ||
| {{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|default=true|Headhunter|nocat=true}} | ||
|- | |||
| Show only enhanced <pre>{{Infobox item/auto|enhanced=true|Unstoppable}}</pre> | |||
| {{Infobox item/auto|enhanced=true|Unstoppable|nocat=true}} | |||
|- | |||
| Show with sounds <pre>{{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3}}</pre> | |||
| {{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3|nocat=true}} | |||
|} | |} | ||
<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" | |||
}, | |||
"default": { | |||
"description": "Show only default", | |||
"type": "boolean" | |||
}, | |||
"enhanced": { | |||
"description": "Show only enhanced", | |||
"type": "boolean" | |||
} | |||
}, | |||
"description": "Automated infobox for Deadlock items. Uses Infobox item" | |||
} | |||
</templatedata> | |||
Latest revision as of 19:13, 28 June 2026
Usage
[edit source]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
[edit source]| Code | Output | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox item/auto|Close Quarters}}
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show only default {{Infobox item/auto|default=true|Headhunter}}
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show only enhanced {{Infobox item/auto|enhanced=true|Unstoppable}}
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show with sounds {{Infobox item/auto|Mystical Piano| sound1 = Mystical piano cast 01.mp3 | sound2 = Mystical piano aoe warning.mp3 | sound3 = Mystical piano impact.mp3}}
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Automated infobox for Deadlock items. Uses Infobox item
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Item name
| String | required |
| sound1 | sound1 | Sound 1
| File | optional |
| sound2 | sound2 | Sound 2 | File | optional |
| sound3 | sound3 | Sound 3 | File | optional |
| default | default | Show only default | Boolean | optional |
| enhanced | enhanced | Show only enhanced | Boolean | optional |