Difference between pages "Template:Starship" and "File:Sickbay1.jpg"

Template page
(Difference between pages)
m
 
(Image by Tadeo D'Oria (https://tadeodoria.com/))
 
Line 1: Line 1:
<div class="infobox">
== Summary ==
{| class="ibtable" align="right" cellpadding="3" cellspacing="0"
Image by Tadeo D'Oria (https://tadeodoria.com/)
{{#if: {{{image|}}}|
    {{!}} class="ibimage" colspan="2" style="border-top-right-radius: 13px; border-top-left-radius: 13px;" width="315px" {{!}} {{{image}}}
    {{!}}-
    {{!}} class="ibname" colspan="2" {{!}} '''{{{prefix}}}''' '''''{{{name}}}'''''|
        {{!}} class="ibname" colspan="2" style="border-top-right-radius: 13px; border-top-left-radius: 13px;" width="315px" {{!}} '''{{{prefix}}}''' '''''{{{name}}}'''''
}}
|-
| class="ibheader" colspan="2" | '''Information'''
|-
{{#if: {{{registry|}}}|
{{!}} class="ibleft" {{!}} Registry
{{!}} class="ibright" {{!}} {{{registry}}}
}}
|-
{{#if: {{{class|}}}|
{{!}} class="ibleft" {{!}} Class
{{!}} class="ibright" {{!}} {{{class}}}
}}
|-
{{#if: {{{affiliation|}}}|
{{!}} class="ibleft" {{!}} Affiliation
{{!}} class="ibright" {{!}} {{{affiliation}}}
}}
|-
{{#if: {{{status|}}}|
{{!}} class="ibleft" {{!}} Status
{{!}} class="ibright" {{!}} {{{status}}}
}}
|-
{{#if: {{{commissioned|}}}|
{{!}} class="ibleft" {{!}} Commissioned
{{!}} class="ibright" {{!}} {{{commissioned}}}
}}
|-
{{#if: {{{decommission|}}}|
{{!}} class="ibleft" {{!}} Decommissioned
{{!}} class="ibright" {{!}} {{{decommission}}}
}}
|-
{{#if: {{{destroyed|}}}|
{{!}} class="ibleft" {{!}} Destroyed
{{!}} class="ibright" {{!}} {{{destroyed}}}
}}
|-
| class="ibheader" colspan="2" | '''Assignment'''
|-
{{#if: {{{role|}}}|
{{!}} class="ibleft" {{!}} Role
{{!}} class="ibright" {{!}} {{{role}}}
}}
|-
{{#if: {{{taskforce|}}}|
{{!}} class="ibleft" {{!}} Task Force
{{!}} class="ibright" {{!}} {{{taskforce}}}
}}
|-
{{#if: {{{quadrant|}}}|
{{!}} class="ibleft" {{!}} Quadrant
{{!}} class="ibright" {{!}} {{{quadrant}}}
}}
|-
{{#if: {{{co|}}}|
{{!}} class="ibheader" colspan="2" {{!}} '''Personnel'''
}}
|-
{{#if: {{{co|}}}|
{{!}} class="ibleft" {{!}} Commanding Officer
{{!}} class="ibright" {{!}} {{{co}}}
}}
|-
{{#if: {{{xo|}}}|
{{!}} class="ibleft" {{!}} Executive Officer
{{!}} class="ibright" {{!}} {{{xo}}}
}}
|-
{{#if: {{{dedication|}}}|
{{!}} class="ibheader" colspan="2" {{!}} {{{dedication}}}
}}
|-
| class="ibheader" colspan="2" style="border-bottom-right-radius: 13px; border-bottom-left-radius: 13px;" | [[Template:Starship]]
|}
</div>
<includeonly>
{{#if: {{{templatemode|}}}|<!-- do nothing -->|<!--else-->[[Category:Starships]][[Category:{{{class}}}-class]]{{DEFAULTSORT:{{{name}}}}}
}}
</includeonly><noinclude>
==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
<pre>
{{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)
}}</pre>
{{clear}}
==Example==
{{Starship
| name = Lollipop
| prefix = USS
| image = [[file:Galaxyclass.png]]
| registry =
| class = Galaxy
| affiliation = Starbase Kickass
| status = A good ship.
| commission = It's just been commissioned.
| decommission =
| destroyed =
| taskforce =
| quadrant = Right behind you
| role = Imaginary
| co = Commander William T Riker
| xo = Also Riker, because there's two of them
| templatemode = nocats
}}
The following code produced the infobox to the right.
<pre>
{{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
}}
</pre>
[[Category:Infobox Templates]]{{clear}}
</noinclude>

Latest revision as of 19:02, 25 September 2022

Summary

Image by Tadeo D'Oria (https://tadeodoria.com/)