From V Rising Wiki

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 22: Line 22:
|-
|-
! Attack Speed
! Attack Speed
| {{#if:{{{Attack Speed|}}}|{{{Attack Speed|}}}|}}
| {{#if:{{{Attack Speed}}}|{{{Attack Speed}}}|}}
|-
|-
! Combo
! Combo
Line 59: Line 59:
|reagents =  
|reagents =  
}}</pre>
}}</pre>
== Parameters==
<templatedata>
{
"params": {
"image": {},
"type": {},
"level": {},
"physical-power": {},
"durability": {},
"special": {},
"attack-speed": {},
"combo": {},
"crafting-materials #1": {},
        "crafting-materials #2": {},
        "crafting-materials #3": {},
        "crafting-materials #4": {},
        "crafting-materials #5": {},
"reagents": {}
}
}
</templatedata></noinclude>

Revision as of 21:06, 16 June 2022


Description

This template is used to provide a template that displays an infobox for item pages.

Usage

This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.

{{Infobox Item
|name = 
|image = 
|type = 
|level = 
|physical-power = 
|durability = 
|special = 
|attack-speed = 
|combo = 
|crafting-materials = 
|reagents = 
}}