Template:Infobox module/weapon: Difference between revisions
Appearance
m stack size label |
mNo edit summary |
||
| (10 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}}} | | {{{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" | {{{grip}}} | |||
|-{{StdTable_Sub_Heading}} | |||
! !! TU Cost !! Accuracy | |||
|- | |||
! {{StdTable_Sub_Heading}} | Auto | |||
| {{{fcost_auto}}}% || {{{acc_auto}}}% | |||
|- | |||
! {{StdTable_Sub_Heading}}| Snapshot | |||
| {{{fcost_snap}}}% || {{{acc_snap}}}% | |||
|- | |||
! {{StdTable_Sub_Heading}} | Aimed | |||
| {{{fcost_aim}}}% || {{{acc_aim}}}% | |||
|- | |||
! {{StdTable_Sub_Heading}} | Sale Price | |||
| colspan="2" | ${{formatnum:{{{saleprice}}}}} | | colspan="2" | ${{formatnum:{{{saleprice}}}}} | ||
|- | |- | ||
! {{ | ! {{StdTable_Sub_Heading}} | Research | ||
| colspan="2" | {{{research}}} | |||
|- | |- | ||
| | | colspan="3" | | ||
| | {{{acquisition}}}</includeonly><noinclude> | ||
module for infobox, weapon information table | module for infobox, weapon information table | ||
| Line 41: | Line 43: | ||
| height = | | height = | ||
| width = | | width = | ||
| | | weight = | ||
| damagethreshold = | |||
| grip = | |||
| weaponimage = | |||
| acc_auto = | | acc_auto = | ||
| acc_snap = | | acc_snap = | ||
| Line 49: | Line 54: | ||
| fcost_aim = | | fcost_aim = | ||
| saleprice = | | saleprice = | ||
| | | research = | ||
| | | acquisition = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </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 =
}}