More languages
More actions
Created page with "<includeonly><!-- Template -------- -->{{InfoboxNeue | image = {{{image|Emryssmp_logo.png}}} | title = {{PAGENAME}} | subtitle = Weapon | section1 = Combat | label2 = Main Hand Damage | content2 = {{{damage|N/A}}} |}}<!-- Category -------- -->Category:Items<!-- -->Category:Weapons<!-- -->{{#if:{{{is_vanilla|}}}|Category:Vanilla Items|Category:Custom Items}}<!-- <!-- Short description -------..." |
mNo edit summary |
||
Line 8: | Line 8: | ||
| subtitle = Weapon | | subtitle = Weapon | ||
| section1 = Combat | | section1 = Combat | ||
| label2 = Main Hand Damage | | label2 = Main Hand Speed | ||
| | | content2 = {{{speed|N/A}}} | ||
| label3 = Main Hand Damage | |||
| content3 = {{{damage|N/A}}} | |||
|}}<!-- | |}}<!-- | ||
Line 53: | Line 55: | ||
"label": "Main Hand Damage", | "label": "Main Hand Damage", | ||
"description": "How much damage this item deals when held in the main hand", | "description": "How much damage this item deals when held in the main hand", | ||
"type": "number", | |||
"suggested": true | |||
}, | |||
"speed": { | |||
"label": "Main Hand Speed", | |||
"description": "The attack speed when this item is held in the main hand.", | |||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
Line 62: | Line 70: | ||
"short_desc", | "short_desc", | ||
"is_vanilla", | "is_vanilla", | ||
"speed", | |||
"damage" | "damage" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 19:22, 27 May 2025
Provides the Infobox for a Weapon. Also automatically sets categories and a short description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | The filename of the image of the item
| File | required |
Short description | short_desc | Sets the short description at the top of the page.
| String | optional |
Is this a vanilla item? | is_vanilla | Leave blank if not
| Unknown | optional |
Main Hand Speed | speed | The attack speed when this item is held in the main hand. | Number | suggested |
Main Hand Damage | damage | How much damage this item deals when held in the main hand | Number | suggested |