Difference between revisions of "Template:Infobox spacecraft class/doc"

From blackwiki
Jump to navigation Jump to search
imported>Ng.j
(→‎Usage: Retired)
imported>Yarnalgo
(→‎Usage: adding website field)
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
+
__TOC__
This template is intended for use on articles regarding:
+
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
* Satellite constellations
+
*Based upon the [[Template:Infobox spaceflight]] template.
* Spacecraft buses or classes
 
* Groups of satellites
 
  
=== Usage ===
+
== Usage ==
 
<pre>
 
<pre>
 
{{Infobox spacecraft class
 
{{Infobox spacecraft class
<!-- Instructions: All fields and invisible comments should be left intact for future editors, even if currently unused. -->
+
| name                =
<!--              All fields are optional, but if copying to another article, please copy the entire template. -->
+
| image                =
<!--              Full template and instructions at: http://en.wikipedia.org/wiki/Infobox_spacecraft_class -->
+
| image_size          =
<!--Image-->
+
| image_alt            =
| image = <!--Image filename, omitting prefix-->
+
| image_caption        =
| caption = <!--Image caption-->
+
| imsize = <!--override default width (px), may cause image to use maximum size if blank, delete field if necessary-->
+
| manufacturer        =
 +
| designer            =
 +
| country              =
 +
| operator            =  
 +
| applications        =  
 +
| website              =  
  
<!--General Information-->
+
<!--Specifications-->
| name = <!--name of the constellation/bus/class/group-->
+
| spacecraft_type      =  
| manufacturer = <!--manufacturer-->
+
| spacecraft_bus      =
| country = <!--country where they were built-->
+
| constellation       =
| bus = <!--bus they are based on (do not use if the article is for a bus)-->
+
| design_life          =
| applications = <!--typical uses of the system-->
+
| launch_mass          =
| orbits = <!--typical orbit regimes they are operated in-->
+
| dry_mass            =
| operator = <!--operator of the spacecraft (if there is only one)-->
+
| payload_capacity    =
| lifetime = <!--expected lifetime of the spacecraft-->
+
| crew_capacity        =
| derivedfrom = <!--spacecraft classes it is derived from-->
+
| volume              =  
| derivatives = <!--spacecraft classes derived from it (not using it)-->
+
| power                =  
| Preceeded = <!--spacecraft class preceeding-->
+
| batteries            =  
| Succeeded = <!--spacecraft class succeeding-->
+
| equipment            =  
 +
| orbits               =  
 +
 
 +
<!--Dimensions-->
 +
| length              =
 +
| diameter            =
 +
| width                =
 +
| winged              =  
 +
| span                =  
 +
 
 +
<!----Payloads---->
 +
|capacities            =  
 +
  {{Infobox rocket/payload
 +
  |location            =  
 +
  |kilos              =  
 +
  }}
  
 
<!--Production-->
 
<!--Production-->
| status = <!--status (eg. In development, In production, Out of production, In service, Retired, Cancelled, etc.)-->
+
| status               =  
| built = <!--Number built-->
+
| built               =  
| orders = <!--Number of outstanding orders-->
+
| orders               =  
| launched = <!--Number launched-->
+
| launched             =  
| operational = <!--Number operational-->
+
| operational         =  
| retired = <!--Number retired (nominally)-->
+
| retired             =  
| failed = <!--Number that failed in orbit (excluding launch failures)-->
+
| failed               =  
| lost = <!--Number lost in launch/processing failures-->
+
| lost                 =  
| first = <!--First satellite launched & date-->
+
| first               =  
| last = <!--Last satellite launched & date-->
+
| last                =
| retired = <!--Last satellite retired & date-->
+
| lastretired          =
 +
 
 +
<!--Engine details-->
 +
| stagedata          =
 +
{{Infobox rocket/stage
 +
| name                =
 +
| engines              =
 +
| thrust              =
 +
| SI                  =
 +
| time                =
 +
| fuel                =  
 +
}}
 +
 
 +
<!--Related spacecraft-->
 +
| derivedfrom          =
 +
| derivatives          =
 +
| subsatellites        =
 +
| subsatellite_of      =
 +
| flown_with          =  
 +
 
 +
<!--insignia-->
 +
| insignia            =
 +
| insignia_size        =
 +
| insignia_alt        =
 +
| insignia_caption    =
  
<!--Typical spacecraft-->
+
<!--Configuration image-->
| mass = <!--average mass/mass of a typical spacecraft in kilograms, raw value (eg. "1000" not "1,000 kg")-->
+
| configuration_image        =  
| power = <!--Power systems on spacecraft-->
+
| configuration_image_size    =  
| batteries = <!--Batteries installed on spacecraft-->
+
| configuration_image_alt    =  
| equipment = <!--Equipment on spacecraft (eg. transponders)-->
+
| configuration_image_caption =  
  
<!--Dimensions-->
+
| previous            =  
| x_axis = <!--size along X axis in metres, raw value (eg. "1000" not "1,000 m")-->
+
| next                =  
| y_axis = <!--size along Y axis in metres, raw value-->
 
| z_axis = <!--size along Z axis in metres, raw value-->
 
 
}}
 
}}
 
