Template:Weapon infobox: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
|label1 = Type | |label1 = Type | ||
|data1 = {{{ | |data1 = {{{type|}}} | ||
|label2 = Ammo Capacity | |label2 = Ammo Capacity | ||
|data2 = {{{ | |data2 = {{{ammo|}}} | ||
|label3 = Fire Rate | |label3 = Fire Rate | ||
|data3 = {{{ | |data3 = {{{fire_rate|}}} | ||
|label4 = Bullet Damage | |label4 = Bullet Damage | ||
|data4 = {{{ | |data4 = {{{damage|}}} | ||
|label5 = Reload Time | |label5 = Reload Time | ||
|data5 = {{{ | |data5 = {{{reload|}}} | ||
|label6 = Caliber | |label6 = Caliber | ||
|data6 = {{{ | |data6 = {{{caliber|}}} | ||
|label7 = Explosion Damage | |label7 = Explosion Damage | ||
|data7 = {{{ | |data7 = {{{explosion_damage|}}} | ||
<!--Specifically for the Micro HID--> | <!--Specifically for the Micro HID--> | ||
|label8 = Blast Damage | |label8 = Blast Damage | ||
|data8 = {{{ | |data8 = {{{blast_damage|}}} | ||
|label9 = Blast | |label9 = Blast Duration | ||
|data9 = {{{ | |data9 = {{{blast_duration|}}} | ||
<!--------> | <!--------> | ||
|label10 = Arm Time | |label10 = Arm Time | ||
|data10 = {{{ | |data10 = {{{arm_time|}}} | ||
|label11 = Spawn Location | |label11 = Spawn Location | ||
|data11 = {{{ | |data11 = {{{spawn|}}} | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
{{Weapon infobox | {{Weapon infobox | ||
| | |name = Example weapon | ||
|image = SCP Foundation (emblem).svg | |image = SCP Foundation (emblem).svg | ||
|caption = Some example image | |caption = Some example image | ||
| | |type = SMG | ||
| | |ammo = 50 | ||
| | |fire_rate = 8 | ||
| | |damage = 8 | ||
| | |reload = 3.3s | ||
| | |caliber = 9 MM | ||
| | |spawn = LCZ | ||
}} | }} | ||
</noinclude> | </noinclude> |