Difference between revisions of "Template:WeaponRow"
From Starsonata Wiki
Assasinat3r (talk | contribs) m |
Assasinat3r (talk | contribs) m |
||
Line 3: | Line 3: | ||
| {{#if:{{{Name|}}}|{{{Name}}}|N/A}} | | {{#if:{{{Name|}}}|{{{Name}}}|N/A}} | ||
| {{#if:{{{Tech|}}}|{{{Tech}}}|0}} | | {{#if:{{{Tech|}}}|{{{Tech}}}|0}} | ||
− | | {{#if:{{{Size|}}}|{{{Size}}}|0}} | + | | {{formatnum:{{#if:{{{Size|}}}|{{{Size}}}|0}}}} |
− | | {{#if:{{{Damage|}}}|{{{Damage}}}|0}} | + | | {{formatnum:{{#if:{{{Damage|}}}|{{{Damage}}}|0}}}} |
− | | {{#if:{{{Range|}}}|{{{Range}}}|0}} | + | | {{formatnum:{{#if:{{{Range|}}}|{{{Range}}}|0}}}} |
− | | {{#if:{{{Recoil|}}}|{{{Recoil}}}|0.001}} | + | | {{formatnum:{{#if:{{{Recoil|}}}|{{{Recoil}}}|0.001}}}} |
− | | {{#if:{{{Elec|}}}|{{{Elec}}}|0.001}} | + | | {{formatnum:{{#if:{{{Elec|}}}|{{{Elec}}}|0.001}}}} |
| {{#if:{{{Vis|}}}|{{{Vis}}}|0 for 0s}} | | {{#if:{{{Vis|}}}|{{{Vis}}}|0 for 0s}} | ||
− | | {{#if:{{{Weight|}}}|{{{Weight}}}|0}} | + | | {{formatnum:{{#if:{{{Weight|}}}|{{{Weight}}}|0}}}} |
− | | {{#expr: ({{{Damage}}} / {{{Recoil}}}) round 3}} | + | | {{formatnum:{{#expr: ({{{Damage}}} / {{{Recoil}}}) round 3}}}} |
− | | {{#expr: ({{{Elec}}} / {{{Recoil}}}) round 3}} | + | | {{formatnum:{{#expr: ({{{Elec}}} / {{{Recoil}}}) round 3}}}} |
− | | {{#expr: ({{{Damage}}} / {{{Elec}}}) round 3}} | + | | {{formatnum:{{#expr: ({{{Damage}}} / {{{Elec}}}) round 3}}}} |
| {{#if:{{{Source|}}}|{{{Source}}}|N/A}} | | {{#if:{{{Source|}}}|{{{Source}}}|N/A}} | ||
| {{#if:{{{Description|}}}|{{{Description}}}|N/A}} | | {{#if:{{{Description|}}}|{{{Description}}}|N/A}} |
Revision as of 15:44, 7 November 2013
{{weaponRow |Name= |Tech= |Size= |Damage= |Range= |Recoil= |Elec= |Vis= |Weight= |Source= |Description= |Comments= |Imagepagename= }}