Template:Starship: Difference between revisions
Appearance
![]() Â |
![]() Cdjensen94 (talk | contribs) Â |
||
(3 intermediate revisions by the same user not shown) | |||
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> | |||
{{starship | |||
|name=Name of the ship | |||
|oed=OED Pronunciation | |||
|ipa=IPA Pronunciation | |||
|image=Image file name | |||
|imagecaption=Caption for the image | |||
|universe=Universe | |||
|captain=Captain(s) | |||
|faction=Factions | |||
|affiliations=Affiliations | |||
|ship_class=Ship Class | |||
|manufacturer=Manufacturer | |||
|model_series=Model Series | |||
|status=Status | |||
|first_launch=First Launch | |||
|notable_engagements=Notable Engagements | |||
|last_known_location=Last Known Location | |||
|crew_capacity=Crew Capacity | |||
|ai_presence=AI Presence | |||
|dimensional_capabilities=Dimensional Capabilities | |||
|ftl_capability=FTL Capability | |||
|propulsion=Propulsion | |||
|armament=Armament | |||
|shields=Shields | |||
|notable_features=Notable Features | |||
}} | |||
<pre> | |||
{{starship | |||
|name=Name of the ship | |||
|oed=OED Pronunciation | |||
|ipa=IPA Pronunciation | |||
|image=Image file name | |||
|imagecaption=Caption for the image | |||
|universe=Universe | |||
|captain=Captain(s) | |||
|faction=Factions | |||
|affiliations=Affiliations | |||
|ship_class=Ship Class | |||
|manufacturer=Manufacturer | |||
|model_series=Model Series | |||
|status=Status | |||
|first_launch=First Launch | |||
|notable_engagements=Notable Engagements | |||
|last_known_location=Last Known Location | |||
|crew_capacity=Crew Capacity | |||
|ai_presence=AI Presence | |||
|dimensional_capabilities=Dimensional Capabilities | |||
|ftl_capability=FTL Capability | |||
|propulsion=Propulsion | |||
|armament=Armament | |||
|shields=Shields | |||
|notable_features=Notable Features | |||
}} | |||
</pre> | |||
<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> | |||
[[Category:Infobox templates]] | |||
[[Category:Templates]] | |||
</noinclude> |