|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly> | | <br> |
| <!-- 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 23: |
Line 22: |
| | colspan="3" | {{{Rarity|}}} | | | colspan="3" | {{{Rarity|}}} |
| |} | | |} |
| <br>
| |
|
| |
| <!-- Weapons Features -->
| |
| {| class="wikitable" style="width:100%; text-align:center;"
| |
| |+ '''Weapons Features'''
| |
| |-
| |
| | colspan="4" style="text-align:center; font-weight:bold;" |
| |
| {{{WeaponsFeatures|}}}
| |
| |-
| |
| ! 1 !! 2 !! 3 !! 4
| |
| |-
| |
| | {{{Feature1|}}} || {{{Feature2|}}} || {{{Feature3|}}} || {{{Feature4|}}}
| |
| |}
| |
| <br>
| |
|
| |
| <!-- Weapon Level Damage -->
| |
| {| class="wikitable" style="width:100%; text-align:center; margin:0 auto;"
| |
| |+ '''Weapon Level Damage'''
| |
| |-
| |
| ! Level !! Damage
| |
| |-
| |
| | Level 1 || {{{Level1|}}} DMG
| |
| |-
| |
| | Level 2 || {{{Level2|}}} DMG
| |
| |-
| |
| | Level 3 || {{{Level3|}}} DMG
| |
| |-
| |
| | Level 4 || {{{Level4|}}} DMG
| |
| |-
| |
| | Level 5 || {{{Level5|}}} DMG
| |
| |}
| |
| <br>
| |
|
| |
| <!-- Builds (supports multiple) -->
| |
| {| class="wikitable" style="width:100%; text-align:center; margin:0 auto;"
| |
| |+ '''Builds'''
| |
| |-
| |
| ! 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>
| |