Difference between revisions of "Template:Infobox Ship"

From Siglerpedia
Jump to: navigation, search
(Created page with "<includeonly> {| class="infobox" style="width:300px; font-size:90%; text-align:left;" |+ style="font-size:120%; font-weight:bold; text-align:center;" | {{{name|Unnamed Ship}}}...")
 
 
(5 intermediate revisions by the same user not shown)
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|Unnamed Ship}}}
+
|+ '''{{{name|''Ship or class name''}}}'''
 
|-
 
|-
 
! Type
 
! Type
| {{{type|}}}
+
| {{{type|''Ship type (e.g., Heavy Cruiser)''}}}
 
|-
 
|-
 
! Faction
 
! Faction
| {{{faction|}}}
+
| {{{faction|''Who built or commands it''}}}
 
|-
 
|-
 
! Speed
 
! Speed
| {{{speed|}}}
+
| {{{speed|''Max speed or combat maneuvering speed''}}}
 
|-
 
|-
 
! Propulsion
 
! Propulsion
| {{{propulsion|}}}
+
| {{{propulsion|''Engine or drive type''}}}
 
|-
 
|-
 
! Armor
 
! Armor
| {{{armor|}}}
+
| {{{armor|''Hull composition or shielding''}}}
 
|-
 
|-
 
! Armament
 
! Armament
| {{{armament|}}}
+
| {{{armament|''Primary and secondary weapons''}}}
 
|-
 
|-
 
! Hangar Capacity
 
! Hangar Capacity
| {{{hangar|}}}
+
| {{{hangar|''Number/type of carried craft''}}}
 
|-
 
|-
 
! Notes
 
! Notes
| {{{notes|}}}
+
| {{{notes|''Any special features, tactics, or quirks''}}}
 
|}
 
|}
 
</includeonly>
 
</includeonly>
 +
 
<noinclude>
 
<noinclude>
This is the infobox used for warships and spacecraft. Use on pages like:
+
== Usage Instructions ==
 +
To add this infobox to a new ship page, copy and paste the code below and replace placeholder values with actual data.
  
 
<pre>
 
<pre>
{{Infobox Ship
+
{{Infobox_Ship
| name = Komodo-class Heavy Cruiser
+
| name = ''Ship or class name''
| type = Heavy Cruiser
+
| type = ''e.g., Heavy Cruiser, Destroyer, Carrier''
| faction = Whitok Kingdom
+
| faction = ''Who built or commands the ship''
| speed = ~3,500 km/h (combat maneuvering)
+
| speed = ''Max or combat speed''
| propulsion = Grav-flux drive, transdim insertion
+
| propulsion = ''Drive type (e.g., Grav-flux, Fusion core)''
| armor = Composite void-hull
+
| armor = ''Describe hull composition or defense type''
 
| armament =  
 
| armament =  
* 6× twin 200mm mass drivers
+
* ''Primary weapon 1''
* 16× 120mm point-defense turrets
+
* ''Primary weapon 2''
* 4× Tadpole missiles
+
* ''Secondary weapons''
* 12× Minnow-B racks
+
| hangar = ''Number and type of carried craft''
| hangar = 12x Salamander-class voidcraft
+
| notes = ''Tactics, weaknesses, or quirks''
| notes = Heavy broadside tactics; vulnerable to swarms without escort.
+
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
[[Category:Templates]]
 +
 
</noinclude>
 
</noinclude>

Latest revision as of 13:04, 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 = ''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''
}}