Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 09:45, 7 December 2025 by McGig (talk | contribs)


Specification

Specification template to for specification infoboxes on the wiki.

If the flightCrew value is populated then the DEFAULTSORT value will not be populated, and neither will the Category:Specifications value be added to the page in question. This is done to eliminate any issues caused by multiple DEFAULTSORT kets on a single page thanks to multiple users of the infobox on the same page.

Sandboxes

If you are experimenting with this infobox on a sandbox page, please include the following to the bottom of the infobox call

| templatemode =

Usage

{{Specification
| image = 
| name = 
| affiliation = 
| operator = 
| status = 
| role = 
| type = 
| precedingClass = 
| succeedingClass = 
| designSchool = 
| dateEntered = 
| productionEnd = 
| retired = 
| expectedDuration = 
| expectedRefit = 
| timeResupply = 
| crewComplement = 
| emergencyCap = 
| civilians = 
| populationCap = 
| flightCrew = (If this value is provided, no DefaultSort value is assigned. Ideal for pages listing multiple small craft. If used, please provide a value for type.)
| passengers = 
| length = 
| width = 
| diameter = (Starbases only.)
| height = 
| decks = 
| propulsionSystem = 
| cruiseSpeed = (If this value is absent, Crew Complement header will change to read Population. Ideal for starbases.)
| maxSpeed = 
| emergencySpeed = 
| energyWeapons = 
| torpLaunchers = 
| torpPayload = 
| shields = 
| dockingfacilities = 
| shuttleBays = 
| shuttles = 
| runabouts = 
| fighters = 
| aux = 
| msd = 
| playable = 
| bfmsRegistry = 
| templatemode = (Any value here will prevent all automatic category tag assignment as well as defaultsort assignment. Ideal for testing/WIP. Should not be used on normal pages at all. Delete this line if not being used as preference is for pages to be in categories.)
}}

Multiple versions of a given class

This needs to be populated at some point. Ask the wiki-goblin for advise for now.

Demo

