Template:Starship: Difference between revisions
Appearance
![]() Â |
![]() Cdjensen94 (talk | contribs) |
||
Line 1: | Line 1: | ||
<onlyinclude> | |||
<infobox> | <infobox> | ||
<title source="name"/> | <title source="name"/> | ||
Line 8: | Line 9: | ||
</data> | </data> | ||
<image source="image"/> | <image source="image"/> | ||
  <group> | |||
<header>General Information</header> | <header>General Information</header> | ||
<data source="universe"> | <data source="universe"> | ||
Line 21: | Line 23: | ||
<label>Affiliations</label> | <label>Affiliations</label> | ||
</data> | </data> | ||
  </group> | |||
  <group> | |||
<header>Design</header> | <header>Design</header> | ||
<data source="ship_class"> | <data source="ship_class"> | ||
Line 31: | Line 35: | ||
<label>Model Series</label> | <label>Model Series</label> | ||
</data> | </data> | ||
  </group> | |||
  <group> | |||
<header>History</header> | <header>History</header> | ||
<data source="status"> | <data source="status"> | ||
Line 44: | Line 50: | ||
<label>Last Known Location</label> | <label>Last Known Location</label> | ||
</data> | </data> | ||
  </group> | |||
  <group> | |||
<header>Capabilities</header> | <header>Capabilities</header> | ||
<data source="crew_capacity"> | <data source="crew_capacity"> | ||
Line 69: | Line 77: | ||
<label>Notable Features</label> | <label>Notable Features</label> | ||
</data> | </data> | ||
  </group> | |||
</infobox> | </infobox> | ||
</onlyinclude> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"oed": {}, | |||
"ipa": {}, | |||
"image": {}, | |||
"imagecaption": {}, | |||
"universe": {}, | |||
"captain": {}, | |||
"faction": {}, | |||
"affiliations": {}, | |||
    "ship_class": {}, | |||
    "manufacturer": {}, | |||
    "model_series": {}, | |||
    "status": {}, | |||
    "first_launch": {}, | |||
    "notable_engagements": {}, | |||
    "last_known_location": {}, | |||
    "crew_capacity": {}, | |||
    "ai_presence": {}, | |||
    "dimensional_capabilities": {}, | |||
    "ftl_capability": {}, | |||
    "propulsion": {}, | |||
    "armament": {}, | |||
    "shields": {}, | |||
    "notable_features": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |