This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date. |
Difference between revisions of "Template:Cloaking Device"
From Discovery Wiki
Jump to navigationJump to searchm (#expr test) |
m |
||
Line 12: | Line 12: | ||
<h3>Statistics</h3> | <h3>Statistics</h3> | ||
|- | |- | ||
− | |Cargo Space: ||{{#if:{{{cargo-space|}}}|{{formatnum:'''{{{cargo-space}}}'''}}|''unknown''}} | + | |Cargo Space: ||{{#if:{{{cargo-space|}}}|{{formatnum:'''{{{cargo-space}}} units'''}}|''unknown''}} |
|- | |- | ||
− | |Hold Size Limit: ||{{#if:{{{holdlimit|}}}|{{formatnum:'''{{{holdlimit}}}'''}}|''unknown''}} | + | |Hold Size Limit: ||{{#if:{{{holdlimit|}}}|{{formatnum:'''{{{holdlimit}}} units'''}}|''unknown''}} |
|- | |- | ||
− | |Warmup Time: ||{{#if:{{{warmup|}}}|{{formatnum:'''{{#expr:{{{warmup}}}/1000}}'''}}|''unknown''}} | + | |Warmup Time: ||{{#if:{{{warmup|}}}|{{formatnum:'''{{#expr:{{{warmup}}}/1000}} seconds'''}}|''unknown''}} |
|- | |- | ||
− | |Cooldown Time: ||{{#if:{{{cooldown|}}}|{{formatnum:'''{{#expr:{{{cooldown}}}/1000}}'''}}|''unknown''}} | + | |Cooldown Time: ||{{#if:{{{cooldown|}}}|{{formatnum:'''{{#expr:{{{cooldown}}}/1000}} seconds'''}}|''unknown''}} |
|- | |- | ||
|Fuel(s): ||{{#if:{{{fuel|}}}|{{formatnum:'''{{{fuel}}}'''}}|''unknown''}} | |Fuel(s): ||{{#if:{{{fuel|}}}|{{formatnum:'''{{{fuel}}}'''}}|''unknown''}} | ||
|- | |- | ||
− | |Drop shields on uncloak: ||{{#if:{{{shielddrop|}}}|{{formatnum:''' | + | |Drop shields on uncloak: ||{{#if:{{{shielddrop|True}}}|{{formatnum:'''True'''}}|''False''}} |
|- | |- | ||
|} | |} |
Revision as of 10:09, 23 June 2012
This page is currently being developed by one or more editors being led by Space. Please refer to the talk page to learn about and/or contribute to the completion of this page. You can also contact the leader on their discussion page. |
TODO: Add note about cloaks not being buyable anywhere except from player(s)/(bases), and fix a better solution for handling fuel types and consumption.
Usage
{{User:Space/Template:Cloak | examplepage = ffffff | full-name = Light Cloaking Device | description = This is the Cloaking Device typically used for [[Fighters]] and [[Bombers]]. | cargo-space = 25 | holdlimit = 120 | warmup = 3000 | cooldown = 120000 | shielddrop = true | fuel = Mox, 1 | fuel = Oil, 1 | fuel = H-Fuel, 1 | fuel = Deuterium, 1 | fuel = Helium-3, 1 }}