From V Rising Wiki

No edit summary
Tag: Manual revert
No edit summary
Line 47: Line 47:
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.
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.
<pre>{{Infobox Item
<pre>{{Infobox Item
|name =
|image =  
|image =  
|type =  
|type =  
Line 59: Line 58:
|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:12, 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
|image = 
|type = 
|level = 
|physical-power = 
|durability = 
|special = 
|attack-speed = 
|combo = 
|crafting-materials = 
|reagents = 
}}