User:LunarEcklipse/Templates/Template:WeaponData: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
* reload_speed - float | * reload_speed - float | ||
* rof - float | * rof - float | ||
--> | --><includeonly><table class="wikitable" style="width:100%;"> | ||
<tr><th colspan="5"><span style="font-size: 24px;">{{{name}}}</span></th></tr> | |||
{{#if:{{{subtitle|}}}|<tr><td colspan="5"><span style="display:inline-block;width:100%;text-align:center;">{{{subtitle}}}</span></td></tr>|}} | |||
{{#if:{{{subtitle|}}}| | <tr><td colspan="5">[[File:{{{icon|}}}|frameless|center]]</td></tr> | ||
{{#if:{{{desc|}}}|<tr><td colspan="5"><span style="display:inline-block;width:100%;text-align:center;">{{{desc}}}</span></td></tr>|}} | |||
<tr> | |||
{{#if:{{{desc|}}}| | <th colspan="1">Damage</th> | ||
<th colspan="1">Mag Size</th> | |||
<th colspan="1">Starting Ammo</th> | |||
<th colspan="1">Reload Speed (Seconds)</th> | |||
<th colspan="1">Rate of Fire (Shots per Second)</th> | |||
</tr> | |||
<tr> | |||
<td colspan="1"><span style="display:inline-block;width:100%;text-align:center;">{{{damage|}}}</span></td> | |||
<td colspan="1"><span style="display:inline-block;width:100%;text-align:center;">{{{mag_size|}}}</span></td> | |||
<td colspan="1"><span style="display:inline-block;width:100%;text-align:center;">{{{starting_ammo|}}}</span></td> | |||
<td colspan="1"><span style="display:inline-block;width:100%;text-align:center;">{{{reload_speed|}}}</span></td> | |||
<td colspan="1"><span style="display:inline-block;width:100%;text-align:center;">{{{rof|}}}</td> | |||
{{#if:{{{headshot|}}} | </tr> | ||
{{#if:{{{headshot|}}}<tr><th colspan="5">Damage Hit Multiplier</th></tr><tr><th colspan="5">Head Shot</th></tr><tr><td colspan="5"x{{{headshot}}}|}}</td></tr> | |||
</table></includeonly> |
Latest revision as of 20:39, 8 November 2023
This template is a work-in-progress!