Difference between revisions of "Template:Machine"

From BlogNomic Wiki
Jump to navigation Jump to search
(apparently switches don't work here... so much for making it more colorful.)
Line 2: Line 2:
 
<tr><td style="width:50px; padding:8px; font-size:1.3em; background:#bbf;color:#fff;font-weight:bold">#{{{number}}}</td>
 
<tr><td style="width:50px; padding:8px; font-size:1.3em; background:#bbf;color:#fff;font-weight:bold">#{{{number}}}</td>
 
<td style="width:150px; padding:8px; text-align:center"><b>{{{name}}}</b></td>
 
<td style="width:150px; padding:8px; text-align:center"><b>{{{name}}}</b></td>
<td style="width:50px; padding:8px; background:{{{#switch: status | Shrouded = #000 | Broken = #621 | Jammed = #A00 | Fixed = #0A0}}};color:{{{#switch: status | Shrouded = #fff | Broken = #621 | Jammed = #000 | Fixed = #000}}}">({{{status}}})</td>
+
<td style="width:50px; padding:8px;">({{{status}}})</td>
 
<td style="width:70px; padding:8px; border:1px solid #bbf; font-size:0.8em">Power&nbsp;Links:&nbsp;{{{links}}}</td>
 
<td style="width:70px; padding:8px; border:1px solid #bbf; font-size:0.8em">Power&nbsp;Links:&nbsp;{{{links}}}</td>
 
</tr>
 
</tr>
 
</table></div>
 
</table></div>

Revision as of 01:33, 26 June 2012

#{{{number}}} {{{name}}} ({{{status}}}) Power Links: {{{links}}}