Difference between revisions of "Template:Starship"

Template page
m
m
Line 5: Line 5:
}}
}}
|-
|-
| colspan="2" style="text-align: center; color: #e5e5ed; font-size: larger; background: #304665; text-align: center; padding: .3rem 1.25rem;" | '''{{{prefix}}}''' '''''{{{name}}}'''''
| colspan="2" style="text-align: center; color: #e5e5ed; font-size: larger; background: #304665; padding: .3rem 1.25rem;" | '''{{{prefix}}}''' '''''{{{name}}}'''''
|-
|-
| colspan="2" style="text-align: center; color: #e5e5ed; background: #2a4667c9; font-size:8pt; padding: 6px" | '''Information'''
| colspan="2" style="text-align: center; color: #e5e5ed; background: #2a4667c9; font-size:8pt; padding: 6px" | '''Information'''
Line 83: Line 83:
|-
|-
|- class="infobox-link" style="border-radius-bottom-right: 13px; border-radius-bottom-left: 13px;"
|- class="infobox-link" style="border-radius-bottom-right: 13px; border-radius-bottom-left: 13px;"
| colspan="2" style="border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; text-align: center; color: #F67F00; font-size: 8pt; background-color: #2a4667c9; text-align: center; padding: 6px 0;" | [[Template:Starship]]
| colspan="2" style="border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; text-align: center; color: #F67F00; font-size: 8pt; background-color: #2a4667c9; padding: 6px 0;" | [[Template:Starship]]
|}
|}
</div>
</div>

Revision as of 11:09, 8 June 2022

{{{prefix}}} {{{name}}}
Information

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 - his can be linked to a BFMS character page
  • xo - This can be linked to a BFMS character page
{{Starship
| name = (just put the name here)
| prefix = (SS, USS, IKS etc)
| image = 
| registry = 
| class = 
| affiliation = 
| status = (Active/Retired/NPC/Destroyed)
| commission = 
| decommission = 
| destroyed = 
| taskforce = (only supply a task force for commands, games are not in task forces)
| quadrant = 
| role = 
| co = 
| xo = 
| dedication = (image of ships dedication plague to be added here)
}}

Example

Galaxyclass.png
USS Lollipop
Information
Class Galaxy-class
Affiliation Starbase Kickass
Status A good ship.
Commissioned It's just been commissioned.
Assignment
Role Imaginary
Quadrant Right behind you

Personnel

Commanding Officer Commander William T Riker
Executive Officer Also Riker, because there's two of them


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 = 
| taskforce = 
| quadrant = Right behind you
| role = Imaginary
| co = Commander William T Riker
| xo = Also Riker, because there's two of them
}}