Template:Shipbox: Difference between revisions

m Shield boost is not always know at this moment......added an "unknown" "If" statement to template.
m minor syntax error :fingers crossed:
Line 54: Line 54:
<tr>
<tr>
  <td style="border-top:1px solid #32383e; padding:4.8px;">Shield Boost</td>
  <td style="border-top:1px solid #32383e; padding:4.8px;">Shield Boost</td>
  <td style="border-top:1px solid #32383e;">{{#if:{{{ShieldBoost|}}}|{{{ShieldBoost}}}||Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}</td>
  <td style="border-top:1px solid #32383e;">{{#if:{{{ShieldBoost|}}}|{{{ShieldBoost}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}</td>
</tr>
</tr>
</table>
</table>