Template:WeaponChart: Difference between revisions
Template page
More actions
Created page with "<table class ='wikitable'style="width:100%; font-size:15px"> <tr> <td style= "width:100px;"><center>''Damage''</center></td> <td><center>''Rate of Fire''</center></t..." |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<table class ='wikitable'style="width: | <table class = 'wikitable' style=" width:25%; font-size:15px"> | ||
<tr> | <tr> | ||
<td style= "width: | <td style= "width:120px;"><center>''Damage''</center></td> | ||
<td><center>''Rate of Fire''</center></td> | <td><center>''Rate of Fire''</center></td> | ||
<td><center>''Dmg/Sec''</center></td> | <td><center>''Dmg/Sec''</center></td> | ||
Line 9: | Line 9: | ||
<td>Normal: {{{Damage}}}</center></td> | <td>Normal: {{{Damage}}}</center></td> | ||
<td><center>{{{RateofFire}}}</center></td> | <td><center>{{{RateofFire}}}</center></td> | ||
<td><center>{{#expr:({{{RateofFire | <td><center>{{#expr:({{{RateofFire}}}/60) * {{{Damage}}}}}</center></td> | ||
<td><center>{{#expr:{{{Damage}}} * {{{ammoCap}}}}}</center></td> | <td><center>{{#expr:{{{Damage}}} * {{{ammoCap}}}}}</center></td> | ||
</tr> | </tr> | ||
Line 26: | Line 26: | ||
</table> | </table> | ||
<noinclude> | <noinclude> | ||
Scroll down in the editor to the bottom; could also create your own wiki account and use the chart on your user page | |||
{{WeaponChart | {{WeaponChart | ||
Damage = 10 | |Damage = 10 | ||
RateofFire= 750 | |RateofFire = 750 | ||
ammoCap= 60 | |ammoCap = 60 | ||
}} | }} | ||
Just insert the values, then click show preview to see the chart |
Latest revision as of 05:14, 25 November 2020
Normal: {{{Damage}}} | |||
Limb: Expression error: Unrecognized punctuation character "{". | |||
Headshot: Expression error: Unrecognized punctuation character "{". |
Scroll down in the editor to the bottom; could also create your own wiki account and use the chart on your user page
Normal: 10 | |||
Limb: 5 | |||
Headshot: 40 |
Just insert the values, then click show preview to see the chart