Difference between revisions of "Template:Starship"

Template page
Line 8: Line 8:
}}
}}
|-
|-
| class="ibheader" colspan="2" | '''Information'''
| class="ibheader" colspan="2" | '''General Information'''
|-
|-
{{#if: {{{registry|}}}|
{{#if: {{{registry|}}}|
Line 45: Line 45:
}}
}}
|-
|-
| class="ibheader" colspan="2" | '''Mission'''
| class="ibheader" colspan="2" | '''Assignment'''
|-
|-
{{#if: {{{role|}}}|
{{#if: {{{role|}}}|
Line 52: Line 52:
}}
}}
|-
|-
{{#if: {{{assignment|}}}|
{{#if: {{{unit|}}}|
{{!}} class="ibleft" {{!}} Assignment
{{!}} class="ibleft" {{!}} Unit
{{!}} class="ibright" {{!}} {{{assignment}}}
{{!}} class="ibright" {{!}} {{{role}}}
}}
}}
|-
|-
Line 70: Line 70:
{{!}} class="ibleft" {{!}} Squadron
{{!}} class="ibleft" {{!}} Squadron
{{!}} class="ibright" {{!}} {{{squadron}}}
{{!}} class="ibright" {{!}} {{{squadron}}}
}}
|-
{{#if: {{{mothership|}}}|
{{!}} class="ibleft" {{!}} Mothership
{{!}} class="ibright" {{!}} {{{mothership}}}
}}
|-
{{#if: {{{homeport|}}}|
{{!}} class="ibleft" {{!}} Home Port
{{!}} class="ibright" {{!}} {{{homeport}}}
}}
}}
|-
|-
Line 78: Line 88:
|-
|-
{{#if: {{{co|}}}|  
{{#if: {{{co|}}}|  
{{!}} class="ibheader" colspan="2" {{!}} '''Personnel'''
{{!}} class="ibheader" colspan="2" {{!}} '''Key Personnel'''
}}
}}
|-
|-
Line 109: Line 119:
*co - This can be linked to a BFMS character page
*co - This can be linked to a BFMS character page
*xo - This can be linked to a BFMS character page  
*xo - This can be linked to a BFMS character page  
*unit - Only use for RPGs--use Fourth Fleet Expeditionary Group
*squadron - only use as applicable
<pre>
<pre>
{{Starship
{{Starship
Line 120: Line 132:
| commission =  
| commission =  
| decommission =  
| decommission =  
| destroyed =  
| destroyed =
| assignment = (only supply station/mothership for attached ships or Fourth Fleet Expeditionary Group for RPGs.)
| unit = (only for RPGs -- use Fourth Fleet Expeditionary Group)
| taskforce = (only supply a task force for commands, games are not in task forces)
| mothership = (only for Aquarius escorts for their Odyssey motherships)
| taskgroup =
| homeport = (only supply for station attached ships)
| taskforce = (only supply a task force for primary/squadron commands, RPGs are not in task forces)
| taskgroup = (only supply a task force for primary/squadron commands, RPGs are not in task forces)
| squadron = (only supply a squadron if you have a squadron)
| squadron = (only supply a squadron if you have a squadron)
| quadrant =  
| quadrant =  
Line 144: Line 158:
| decommission =  
| decommission =  
| destroyed =  
| destroyed =  
| unit =
| taskforce =  
| taskforce =  
| taskgroup =  
| taskgroup =  
Line 166: Line 181:
| decommission =  
| decommission =  
| destroyed =  
| destroyed =  
| unit =
| taskforce =  
| taskforce =  
| taskgroup =  
| taskgroup =  
| squadron =
| squadron =
| mothership =
| homeport =  
| quadrant = Right behind you
| quadrant = Right behind you
| role = Imaginary
| role = Imaginary

Revision as of 19:42, 21 December 2022

{{{prefix}}} {{{name}}}
General Information
Assignment
Template:Starship

Starship

This infobox exists for the purposes of providing a uniform and consistent method for displaying starship information on a wiki article. The code snippet below should be copied in it's entirety and set at the top of a page. For rows with no values, simply leave the line blank and it will not render in the final infobox.

Notes

  • name - Just enter in the name, no need for formatting
  • class - Just type in the class name, the infobox will do the rest
  • co - This can be linked to a BFMS character page
  • xo - This can be linked to a BFMS character page
  • unit - Only use for RPGs--use Fourth Fleet Expeditionary Group
  • squadron - only use as applicable
{{Starship
| name = (just put the name here)
| prefix = (SS, USS, IKS etc)
| image = 
| registry = 
| class = 
| affiliation = 
| status = (Active/Retired/NPC/Destroyed)
| commission = 
| decommission = 
| destroyed =
| unit = (only for RPGs -- use Fourth Fleet Expeditionary Group)
| mothership = (only for Aquarius escorts for their Odyssey motherships)
| homeport = (only supply for station attached ships)
| taskforce = (only supply a task force for primary/squadron commands, RPGs are not in task forces)
| taskgroup = (only supply a task force for primary/squadron commands, RPGs are not in task forces)
| squadron = (only supply a squadron if you have a squadron)
| quadrant = 
| role = 
| co = 
| xo = 
| dedication = (image of ships dedication plague to be added here)
}}

Example

Galaxyclass.png
USS Lollipop
General Information
Class Galaxy
Affiliation Starbase Kickass
Status A good ship.
Commissioned It's just been commissioned.
Assignment
Role Imaginary
Quadrant Right behind you
Key Personnel
Commanding Officer Commander William T Riker
Executive Officer Also Riker, because there's two of them
Template:Starship


The following code produced the infobox to the right.

{{Starship
| name = Lollipop
| prefix = USS
| image = [[file:Galaxyclass.png]]
| registry = 
| class = Galaxy
| affiliation = [[Starfleet]]
| status = A good ship
| commission = 
| decommission = 
| destroyed = 
| unit =
| taskforce = 
| taskgroup = 
| squadron = 
| mothership =
| homeport = 
| quadrant = Right behind you
| role = Imaginary
| co = Commander William T Riker
| xo = Also Riker, because there's two of them
}}