Template:Infobox module/weapon: Difference between revisions
Appearance
start |
mNo edit summary |
||
| (17 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
|-{{StdDescTable_Heading}} | |-{{StdDescTable_Heading}} | ||
! colspan=" | ! colspan="3" | {{{weapon}}} | ||
|- | |- | ||
! {{ | ! {{StdTable_Sub_Heading}} |Size <bR>(h x w) | ||
| | | {{{height}}} x {{{width}}} | ||
| | | rowspan="2" |{{{weaponimage}}} | ||
|- | |- | ||
! {{ | ! {{StdTable_Sub_Heading}} |Weight | ||
| | | {{{weight}}} | ||
|- | |- | ||
! {{ | ! {{StdTable_Sub_Heading}} |D. Threshold | ||
| | | colspan="2" | {{{damagethreshold}}} | ||
| | |||
|- | |- | ||
! {{ | ! {{StdTable_Sub_Heading}} |Grip | ||
| colspan="2" | | | colspan="2" | {{{grip}}} | ||
|-{{StdTable_Sub_Heading}} | |||
! !! TU Cost !! Accuracy | |||
|- | |- | ||
! {{ | ! {{StdTable_Sub_Heading}} | Auto | ||
| | | {{{fcost_auto}}}% || {{{acc_auto}}}% | ||
|- | |- | ||
| ${{formatnum: | ! {{StdTable_Sub_Heading}}| Snapshot | ||
| | | {{{fcost_snap}}}% || {{{acc_snap}}}% | ||
| 2 | |- | ||
</includeonly> | ! {{StdTable_Sub_Heading}} | Aimed | ||
<noinclude>module for infobox, weapon information table</noinclude> | | {{{fcost_aim}}}% || {{{acc_aim}}}% | ||
|- | |||
! {{StdTable_Sub_Heading}} | Sale Price | |||
| colspan="2" | ${{formatnum:{{{saleprice}}}}} | |||
|- | |||
! {{StdTable_Sub_Heading}} | Research | |||
| colspan="2" | {{{research}}} | |||
|- | |||
| colspan="3" | | |||
{{{acquisition}}}</includeonly><noinclude> | |||
module for infobox, weapon information table | |||
usage | |||
<pre> | |||
{{Infobox module/weapon | |||
| weapon = | |||
| height = | |||
| width = | |||
| weight = | |||
| damagethreshold = | |||
| grip = | |||
| weaponimage = | |||
| acc_auto = | |||
| acc_snap = | |||
| acc_aim = | |||
| fcost_auto = | |||
| fcost_snap = | |||
| fcost_aim = | |||
| saleprice = | |||
| research = | |||
| acquisition = | |||
}} | |||
</pre> | |||
</noinclude> | |||
Latest revision as of 09:56, 31 December 2010
module for infobox, weapon information table
usage
{{Infobox module/weapon
| weapon =
| height =
| width =
| weight =
| damagethreshold =
| grip =
| weaponimage =
| acc_auto =
| acc_snap =
| acc_aim =
| fcost_auto =
| fcost_snap =
| fcost_aim =
| saleprice =
| research =
| acquisition =
}}