Difference between revisions of "Template:Starship"

Template page
m
m
Line 11: Line 11:
|-
|-
{{#if: {{{registry|}}}|
{{#if: {{{registry|}}}|
{{!}} class="ibleft" {{!}} Registry
{{!}} class="ibleft" v-align="top" {{!}} Registry
{{!}} class="ibright" {{!}} {{{registry}}}
{{!}} class="ibright" {{!}} {{{registry}}}
}}
}}
|-
|-
{{#if: {{{class|}}}|
{{#if: {{{class|}}}|
{{!}} class="ibleft" {{!}} Class
{{!}} class="ibleft" v-align="top" {{!}} Class
{{!}} class="ibright" {{!}} {{{class}}}
{{!}} class="ibright" {{!}} {{{class}}}
}}
}}
|-
|-
{{#if: {{{affiliation|}}}|
{{#if: {{{affiliation|}}}|
{{!}} class="ibleft" {{!}} Affiliation
{{!}} class="ibleft" v-align="top" {{!}} Affiliation
{{!}} class="ibright" {{!}} {{{affiliation}}}
{{!}} class="ibright" {{!}} {{{affiliation}}}
}}
}}
|-
|-
{{#if: {{{status|}}}|
{{#if: {{{status|}}}|
{{!}} class="ibleft" {{!}} Status
{{!}} class="ibleft" v-align="top" {{!}} Status
{{!}} class="ibright" {{!}} {{{status}}}
{{!}} class="ibright" {{!}} {{{status}}}
}}
}}
|-
|-
{{#if: {{{commissioned|}}}|
{{#if: {{{commissioned|}}}|
{{!}} class="ibleft" {{!}} Commissioned
{{!}} class="ibleft" v-align="top" {{!}} Commissioned
{{!}} class="ibright" {{!}} {{{commissioned}}}
{{!}} class="ibright" {{!}} {{{commissioned}}}
}}
}}
|-
|-
{{#if: {{{decommission|}}}|
{{#if: {{{decommission|}}}|
{{!}} class="ibleft" {{!}} Decommissioned
{{!}} class="ibleft" v-align="top" {{!}} Decommissioned
{{!}} class="ibright" {{!}} {{{decommission}}}
{{!}} class="ibright" {{!}} {{{decommission}}}
}}
}}
|-
|-
{{#if: {{{destroyed|}}}|
{{#if: {{{destroyed|}}}|
{{!}} class="ibleft" {{!}} Destroyed
{{!}} class="ibleft" v-align="top" {{!}} Destroyed
{{!}} class="ibright" {{!}} {{{destroyed}}}
{{!}} class="ibright" {{!}} {{{destroyed}}}
}}
}}
Line 48: Line 48:
|-
|-
{{#if: {{{role|}}}|
{{#if: {{{role|}}}|
{{!}} class="ibleft" {{!}}  Role
{{!}} class="ibleft" v-align="top" {{!}}  Role
{{!}} class="ibright" {{!}}  {{{role}}}
{{!}} class="ibright" {{!}}  {{{role}}}
}}
}}
|-
|-
{{#if: {{{taskforce|}}}|
{{#if: {{{taskforce|}}}|
{{!}} class="ibleft" {{!}} Task Force
{{!}} class="ibleft" v-align="top" {{!}} Task Force
{{!}} class="ibright" {{!}} {{{taskforce}}}
{{!}} class="ibright" {{!}} {{{taskforce}}}
}}
}}
|-
|-
{{#if: {{{quadrant|}}}|
{{#if: {{{quadrant|}}}|
{{!}} class="ibleft" {{!}}  Quadrant
{{!}} class="ibleft" v-align="top" {{!}}  Quadrant
{{!}} class="ibright" {{!}} {{{quadrant}}}
{{!}} class="ibright" {{!}} {{{quadrant}}}
}}
}}
Line 67: Line 67:
|-
|-
{{#if: {{{co|}}}|
{{#if: {{{co|}}}|
{{!}} class="ibleft" {{!}} Commanding Officer
{{!}} class="ibleft" v-align="top" {{!}} Commanding Officer
{{!}} class="ibright" {{!}} {{{co}}}
{{!}} class="ibright" {{!}} {{{co}}}
}}
}}
|-
|-
{{#if: {{{xo|}}}|
{{#if: {{{xo|}}}|
{{!}} class="ibleft" {{!}} Executive Officer
{{!}} class="ibleft" v-align="top" {{!}} Executive Officer
{{!}} class="ibright" {{!}} {{{xo}}}
{{!}} class="ibright" {{!}} {{{xo}}}
}}
}}
|-
|-
{{#if: {{{dedication|}}}|
{{#if: {{{dedication|}}}|
{{!}} class="ibheader" colspan="2" {{!}} {{{dedication}}}
{{!}} class="ibimage" colspan="2" {{!}} {{{dedication}}}
}}
}}
|-  
|-  

Revision as of 11:02, 11 June 2022

{{{prefix}}} {{{name}}}
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 - 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
Affiliation Starbase Kickass
Status A good ship.
Assignment
Role Imaginary
Quadrant Right behind you
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 = 
| taskforce = 
| quadrant = Right behind you
| role = Imaginary
| co = Commander William T Riker
| xo = Also Riker, because there's two of them
}}