Difference between revisions of "Template:Starship"
Template page
m (Fixing the Commission tag) |
CrimsonTacit (talk | contribs) |
||
Line 55: | Line 55: | ||
{{!}} class="ibleft" {{!}} Task Force | {{!}} class="ibleft" {{!}} Task Force | ||
{{!}} class="ibright" {{!}} {{{taskforce}}} | {{!}} class="ibright" {{!}} {{{taskforce}}} | ||
}} | |||
|- | |||
{{#if: {{{taskgroup|}}}| | |||
{{!}} class="ibleft" {{!}} Task Group | |||
{{!}} class="ibright" {{!}} {{{taskgroup}}} | |||
}} | |||
|- | |||
{{#if: {{{squadron|}}}| | |||
{{!}} class="ibleft" {{!}} Squadron | |||
{{!}} class="ibright" {{!}} {{{squadron}}} | |||
}} | }} | ||
|- | |- | ||
Line 92: | Line 102: | ||
*name - Just enter in the name, no need for formatting | *name - Just enter in the name, no need for formatting | ||
*class - Just type in the class name, the infobox will do the rest | *class - Just type in the class name, the infobox will do the rest | ||
*co - | *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 | ||
<pre> | <pre> | ||
Line 107: | Line 117: | ||
| destroyed = | | destroyed = | ||
| taskforce = (only supply a task force for commands, games are not in task forces) | | taskforce = (only supply a task force for commands, games are not in task forces) | ||
| taskgroup = | |||
| squadron = (only supply a squadron if you have a squadron) | |||
| quadrant = | | quadrant = | ||
| role = | | role = | ||
Line 127: | Line 139: | ||
| destroyed = | | destroyed = | ||
| taskforce = | | taskforce = | ||
| taskgroup = | |||
| squadron = | |||
| quadrant = Right behind you | | quadrant = Right behind you | ||
| role = Imaginary | | role = Imaginary | ||
Line 147: | Line 161: | ||
| destroyed = | | destroyed = | ||
| taskforce = | | taskforce = | ||
| taskgroup = | |||
| squadron = | |||
| quadrant = Right behind you | | quadrant = Right behind you | ||
| role = Imaginary | | role = Imaginary |
Revision as of 19:19, 21 December 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 - This 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) | taskgroup = | 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
USS Lollipop | |
Information | |
Class | Galaxy |
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 |
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 = | taskgroup = | squadron = | quadrant = Right behind you | role = Imaginary | co = Commander William T Riker | xo = Also Riker, because there's two of them }}