Template:Infobox tech: Difference between revisions

From PRIME Universe Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
   </tr>
   </tr>


  {{#if:{{{image|}}}|
   <tr>
   <tr>
     <td colspan="2" style="text-align:center; background:#333; padding:0.5em;">
     <td colspan="2" style="text-align:center; background:#333; padding:0.5em;">
       [[File:{{{image}}}|{{{image_size|200px}}}|center]]
       [[File:{{{image|Warning.png}}}|{{{image_size|200px}}}|center]]
       {{#if:{{{caption|}}}|<div style="font-size:85%; color:#ccc;">{{{caption}}}</div>}}
       <div style="font-size:85%; color:#ccc;">{{{caption|}}}</div>
     </td>
     </td>
   </tr>
   </tr>
  }}


   {{#if:{{{type|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Type</th><td>{{{type}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Type</th><td>{{{type|}}}</td></tr>
   {{#if:{{{developer|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Developer</th><td>{{{developer}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Developer</th><td>{{{developer|}}}</td></tr>
   {{#if:{{{manufacturer|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Manufacturer</th><td>{{{manufacturer}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Manufacturer</th><td>{{{manufacturer|}}}</td></tr>
   {{#if:{{{introduced|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Introduced</th><td>{{{introduced}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Introduced</th><td>{{{introduced|}}}</td></tr>
   {{#if:{{{status|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Status</th><td>{{{status}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Status</th><td>{{{status|}}}</td></tr>
   {{#if:{{{purpose|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Purpose</th><td>{{{purpose}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Purpose</th><td>{{{purpose|}}}</td></tr>
   {{#if:{{{power|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Power source</th><td>{{{power}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Power source</th><td>{{{power|}}}</td></tr>
   {{#if:{{{range|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Operational range</th><td>{{{range}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Operational range</th><td>{{{range|}}}</td></tr>
   {{#if:{{{output|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Output</th><td>{{{output}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Output</th><td>{{{output|}}}</td></tr>
   {{#if:{{{efficiency|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Efficiency</th><td>{{{efficiency}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Efficiency</th><td>{{{efficiency|}}}</td></tr>
   {{#if:{{{variants|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Variants</th><td>{{{variants}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Variants</th><td>{{{variants|}}}</td></tr>
   {{#if:{{{users|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Used by</th><td>{{{users}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Used by</th><td>{{{users|}}}</td></tr>
   {{#if:{{{counter|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Countermeasures</th><td>{{{counter}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Countermeasures</th><td>{{{counter|}}}</td></tr>
   {{#if:{{{notes|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">Notes</th><td>{{{notes}}}</td></tr>}}
   <tr style="background:#2a2a2a;"><th style="color:#ddd;">Notes</th><td>{{{notes|}}}</td></tr>
</table>
</table>
</includeonly>
</includeonly>
<noinclude>
This is the **Infobox Technology** template.
Usage example:
<pre>
{{Infobox Technology
| name        = OSIRIS Weapon System
| image      = OSIRIS.png
| image_size  = 200px
| type        = Spinal Laser
| developer  = MassTek Industries
| manufacturer= MassTek Industries
| introduced  = 4222 GST
| status      = Active
| purpose    = Military
| power      = Fusion Reactor
| range      = 5 million km
| output      = 5 TW
| efficiency  = 92%
| variants    = OSIRIS Mk I, Mk II
| users      = Terran Commonwealth Navy
| counter    = Shielding, ECM
| notes      = Developed with Koening Armistice
}}
</pre>
<templatedata>
{
  "description": "Dark-themed infobox for technology, weapons, systems, or research projects.",
  "params": {
    "name": {"label":"Name","type":"string","required":true},
    "image":{"label":"Image","type":"string"},
    "image_size":{"label":"Image size","type":"string"},
    "caption":{"label":"Caption","type":"string"},
    "type":{"label":"Type","type":"string"},
    "developer":{"label":"Developer","type":"string"},
    "manufacturer":{"label":"Manufacturer","type":"string"},
    "introduced":{"label":"Introduced","type":"string"},
    "

Latest revision as of 15:13, 27 December 2025


This is the **Infobox Technology** template.

Usage example:

{{Infobox Technology
 | name        = OSIRIS Weapon System
 | image       = OSIRIS.png
 | image_size  = 200px
 | type        = Spinal Laser
 | developer   = MassTek Industries
 | manufacturer= MassTek Industries
 | introduced  = 4222 GST
 | status      = Active
 | purpose     = Military
 | power       = Fusion Reactor
 | range       = 5 million km
 | output      = 5 TW
 | efficiency  = 92%
 | variants    = OSIRIS Mk I, Mk II
 | users       = Terran Commonwealth Navy
 | counter     = Shielding, ECM
 | notes       = Developed with Koening Armistice
}}

<templatedata> {

 "description": "Dark-themed infobox for technology, weapons, systems, or research projects.",
 "params": {
   "name": {"label":"Name","type":"string","required":true},
   "image":{"label":"Image","type":"string"},
   "image_size":{"label":"Image size","type":"string"},
   "caption":{"label":"Caption","type":"string"},
   "type":{"label":"Type","type":"string"},
   "developer":{"label":"Developer","type":"string"},
   "manufacturer":{"label":"Manufacturer","type":"string"},
   "introduced":{"label":"Introduced","type":"string"},
   "