From V Rising Wiki

No edit summary
Line 8: Line 8:
|-
|-
| Type
| Type
| {{#if:{{{Type}}}|{{{Type|}}}}}
| {{#if:{{{type}}}|{{{type|}}}}}
|-
|-
| Gear Level
| Gear Level
| {{#if:{{{Gear Level}}}|{{{Gear Level|}}}}}
| {{#if:{{{level}}}|{{{level|}}}}}
|-
|-
| Physical Power
| Physical Power
| {{#if:{{{Physical Power}}}|{{{Physical Power|}}}}}
| {{#if:{{{physicalpower}}}|{{{physicalpower|}}}}}
|-
|-
| Durability
| Durability
| {{#if:{{{Durability}}}|{{{Durability|}}}}}
| {{#if:{{{durability}}}|{{{durability|}}}}}
|-
|-
| Stats
| Stats
| {{#if:{{{Stats}}}|{{{Stats|}}}}}
| {{#if:{{{stats}}}|{{{stats|}}}}}
|-
|-
| Attack Speed
| Attack Speed
| {{#if:{{{Attack Speed}}}|{{{Attack Speed|}}}}}
| {{#if:{{{attackspeed}}}|{{{attackspeed|}}}}}
|-
|-
| Combo
| Combo
| {{#if:{{{Combo}}}|{{{Combo|}}}|}}
| {{#if:{{{combo}}}|{{{combo|}}}|}}
|-
|-
|colspan="2" style="text-align:center; " | Crafting
|colspan="2" style="text-align:center; " | Crafting
|-
|-
| Crafting Cost
| Crafting Cost
| style="text-align: center;" |{{#if:{{{image1|}}}| [[File:{{{image1|}}}|link=]]|}}{{#if:{{{image2|}}}| [[File:{{{image2|}}}|link=]]|}}{{#if:{{{image3|}}}| [[File:{{{image3|}}}|link=]]|}}
| style="text-align: center;" {{#if:{{{crafting}}}|{{{crafting|}}}|}}
|-
|-
| Reagent For
| Reagent For
| {{#if:{{{Reagent For}}}|{{{Reagent For|}}}}}
| {{#if:{{{reagents}}}|{{{reagents|}}}}}
|}</includeonly>
|}</includeonly>
<noinclude>
<noinclude>
Line 43: Line 43:
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 Weapon
<pre>{{Infobox Weapon
|image =  
|image=  
|type =  
|type =  
|level =  
|level =  
|physical-power =  
|physicalpower =  
|durability =  
|durability =  
|special =  
|stats=  
|attack-speed =  
|attackspeed =  
|combo =  
|combo =  
|crafting-materials 1 =
|crafting =
|crafting-materials 2 (optional)=
|crafting-materials 3 (optional)=
|crafting-materials 4 (optional)=
|crafting-materials 5 (optional)=
|reagents =  
|reagents =  
}}</pre>
}}</pre>

Revision as of 06:38, 23 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 Weapon
|image= 
|type = 
|level = 
|physicalpower = 
|durability = 
|stats= 
|attackspeed = 
|combo = 
|crafting =
|reagents = 
}}