Difference between revisions of "Template:Infobox Ship"

From Siglerpedia
Jump to: navigation, search
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
{| class="infobox" style="width:300px; font-size:90%; text-align:left;"
 
{| class="infobox" style="width:300px; font-size:90%; text-align:left;"
|+ style="font-size:120%; font-weight:bold; text-align:center;" | {{{name|''Ship or class name''}}}
+
|+ '''{{{name|''Ship or class name''}}}'''
 
|-
 
|-
 
! Type
 
! Type
Line 30: Line 30:
  
 
<noinclude>
 
<noinclude>
== Usage ==
+
== Usage Instructions ==
To include this infobox on a ship page, paste the following and customize the fields:
+
To add this infobox to a new ship page, copy and paste the code below and replace placeholder values with actual data.
  
 +
<pre>
 +
{{Infobox_Ship
 +
| name = Komodo-class Heavy Cruiser
 +
| type = Heavy Cruiser
 +
| faction = Whitok Kingdom
 +
| speed = ~3,500 km/h (combat maneuvering)
 +
| propulsion = Grav-flux main drive with transdim insertion
 +
| armor = Reinforced void-hull with composite layering
 +
| armament =
 +
* 6× twin 200mm spinal mass drivers
 +
* 16× 120mm mass driver turrets
 +
* 4× Tadpole missile bays
 +
* 12× Minnow-B V2V racks
 +
| hangar = 12x Salamander-class voidcraft
 +
| notes = Broadside-heavy design; excels in sustained fleet combat but vulnerable to swarm tactics.
 +
}}
 +
</pre>
 +
 +
[[Category:Templates]]
 +
</noinclude>
 
<pre>
 
<pre>
 
<pre>
 
<pre>

Revision as of 12:58, 4 April 2025


Usage Instructions

To add this infobox to a new ship page, copy and paste the code below and replace placeholder values with actual data.

{{Infobox_Ship
| name = Komodo-class Heavy Cruiser
| type = Heavy Cruiser
| faction = Whitok Kingdom
| speed = ~3,500 km/h (combat maneuvering)
| propulsion = Grav-flux main drive with transdim insertion
| armor = Reinforced void-hull with composite layering
| armament = 
* 6× twin 200mm spinal mass drivers
* 16× 120mm mass driver turrets
* 4× Tadpole missile bays
* 12× Minnow-B V2V racks
| hangar = 12x Salamander-class voidcraft
| notes = Broadside-heavy design; excels in sustained fleet combat but vulnerable to swarm tactics.
}}
<pre>
{{Infobox_Ship
| name = ''Ship or class name''
| type = ''e.g., Heavy Cruiser, Destroyer, Carrier''
| faction = ''Who built or commands the ship''
| speed = ''Max or combat speed''
| propulsion = ''Drive type (e.g., Grav-flux, Fusion core)''
| armor = ''Describe hull composition or defense type''
| armament = 
* ''Primary weapon 1''
* ''Primary weapon 2''
* ''Secondary weapons''
| hangar = ''Number and type of carried craft''
| notes = ''Tactics, weaknesses, or quirks''
}}

</pre>