Difference between revisions of "Template:Infobox Ship"
From Siglerpedia
Scottsigler (Talk | contribs) |
Scottsigler (Talk | contribs) |
||
| (4 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;" | ||
| − | |+ | + | |+ '''{{{name|''Ship or class name''}}}''' |
|- | |- | ||
! Type | ! Type | ||
| Line 16: | Line 16: | ||
|- | |- | ||
! Armor | ! Armor | ||
| − | | {{{armor|''Hull composition | + | | {{{armor|''Hull composition or shielding''}}} |
|- | |- | ||
! Armament | ! Armament | ||
| − | | {{{armament|'' | + | | {{{armament|''Primary and secondary weapons''}}} |
|- | |- | ||
! Hangar Capacity | ! Hangar Capacity | ||
| − | | {{{hangar|''Number | + | | {{{hangar|''Number/type of carried craft''}}} |
|- | |- | ||
! Notes | ! Notes | ||
| − | | {{{notes|''Any special features | + | | {{{notes|''Any special features, tactics, or quirks''}}} |
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| − | == Usage == | + | == 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 |
| − | | name = | + | | name = ''Ship or class name'' |
| − | | type = Heavy Cruiser | + | | type = ''e.g., Heavy Cruiser, Destroyer, Carrier'' |
| − | | faction = | + | | faction = ''Who built or commands the ship'' |
| − | | speed = | + | | speed = ''Max or combat speed'' |
| − | | propulsion = Grav-flux | + | | propulsion = ''Drive type (e.g., Grav-flux, Fusion core)'' |
| − | | armor = | + | | armor = ''Describe hull composition or defense type'' |
| armament = | | armament = | ||
| − | * | + | * ''Primary weapon 1'' |
| − | * | + | * ''Primary weapon 2'' |
| − | * | + | * ''Secondary weapons'' |
| − | + | | hangar = ''Number and type of carried craft'' | |
| − | | hangar = | + | | notes = ''Tactics, weaknesses, or quirks'' |
| − | | notes = | + | |
}} | }} | ||
</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''
}}