There is a problem with parsing the infobox

  • 0
  • 1
    <title source="name">
  • 2
    <default>{{PAGENAME}}</default><format>''{{{name|}}}'' Class</format>
  • 3
    </title>
  • 4
    <image source="image" name="image"/>
  • 5
    <header>{{#if:{{{tab1|}}}||Information}}</header>
  • 6
    <data source="affiliation"><label>Affiliation</label><format>{{#if:{{{tab1|}}}||{{{affiliation}}}}}</format></data>
  • 7
    <data source="status"><label>Status</label><format>{{#if:{{{tab1|}}}||{{{status}}}}}</format></data>
  • 8
    <data source="type"><label>{{infotip| Type | The broader classification this class fits within, comprised of other classes with similar capabilities, e.g. explorer or frigate}}</label><format>{{#if:{{{tab1|}}}||{{{type}}}}}</format></data>
  • 9
    <data source="role"><label>{{infotip| Role | The general types of missions or operational parameters assigned to this class, e.g. humanitarian response or deep space exploration}}</label><format>{{#if:{{{tab1|}}}||{{{role}}}}}</format></data>
  • 10
    <header>{{#if:{{{tab1|}}}||{{#if:{{{precedingClass|}}}{{{succeedingClass|}}}|Lineage|}}}}</header>
  • 11
    <data source="precedingClass"><label>Preceding Class</label><format>{{#if:{{{tab1|}}}||[[{{{precedingClass|}}} Class|''{{{precedingClass|}}}''-class]]}}</format></data>
  • 12
    <data source="succeedingClass"><label>Succeeding Class</label><format>{{#if:{{{tab1|}}}||[[{{{succeedingClass|}}} Class|''{{{succeedingClass|}}}''-class]]}}</format></data>
  • 13
    <data source="designSchool"><label>Design School</label><format>{{#if:{{{tab1|}}}||{{{designSchool}}}}}</format></data>
  • 14
    <header>{{#if:{{{tab1|}}}||{{#if:{{{operator|}}}{{{dateEntered|}}}{{{productionEnded|}}}{{{retired|}}}|Service|}}}}</header>
  • 15
    <data source="operator"><label>Operator</label><format>{{#if:{{{tab1|}}}||{{{operator|}}}}}</format></data>
  • 16
    <data source="dateEntered"><label>Entered Service</label><format>{{#if:{{{tab1|}}}||{{{dateEntered|}}}}}</format></data>
  • 17
    <data source="productionEnd"><label>Production Ended</label><format>{{#if:{{{tab1|}}}||{{{productionEnd|}}}}}</format></data>
  • 18
    <data source="retired"><label>Retired</label><format>{{#if:{{{tab1|}}}||{{{retired|}}}}}</format></data>
  • 19
    <header>{{#if:{{{tab1|}}}||{{#if:{{{expectedDuration|}}}{{{expectedRefit|}}}{{{timeResupply|}}}|Endurance|}}}}</header>
  • 20
    <data source="expectedDuration"><label>{{infotip| Expected Design Life | The total designed lifespan of a member of this class before it would either become obsolete or structurally unsound, factoring in expected refits and upgrades.}}</label><format>{{#if:{{{tab1|}}}||{{{expectedDuration|}}}}}</format></data>
  • 21
    <data source="expectedRefit"><label>{{infotip| Expected Refit Cycle | The period intended between major refits for a member of this class, meaning significant updates or additions beyond simple repairs}}</label><format>{{#if:{{{tab1|}}}||{{{expectedRefit|}}}}}</format></data>
  • 22
    <data source="timeResupply"><label>{{infotip| Expected Resupply Cycle | The maximum time that a member of this class can go without being resupplied with fuel and/or supplies.}}</label><format>{{#if:{{{tab1|}}}||{{{timeResupply|}}}}}</format></data>
  • 23
    <header>{{#if:{{{tab1|}}}||{{#if:{{{crewComplement|}}}{{{emergencyCap|}}}{{{civilians|}}}{{{populationCap|}}}{{{flightCrew|}}}{{{passengers|}}}|{{#if:{{{cruiseSpeed|}}}|Crew Capacity|Population}}|}}}}</header>
  • 24
    <data source="crewComplement"><label>{{infotip| Standard Complement | The normal number of crewmembers assigned to a class, necessary to maintain its operational functions and conduct its missions. Most vessels and stations can operate with slightly higher or slightly lower crew counts, as mission needs dictate.}}</label><format>{{#if:{{{tab1|}}}||{{{crewComplement|}}}}}</format></data>
  • 25
    <data source="emergencyCap"><label>{{infotip| Emergency Capacity | The largest number of humanoid beings a vessel could safely transport within life support and evacuation (escape pod, shuttle, and transporter) capabilities.}}</label><format>{{#if:{{{tab1|}}}||{{{emergencyCap|}}}}}</format></data>
  • 26
    <data source="civilians"><label>Civilian Residents</label><format>{{#if:{{{tab1|}}}||{{{civilians|}}}}}</format></data>
  • 27
    <data source="populationCap"><label>Maximum Population</label><format>{{#if:{{{tab1|}}}||{{{populationCap|}}}}}</format></data>
  • 28
    <data source="flightCrew"><label>Flight Crew</label><format>{{#if:{{{tab1|}}}||{{{flightCrew|}}}}}</format></data>
  • 29
    <data source="passengers"><label>Passengers</label><format>{{#if:{{{tab1|}}}||{{{passengers|}}}}}</format></data>
  • 30
    <header>{{#if:{{{tab1|}}}||{{#if:{{{length|}}}{{{width|}}}{{{diameter|}}}{{{height|}}}{{{decks|}}}|Dimensions|}}}}</header>
  • 31
    <data source="length"><label>Length</label><format>{{#if:{{{tab1|}}}||{{{length|}}}}}</format></data>
  • 32
    <data source="width"><label>Width</label><format>{{#if:{{{tab1|}}}||{{{width|}}}}}</format></data>
  • 33
    <data source="diameter"><label>Diameter</label><format>{{#if:{{{tab1|}}}||{{{diameter|}}}}}</format></data>
  • 34
    <data source="height"><label>Height</label><format>{{#if:{{{tab1|}}}||{{{height|}}}}}</format></data>
  • 35
    <data source="decks"><label>Decks</label><format>{{#if:{{{tab1|}}}||{{{decks|}}}}}</format></data>
  • 36
    <header>{{#if:{{{tab1|}}}||{{#if:{{{propulsionSystem|}}}{{{cruiseSpeed|}}}{{{maxSpeed|}}}{{{emergencySpeed|}}}|Propulsion|}}}}</header>
  • 37
    <data source="propulsionSystem"><label>Propulsion System</label><format>{{#if:{{{tab1|}}}||{{{propulsionSystem|}}}}}</format></data>
  • 38
    <data source="cruiseSpeed"><label>{{infotip| Cruise Speed | The highest speed a vessel may maintain with optimal fuel efficiency, i.e. the speed a vessel could theoretically sustain for the entirety of its resupply time.}}</label><format>{{#if:{{{tab1|}}}||{{{cruiseSpeed|}}}}}</format></data>
  • 39
    <data source="maxSpeed"><label>{{infotip| Maximum Speed | The highest sustainable speed a vessel may maintain without structural damage, but with reduced fuel efficiency, i.e. the speed a vessel could theoretically sustain until fuel runs out.}}</label><format>{{#if:{{{tab1|}}}||{{{maxSpeed|}}}}}</format></data>
  • 40
    <data source="emergencySpeed"><label>{{infotip| Emergency Speed | The highest speed a vessel's engines can reach, generally with damage to the engines or the ship's structure occurring after a relatively short amount of time, indicated after the speed value}}</label><format>{{#if:{{{tab1|}}}||{{{emergencySpeed|}}}}}</format></data>
  • 41
    <header>{{#if:{{{tab1|}}}||{{#if:{{{energyWeapons|}}}{{{torpLaunchers|}}}{{{torpPayload|}}}{{{sheilds|}}}|Armaments|}}}}</header>
  • 42
    <data source="energyWeapons"><label>Energy Weapons</label><format>{{#if:{{{tab1|}}}||{{{energyWeapons|}}}}}</format></data>
  • 43
    <data source="torpLaunchers"><label>Torpedo Launchers</label><format>{{#if:{{{tab1|}}}||{{{torpLaunchers|}}}}}</format></data>
  • 44
    <data source="torpPayload"><label>Torpedo Payload</label><format>{{#if:{{{tab1|}}}||{{{torpPayload|}}}}}</format></data>
  • 45
    <data source="shields"><label>Shields</label><format>{{#if:{{{tab1|}}}||{{{shields|}}}}}</format></data>
  • 46
    <header>{{#if:{{{tab1|}}}||{{#if:{{{dockingfacilities|}}}{{{shuttleBays|}}}{{{shuttles|}}}{{{runabouts|}}}{{{fighters|}}}{{{aux|}}}|Small Craft|}}}}</header>
  • 47
    <data source="dockingfacilities"><label>Docking Facilities</label><format>{{#if:{{{tab1|}}}||{{{dockingfacilities|}}}}}</format></data>
  • 48
    <data source="shuttleBays"><label>Shuttle Bays</label><format>{{#if:{{{tab1|}}}||{{{shuttleBays|}}}}}</format></data>
  • 49
    <data source="shuttles"><label>Shuttles</label><format>{{#if:{{{tab1|}}}||{{{shuttles|}}}}}</format></data>
  • 50
    <data source="runabouts"><label>Runabouts</label><format>{{#if:{{{tab1|}}}||{{{runabouts|}}}}}</format></data>
  • 51
    <data source="fighters"><label>Fighters</label><format>{{#if:{{{tab1|}}}||{{{fighters|}}}}}</format></data>
  • 52
    <data source="aux"><label>Auxiliary Craft</label><format>{{#if:{{{tab1|}}}||{{{aux|}}}}}</format></data>
  • 53
    <panel name="configuration">
  • 54
    <header>{{#if:{{{tab1|}}}|Configuration|}}</header>
  • 55
    <section name="Configuration1">
  • 56
    <label>{{{tab1}}}</label>
  • 57
    <group>
  • 58
    <image source="t1image" name="image">/>
  • 59
    <header>{{#if:{{{tab1|}}}|Information|}}</header>
  • 60
    <data source="t1affiliation"><label>Affiliation</label><default>{{#if:{{{tab1|}}}|{{{affiliation|}}}|}}</default></data>
  • 61
    <data source="t1status"><label>Status</label><default>{{#if:{{{tab1|}}}|{{{status|}}}|}}</default></data>
  • 62
    <data source="t1type"><label>{{infotip| Type | The broader classification this class fits within, comprised of other classes with similar capabilities, e.g. explorer or frigate}}</label><default>{{#if:{{{tab1|}}}|{{{type|}}}|}}</default></data>
  • 63
    <data source="t1role"><label>{{infotip| Role | The general types of missions or operational parameters assigned to this class, e.g. humanitarian response or deep space exploration}}</label><default>{{#if:{{{tab1|}}}|{{{role|}}}|}}</default></data>
  • 64
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1precedingClass|}}}{{{t1succeedingClass|}}}{{{precedingClass|}}}{{{succeedingClass|}}}|Lineage|}}|}}</header>
  • 65
    <data source="t1precedingClass"><label>Preceding Class</label><format>[[{{{t1precedingClass|}}} Class|''{{{t1precedingClass|}}}''-class]]</format><default>{{#if:{{{tab1|}}}|[[{{{precedingClass|}}} Class|''{{{precedingClass|}}}''-class]]|}}</default></data>
  • 66
    <data source="t1succeedingClass"><label>Succeeding Class</label><format>[[{{{t1succeedingClass|}}} Class|''{{{t1succeedingClass|}}}''-class]]</format><default>{{#if:{{{tab1|}}}|[[{{{succeedingClass|}}} Class|''{{{succeedingClass|}}}''-class]]|}}</default></data>
  • 67
    <data source="t1designSchool"><label>Design School</label><format>{{{t1designSchool|}}}</format><default>{{#if:{{{tab1|}}}|{{{designSchool|}}}}}</default></data>
  • 68
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1operator|}}}{{{t1dateEntered|}}}{{{t1productionEnded|}}}{{{t1retired|}}}{{{operator|}}}{{{dateEntered|}}}{{{productionEnded|}}}{{{retired|}}}|Service|}}|}}</header>
  • 69
    <data source="t1operator"><label>Operator</label><default>{{#if:{{{tab1|}}}|{{{operator|}}}|}}</default></data>
  • 70
    <data source="t1dateEntered"><label>Entered Service</label><default>{{#if:{{{tab1|}}}|{{{dateEntered|}}}|}}</default></data>
  • 71
    <data source="t1productionEnd"><label>Production Ended</label><default>{{#if:{{{tab1|}}}|{{{productionEnd|}}}|}}</default></data>
  • 72
    <data source="t1retired"><label>Retired</label><default>{{#if:{{{tab1|}}}|{{{retired|}}}|}}</default></data>
  • 73
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1expectedDuration|}}}{{{t1expectedRefit|}}}{{{t1timeResupply|}}}{{{expectedDuration|}}}{{{expectedRefit|}}}{{{timeResupply|}}}|Endurance|}}|}}</header>
  • 74
    <data source="t1expectedDuration"><label>{{infotip| Expected Design Life | The total designed lifespan of a member of this class before it would either become obsolete or structurally unsound, factoring in expected refits and upgrades.}}</label><default>{{#if:{{{tab1|}}}|{{{expectedDuration|}}}|}}</default></data>
  • 75
    <data source="t1expectedRefit"><label>{{infotip| Expected Refit Cycle | The period intended between major refits for a member of this class, meaning significant updates or additions beyond simple repairs}}</label><default>{{#if:{{{tab1|}}}|{{{expectedRefit|}}}|}}</default></data>
  • 76
    <data source="t1timeResupply"><label>{{infotip| Expected Resupply Cycle | The maximum time that a member of this class can go without being resupplied with fuel and/or supplies.}}</label><default>{{#if:{{{tab1|}}}|{{{timeResupply|}}}|}}</default></data>
  • 77
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1crewComplement|}}}{{{t1emergencyCap|}}}{{{t1civilians|}}}{{{t1populationCap|}}}{{{t1flightCrew|}}}{{{t1passengers|}}}{{{crewComplement|}}}{{{emergencyCap|}}}{{{civilians|}}}{{{populationCap|}}}{{{flightCrew|}}}{{{passengers|}}}|{{#if:{{{cruiseSpeed|}}}|Crew Capacity|Population}}|}}|}}</header>
  • 78
    <data source="t1crewComplement"><label>{{infotip| Standard Complement | The normal number of crewmembers assigned to a class, necessary to maintain its operational functions and conduct its missions. Most vessels and stations can operate with slightly higher or slightly lower crew counts, as mission needs dictate.}}</label><default>{{#if:{{{tab1|}}}|{{{crewComplement|}}}|}}</default></data>
  • 79
    <data source="t1emergencyCap"><label>{{infotip| Emergency Capacity | The largest number of humanoid beings a vessel could safely transport within life support and evacuation (escape pod, shuttle, and transporter) capabilities.}}</label><default>{{#if:{{{tab1|}}}|{{{emergencyCap|}}}|}}</default></data>
  • 80
    <data source="t1civilians"><label>Civilian Residents</label><default>{{#if:{{{tab1|}}}|{{{civilians|}}}|}}</default></data>
  • 81
    <data source="t1populationCap"><label>Maximum Population</label><default>{{#if:{{{tab1|}}}|{{{populationCap|}}}|}}</default></data>
  • 82
    <data source="t1flightCrew"><label>Flight Crew</label><default>{{#if:{{{tab1|}}}|{{{flightCrew|}}}|}}</default></data>
  • 83
    <data source="t1passengers"><label>Passengers</label><default>{{#if:{{{tab1|}}}|{{{passengers|}}}|}}</default></data>
  • 84
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1length|}}}{{{t1width|}}}{{{t1diameter|}}}{{{t1height|}}}{{{t1decks|}}}{{{length|}}}{{{width|}}}{{{diameter|}}}{{{height|}}}{{{decks|}}}|Dimensions|}}|}}</header>
  • 85
    <data source="t1length"><label>Length</label><default>{{#if:{{{tab1|}}}|{{{length|}}}|}}</default></data>
  • 86
    <data source="t1width"><label>Width</label><default>{{#if:{{{tab1|}}}|{{{width|}}}|}}</default></data>
  • 87
    <data source="t1diameter"><label>Diameter</label><default>{{#if:{{{tab1|}}}|{{{diameter|}}}|}}</default></data>
  • 88
    <data source="t1height"><label>Height</label><default>{{#if:{{{tab1|}}}|{{{height|}}}|}}</default></data>
  • 89
    <data source="t1decks"><label>Decks</label><default>{{#if:{{{tab1|}}}|{{{decks|}}}|}}</default></data>
  • 90
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1propulsionSystem|}}}{{{t1cruiseSpeed|}}}{{{t1maxSpeed|}}}{{{t1emergencySpeed|}}}{{{propulsionSystem|}}}{{{cruiseSpeed|}}}{{{maxSpeed|}}}{{{emergencySpeed|}}}|Propulsion|}}|}}</header>
  • 91
    <data source="t1propulsionSystem"><label>Propulsion System</label><default>{{#if:{{{tab1|}}}|{{{propulsionSystem|}}}|}}</default></data>
  • 92
    <data source="t1cruiseSpeed"><label>{{infotip| Cruise Speed | The highest speed a vessel may maintain with optimal fuel efficiency, i.e. the speed a vessel could theoretically sustain for the entirety of its resupply time.}}</label><default>{{#if:{{{tab1|}}}|{{{cruiseSpeed|}}}|}}</default></data>
  • 93
    <data source="t1maxSpeed"><label>{{infotip| Maximum Speed | The highest sustainable speed a vessel may maintain without structural damage, but with reduced fuel efficiency, i.e. the speed a vessel could theoretically sustain until fuel runs out.}}</label><default>{{#if:{{{tab1|}}}|{{{maxSpeed|}}}|}}</default></data>
  • 94
    <data source="t1emergencySpeed"><label>{{infotip| Emergency Speed | The highest speed a vessel's engines can reach, generally with damage to the engines or the ship's structure occurring after a relatively short amount of time, indicated after the speed value}}</label><default>{{#if:{{{tab1|}}}|{{{emergencySpeed|}}}|}}</default></data>
  • 95
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1energyWeapons|}}}{{{t1torpLaunchers|}}}{{{t1torpPayload|}}}{{{t1sheilds|}}}{{{energyWeapons|}}}{{{torpLaunchers|}}}{{{torpPayload|}}}{{{sheilds|}}}|Armaments|}}|}}</header>
  • 96
    <data source="t1energyWeapons"><label>Energy Weapons</label><default>{{#if:{{{tab1|}}}|{{{energyWeapons|}}}|}}</default></data>
  • 97
    <data source="t1torpLaunchers"><label>Torpedo Launchers</label><default>{{#if:{{{tab1|}}}|{{{torpLaunchers|}}}|}}</default></data>
  • 98
    <data source="t1torpPayload"><label>Torpedo Payload</label><default>{{#if:{{{tab1|}}}|{{{torpPayload|}}}|}}</default></data>
  • 99
    <data source="t1shields"><label>Shields</label><default>{{#if:{{{tab1|}}}|{{{shields|}}}|}}</default></data>
  • 100
    <header>{{#if:{{{tab1|}}}|{{#if:{{{t1dockingfacilities|}}}{{{t1shuttleBays|}}}{{{t1shuttles|}}}{{{t1runabouts|}}}{{{t1fighters|}}}{{{t1aux|}}}{{{dockingfacilities|}}}{{{shuttleBays|}}}{{{shuttles|}}}{{{runabouts|}}}{{{fighters|}}}{{{aux|}}}|Small Craft|}}|}}</header>
  • 101
    <data source="t1dockingfacilities"><label>Docking Facilities</label><default>{{#if:{{{tab1|}}}|{{{dockingfacilities|}}}|}}</default></data>
  • 102
    <data source="t1shuttleBays"><label>Shuttle Bays</label><default>{{#if:{{{tab1|}}}|{{{shuttleBays|}}}|}}</default></data>
  • 103
    <data source="t1shuttles"><label>Shuttles</label><default>{{#if:{{{tab1|}}}|{{{shuttles|}}}|}}</default></data>
  • 104
    <data source="t1runabouts"><label>Runabouts</label><default>{{#if:{{{tab1|}}}|{{{runabouts|}}}|}}</default></data>
  • 105
    <data source="t1fighters"><label>Fighters</label><default>{{#if:{{{tab1|}}}|{{{fighters|}}}|}}</default></data>
  • 106
    <data source="t1aux"><label>Auxiliary Craft</label><default>{{#if:{{{tab1|}}}|{{{aux|}}}|}}</default></data>
  • 107
    </group>

    Opening and ending tag mismatch

  • 108
    </section>

    Opening and ending tag mismatch

  • 109
    <section name="Configuration2">
  • 110
    <label>{{{tab2}}}</label>
  • 111
    <group>
  • 112
    <image source="t2image" name="image"/>
  • 113
    <header>{{#if:{{{tab2|}}}|Information|}}</header>
  • 114
    <data source="t2affiliation"><label>Affiliation</label><default>{{#if:{{{tab2|}}}|{{{affiliation|}}}|}}</default></data>
  • 115
    <data source="t2status"><label>Status</label><default>{{#if:{{{tab2|}}}|{{{status|}}}|}}</default></data>
  • 116
    <data source="t2type"><label>{{infotip| Type | The broader classification this class fits within, comprised of other classes with similar capabilities, e.g. explorer or frigate}}</label><default>{{#if:{{{tab2|}}}|{{{type|}}}|}}</default></data>
  • 117
    <data source="t2role"><label>{{infotip| Role | The general types of missions or operational parameters assigned to this class, e.g. humanitarian response or deep space exploration}}</label><default>{{#if:{{{tab2|}}}|{{{role|}}}|}}</default></data>
  • 118
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2precedingClass|}}}{{{t2succeedingClass|}}}{{{precedingClass|}}}{{{succeedingClass|}}}|Lineage|}}|}}</header>
  • 119
    <data source="t2precedingClass"><label>Preceding Class</label><format>[[{{{t2precedingClass|}}} Class|''{{{t2precedingClass|}}}''-class]]</format><default>{{#if:{{{tab2|}}}|[[{{{precedingClass|}}} Class|''{{{precedingClass|}}}''-class]]|}}</default></data>
  • 120
    <data source="t2succeedingClass"><label>Succeeding Class</label><format>[[{{{t2succeedingClass|}}} Class|''{{{t2succeedingClass|}}}''-class]]</format><default>{{#if:{{{tab2|}}}|[[{{{succeedingClass|}}} Class|''{{{succeedingClass|}}}''-class]]|}}</default></data>
  • 121
    <data source="t2designSchool"><label>Design School</label><format>{{{t2designSchool|}}}</format><default>{{#if:{{{tab2|}}}|{{{designSchool|}}}}}</default></data>
  • 122
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2operator|}}}{{{t2dateEntered|}}}{{{t2productionEnded|}}}{{{t2retired|}}}{{{operator|}}}{{{dateEntered|}}}{{{productionEnded|}}}{{{retired|}}}|Service|}}|}}</header>
  • 123
    <data source="t2operator"><label>Operator</label><default>{{#if:{{{tab2|}}}|{{{operator|}}}|}}</default></data>
  • 124
    <data source="t2dateEntered"><label>Entered Service</label><default>{{#if:{{{tab2|}}}|{{{dateEntered|}}}|}}</default></data>
  • 125
    <data source="t2productionEnd"><label>Production Ended</label><default>{{#if:{{{tab2|}}}|{{{productionEnd|}}}|}}</default></data>
  • 126
    <data source="t2retired"><label>Retired</label><default>{{#if:{{{tab2|}}}|{{{retired|}}}|}}</default></data>
  • 127
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2expectedDuration|}}}{{{t2expectedRefit|}}}{{{t2timeResupply|}}}{{{expectedDuration|}}}{{{expectedRefit|}}}{{{timeResupply|}}}|Endurance|}}|}}</header>
  • 128
    <data source="t2expectedDuration"><label>{{infotip| Expected Design Life | The total designed lifespan of a member of this class before it would either become obsolete or structurally unsound, factoring in expected refits and upgrades.}}</label><default>{{#if:{{{tab2|}}}|{{{expectedDuration|}}}|}}</default></data>
  • 129
    <data source="t2expectedRefit"><label>{{infotip| Expected Refit Cycle | The period intended between major refits for a member of this class, meaning significant updates or additions beyond simple repairs}}</label><default>{{#if:{{{tab2|}}}|{{{expectedRefit|}}}|}}</default></data>
  • 130
    <data source="t2timeResupply"><label>{{infotip| Expected Resupply Cycle | The maximum time that a member of this class can go without being resupplied with fuel and/or supplies.}}</label><default>{{#if:{{{tab2|}}}|{{{timeResupply|}}}|}}</default></data>
  • 131
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2crewComplement|}}}{{{t2emergencyCap|}}}{{{t2civilians|}}}{{{t2populationCap|}}}{{{t2flightCrew|}}}{{{t2passengers|}}}{{{crewComplement|}}}{{{emergencyCap|}}}{{{civilians|}}}{{{populationCap|}}}{{{flightCrew|}}}{{{passengers|}}}|{{#if:{{{cruiseSpeed|}}}|Crew Capacity|Population}}|}}|}}</header>
  • 132
    <data source="t2crewComplement"><label>{{infotip| Standard Complement | The normal number of crewmembers assigned to a class, necessary to maintain its operational functions and conduct its missions. Most vessels and stations can operate with slightly higher or slightly lower crew counts, as mission needs dictate.}}</label><default>{{#if:{{{tab2|}}}|{{{crewComplement|}}}|}}</default></data>
  • 133
    <data source="t2emergencyCap"><label>{{infotip| Emergency Capacity | The largest number of humanoid beings a vessel could safely transport within life support and evacuation (escape pod, shuttle, and transporter) capabilities.}}</label><default>{{#if:{{{tab2|}}}|{{{emergencyCap|}}}|}}</default></data>
  • 134
    <data source="t2civilians"><label>Civilian Residents</label><default>{{#if:{{{tab2|}}}|{{{civilians|}}}|}}</default></data>
  • 135
    <data source="t2populationCap"><label>Maximum Population</label><default>{{#if:{{{tab2|}}}|{{{populationCap|}}}|}}</default></data>
  • 136
    <data source="t2flightCrew"><label>Flight Crew</label><default>{{#if:{{{tab2|}}}|{{{flightCrew|}}}|}}</default></data>
  • 137
    <data source="t2passengers"><label>Passengers</label><default>{{#if:{{{tab2|}}}|{{{passengers|}}}|}}</default></data>
  • 138
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2length|}}}{{{t2width|}}}{{{t2diameter|}}}{{{t2height|}}}{{{t2decks|}}}{{{length|}}}{{{width|}}}{{{diameter|}}}{{{height|}}}{{{decks|}}}|Dimensions|}}|}}</header>
  • 139
    <data source="t2length"><label>Length</label><default>{{#if:{{{tab2|}}}|{{{length|}}}|}}</default></data>
  • 140
    <data source="t2width"><label>Width</label><default>{{#if:{{{tab2|}}}|{{{width|}}}|}}</default></data>
  • 141
    <data source="t2diameter"><label>Diameter</label><default>{{#if:{{{tab2|}}}|{{{diameter|}}}|}}</default></data>
  • 142
    <data source="t2height"><label>Height</label><default>{{#if:{{{tab2|}}}|{{{height|}}}|}}</default></data>
  • 143
    <data source="t2decks"><label>Decks</label><default>{{#if:{{{tab2|}}}|{{{decks|}}}|}}</default></data>
  • 144
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2propulsionSystem|}}}{{{t2cruiseSpeed|}}}{{{t2maxSpeed|}}}{{{t2emergencySpeed|}}}{{{propulsionSystem|}}}{{{cruiseSpeed|}}}{{{maxSpeed|}}}{{{emergencySpeed|}}}|Propulsion|}}|}}</header>
  • 145
    <data source="t2propulsionSystem"><label>Propulsion System</label><default>{{#if:{{{tab2|}}}|{{{propulsionSystem|}}}|}}</default></data>
  • 146
    <data source="t2cruiseSpeed"><label>{{infotip| Cruise Speed | The highest speed a vessel may maintain with optimal fuel efficiency, i.e. the speed a vessel could theoretically sustain for the entirety of its resupply time.}}</label><default>{{#if:{{{tab2|}}}|{{{cruiseSpeed|}}}|}}</default></data>
  • 147
    <data source="t2maxSpeed"><label>{{infotip| Maximum Speed | The highest sustainable speed a vessel may maintain without structural damage, but with reduced fuel efficiency, i.e. the speed a vessel could theoretically sustain until fuel runs out.}}</label><default>{{#if:{{{tab2|}}}|{{{maxSpeed|}}}|}}</default></data>
  • 148
    <data source="t2emergencySpeed"><label>{{infotip| Emergency Speed | The highest speed a vessel's engines can reach, generally with damage to the engines or the ship's structure occurring after a relatively short amount of time, indicated after the speed value}}</label><default>{{#if:{{{tab2|}}}|{{{emergencySpeed|}}}|}}</default></data>
  • 149
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2energyWeapons|}}}{{{t2torpLaunchers|}}}{{{t2torpPayload|}}}{{{t2sheilds|}}}{{{energyWeapons|}}}{{{torpLaunchers|}}}{{{torpPayload|}}}{{{sheilds|}}}|Armaments|}}|}}</header>
  • 150
    <data source="t2energyWeapons"><label>Energy Weapons</label><default>{{#if:{{{tab2|}}}|{{{energyWeapons|}}}|}}</default></data>
  • 151
    <data source="t2torpLaunchers"><label>Torpedo Launchers</label><default>{{#if:{{{tab2|}}}|{{{torpLaunchers|}}}|}}</default></data>
  • 152
    <data source="t2torpPayload"><label>Torpedo Payload</label><default>{{#if:{{{tab2|}}}|{{{torpPayload|}}}|}}</default></data>
  • 153
    <data source="t2shields"><label>Shields</label><default>{{#if:{{{tab2|}}}|{{{shields|}}}|}}</default></data>
  • 154
    <header>{{#if:{{{tab2|}}}|{{#if:{{{t2dockingfacilities|}}}{{{t2shuttleBays|}}}{{{t2shuttles|}}}{{{t2runabouts|}}}{{{t2fighters|}}}{{{t2aux|}}}{{{dockingfacilities|}}}{{{shuttleBays|}}}{{{shuttles|}}}{{{runabouts|}}}{{{fighters|}}}{{{aux|}}}|Small Craft|}}|}}</header>
  • 155
    <data source="t2dockingfacilities"><label>Docking Facilities</label><default>{{#if:{{{tab2|}}}|{{{dockingfacilities|}}}|}}</default></data>
  • 156
    <data source="t2shuttleBays"><label>Shuttle Bays</label><default>{{#if:{{{tab2|}}}|{{{shuttleBays|}}}|}}</default></data>
  • 157
    <data source="t2shuttles"><label>Shuttles</label><default>{{#if:{{{tab2|}}}|{{{shuttles|}}}|}}</default></data>
  • 158
    <data source="t2runabouts"><label>Runabouts</label><default>{{#if:{{{tab2|}}}|{{{runabouts|}}}|}}</default></data>
  • 159
    <data source="t2fighters"><label>Fighters</label><default>{{#if:{{{tab2|}}}|{{{fighters|}}}|}}</default></data>
  • 160
    <data source="t2aux"><label>Auxiliary Craft</label><default>{{#if:{{{tab2|}}}|{{{aux|}}}|}}</default></data>
  • 161
    </group>
  • 162
    </section>
  • 163
    </panel>

    Opening and ending tag mismatch

  • 164
    <header>{{#if:{{{bfmsRegistry|}}}|Additional Information|}}</header>
  • 165
    <data name="full"><default>{{#if:{{{bfmsRegistry|}}}|[{{{bfmsRegistry|}}} BFMS Registry]|}}</default></data>
  • 166
    <data name="full"><default>{{#if:{{{bfmsRegistry|}}}|[https://wiki.bravofleet.com/index.php?title=Category:{{{catName|}}}-class ''{{{name|}}}''-class Command Pages]|}}</default></data>
  • 167
    <header name="footer">[[Template:Specification]]</header>
  • 168

    Opening and ending tag mismatch


{{Specification
| tab1 = Excelsior
| tab2 = Enterprise
| t1image = [[Image:Excelsiorclass.png]]
| t2image = [[Image:Excelrefit.png]]
| name = Excelsior
| affiliation = [[United Federation of Planets]]
| operator = [[Starfleet]]
| status = Retired
| role = Heavy Cruiser
| type = 
| precedingClass = Constitution
| succeedingClass = Nebula
| designSchool = Utopia Planitia
| dateEntered = 2285
| t2dateEntered = 2294
| productionEnd = 
| retired = 
| expectedDuration = 100 Years 
| expectedRefit = 10 Years
| timeResupply = 5 Years
| crewComplement = 650
| emergencyCap = 1,500
| civilians = 
| populationCap = 
| flightCrew = 
| passengers = 
| length = 467 meters
| width = 181.6 meters
| diameter = 
| height = 77.8 meters
| decks = 28
| propulsionSystem = M/AM Warp Drive
| cruiseSpeed = Warp 7
| maxSpeed = Warp 8.8
| emergencySpeed = Warp 9.4 (12 hours)
| energyWeapons = *10x [[Phasers|Type-VIII Dual Emitter Phaser Banks]]
| t2energyWeapons = *12 Type-VIII Dual Emitter Phaser Banks
| torpLaunchers = *2 forward
*2 aft
| torpPayload = *200 Photon Torpedoes
| shields = [[Shields|Regenerative Shielding System]]
| dockingfacilities = 
| shuttleBays = 2
| shuttles = 10
| runabouts = 2
| fighters = 
| aux = 
| msd = 
| playable = 
| bfmsRegistry = https://bravofleet.com/registry?_status=&_class=53686&_sort=namesake&_per_page=100
| templatemode = nocats
}}