Template:Weapon: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly> | ||
Weapon | <!-- Weapon Stats --> | ||
{| class="wikitable" style="width:700px; text-align:center; margin:0 auto;" | {| class="wikitable" style="width:700px; text-align:center; margin:0 auto;" | ||
|- | |- | ||
| Line 27: | Line 25: | ||
<br> | <br> | ||
<!-- Weapons Features --> | |||
{| class="wikitable" style="width:100%; text-align:center;" | {| class="wikitable" style="width:100%; text-align:center;" | ||
|+ '''Weapons Features''' | |+ '''Weapons Features''' | ||
| Line 33: | Line 32: | ||
{{{WeaponsFeatures|}}} | {{{WeaponsFeatures|}}} | ||
|- | |- | ||
! 1 | ! 1 !! 2 !! 3 !! 4 | ||
! 2 | |||
! 3 | |||
! 4 | |||
|- | |- | ||
| {{{Feature1|}}} | | {{{Feature1|}}} || {{{Feature2|}}} || {{{Feature3|}}} || {{{Feature4|}}} | ||
| {{{Feature2|}}} | |||
| {{{Feature3|}}} | |||
| {{{Feature4|}}} | |||
|} | |} | ||
<br> | <br> | ||
<!-- Weapon Level Damage --> | |||
{| class="wikitable" style="width:100%; text-align:center; margin:0 auto;" | {| class="wikitable" style="width:100%; text-align:center; margin:0 auto;" | ||
|+ '''Weapon Level Damage''' | |+ '''Weapon Level Damage''' | ||
|- | |- | ||
! Level | ! Level !! Damage | ||
! Damage | |||
|- | |- | ||
| Level 1 | | Level 1 || {{{Level1|}}} DMG | ||
| {{{Level1|}}} DMG | |||
|- | |- | ||
| Level 2 | | Level 2 || {{{Level2|}}} DMG | ||
| {{{Level2|}}} DMG | |||
|- | |- | ||
| Level 3 | | Level 3 || {{{Level3|}}} DMG | ||
| {{{Level3|}}} DMG | |||
|- | |- | ||
| Level 4 | | Level 4 || {{{Level4|}}} DMG | ||
| {{{Level4|}}} DMG | |||
|- | |- | ||
| Level 5 | | Level 5 || {{{Level5|}}} DMG | ||
| {{{Level5|}}} DMG | |||
|} | |} | ||
<br> | <br> | ||
<!-- Builds (supports multiple) --> | |||
{| class="wikitable" style="width:100%; text-align:center; margin:0 auto;" | {| class="wikitable" style="width:100%; text-align:center; margin:0 auto;" | ||
|+ '''Builds''' | |+ '''Builds''' | ||
| Line 73: | Line 62: | ||
! Build | ! Build | ||
|- | |- | ||
| {{{ | | {{{Build1|}}} | ||
{{#if:{{{Build2|}}}|- | |||
| {{{Build2}}}|}} | |||
{{#if:{{{Build3|}}}|- | |||
| {{{Build3}}}|}} | |||
{{#if:{{{Build4|}}}|- | |||
| {{{Build4}}}|}} | |||
{{#if:{{{Build5|}}}|- | |||
| {{{Build5}}}|}} | |||
|} | |} | ||
</includeonly> | |||
<noinclude> | |||
=== Template:WeaponPage === | |||
Use on weapon pages like: | |||
{{WeaponPage | |||
|DMG= | |||
|FireRate= | |||
|MAG= | |||
|CritRate= | |||
|Weakspot= | |||
|CritDMG= | |||
|Blueprint= | |||
|Rarity= | |||
|WeaponsFeatures= | |||
|Feature1= | |||
|Feature2= | |||
|Feature3= | |||
|Feature4= | |||
|Level1= | |||
|Level2= | |||
|Level3= | |||
|Level4= | |||
|Level5= | |||
|Build1= | |||
|Build2= | |||
}} | |||
</noinclude> | |||