</pre>
 
</pre>
  
=== See also ===
+
=== Obsolete (legacy) parameters ===
 +
These parameters are supported by the template to allow it to display properly on articles that have not yet been converted to the new format. They should not be introduced into new articles/transclusions.
 +
<pre>
 +
| dimensions          =
 +
</pre>
 +
 
 +
== Description ==
 +
{{incomplete section}}
 +
*'''name''': Proper name of the spacecraft.
 +
*'''image''': Image of the spacecraft.
 +
**'''image_size''': Width of the image.
 +
**'''image_alt''': Short description of the image's appearance, for visually impaired readers; see [[WP:ALT]].
 +
**'''image_caption''': Short descriptive caption of the image.
 +
*'''insignia''': Image of a spacecraft patch, logo, seal, etc.
 +
**'''insignia_size''': Same as "image_size"; default width is 160px, though figure can be higher or lower.
 +
**'''insignia_alt''': Same as "image_alt".
 +
**'''insignia_caption''': Short descriptive caption of the image.
 +
*'''configuration_image''': Blueprint, schematic, or other image that clearly shows the configuration of the spacecraft.
 +
**'''configuration_size''': Same as "image_size".
 +
**'''configuration_alt''': Same as "image_alt".
 +
**'''configuration_caption''': Short descriptive caption of the image.
 +
 
 +
== See also ==
 
{{Spaceflight infoboxes}}
 
{{Spaceflight infoboxes}}
  
<includeonly>
+
<includeonly>{{Sandbox other||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
<!-- CATEGORIES HERE, THANKS -->
 
[[Category:Spaceflight infobox templates|Spacecraft class]]
 
[[Category:Spaceflight infobox templates|Spacecraft class]]
  
[[mk:Шаблон:Инфокутија Класа на вселенски летала]]
+
}}</includeonly>
</includeonly>
 

Latest revision as of 16:51, 20 July 2020

Usage

{{Infobox spacecraft class
| name                 = 
| image                = 
| image_size           = 
| image_alt            = 
| image_caption        = 
 
| manufacturer         = 
| designer             = 
| country              = 
| operator             = 
| applications         = 
| website              = 

<!--Specifications-->
| spacecraft_type      = 
| spacecraft_bus       = 
| constellation        = 
| design_life          = 
| launch_mass          = 
| dry_mass             = 
| payload_capacity     = 
| crew_capacity        = 
| volume               = 
| power                = 
| batteries            = 
| equipment            = 
| orbits               = 

<!--Dimensions-->
| length               = 
| diameter             = 
| width                = 
| winged               = 
| span                 = 

<!----Payloads---->
|capacities            = 
  {{Infobox rocket/payload
  |location            = 
  |kilos               = 
  }}

<!--Production-->
| status               = 
| built                = 
| orders               = 
| launched             = 
| operational          = 
| retired              = 
| failed               = 
| lost                 = 
| first                = 
| last                 = 
| lastretired          = 

<!--Engine details-->
| stagedata           = 
{{Infobox rocket/stage
| name                 = 
| engines              = 
| thrust               = 
| SI                   = 
| time                 = 
| fuel                 = 
}}

<!--Related spacecraft-->
| derivedfrom          = 
| derivatives          = 
| subsatellites        = 
| subsatellite_of      = 
| flown_with           = 

<!--insignia-->
| insignia             = 
| insignia_size        = 
| insignia_alt         = 
| insignia_caption     = 

<!--Configuration image-->
| configuration_image         = 
| configuration_image_size    = 
| configuration_image_alt     = 
| configuration_image_caption = 

| previous             = 
| next                 = 
}}

Obsolete (legacy) parameters

These parameters are supported by the template to allow it to display properly on articles that have not yet been converted to the new format. They should not be introduced into new articles/transclusions.

| dimensions           = 

Description

  • name: Proper name of the spacecraft.
  • image: Image of the spacecraft.
    • image_size: Width of the image.
    • image_alt: Short description of the image's appearance, for visually impaired readers; see WP:ALT.
    • image_caption: Short descriptive caption of the image.
  • insignia: Image of a spacecraft patch, logo, seal, etc.
    • insignia_size: Same as "image_size"; default width is 160px, though figure can be higher or lower.
    • insignia_alt: Same as "image_alt".
    • insignia_caption: Short descriptive caption of the image.
  • configuration_image: Blueprint, schematic, or other image that clearly shows the configuration of the spacecraft.
    • configuration_size: Same as "image_size".
    • configuration_alt: Same as "image_alt".
    • configuration_caption: Short descriptive caption of the image.

See also

Template:Spaceflight infoboxes