Difference between revisions of "Template:Infobox nebula/doc"

From blackwiki
Jump to navigation Jump to search
(hlist)
imported>Netoholic
(add info about credit param)
Line 5: Line 5:
  
 
==Syntax==
 
==Syntax==
<nowiki>{{Infobox nebula</nowiki>
+
<pre>{{Infobox nebula
  <nowiki>|type          = </nowiki>
+
  |type          =  
  <nowiki>|type2        = </nowiki>
+
  |type2        =  
  <nowiki>|name          = </nowiki>
+
  |name          =  
  <nowiki>|image        = </nowiki>
+
  |image        =  
  <nowiki>|caption      = </nowiki>
+
  |caption      =  
  <nowiki>|epoch        = </nowiki>
+
  |credit        =
  <nowiki>|subtype      = </nowiki>
+
|epoch        =  
  <nowiki>|class        = </nowiki>
+
  |subtype      =  
  <nowiki>|ra            = {{RA|hh|mm|ss.wxyz}} </nowiki>
+
  |class        =  
  <nowiki>|dec          = {{DEC|</nowiki>{{+-}}<nowiki>DD|MM|SS.WXYZ}} </nowiki>
+
  |ra            = {{RA|hh|mm|ss.wxyz}}  
  <nowiki>|dist_ly      = </nowiki>
+
  |dec          = {{DEC|{{+-}}DD|MM|SS.WXYZ}}  
  <nowiki>|dist_pc      = </nowiki>
+
  |dist_ly      =  
  <nowiki>|dist_z        = </nowiki>
+
  |dist_pc      =  
  <nowiki>|appmag_v      = </nowiki>
+
  |dist_z        =  
  <nowiki>|appdia        = dd&deg;mm'ss".mas </nowiki>
+
  |appmag_v      =  
  <nowiki>|size_v        = </nowiki>
+
  |appdia        = dd&deg;mm'ss".mas  
  <nowiki>|constellation = </nowiki>
+
  |size_v        =  
  <nowiki>|radius_ly    = </nowiki>
+
  |constellation =  
  <nowiki>|radius_pc    = </nowiki>
+
  |radius_ly    =  
  <nowiki>|dimensions    = </nowiki>
+
  |radius_pc    =  
  <nowiki>|absmag_v      = </nowiki>
+
  |dimensions    =  
  <nowiki>|notes        = </nowiki>
+
  |absmag_v      =  
  <nowiki>|names        = </nowiki>
+
  |notes        =  
<nowiki>}}</nowiki>
+
  |names        =  
 +
}}</pre>
  
 
==Parameters==
 
==Parameters==
Line 38: Line 39:
 
*::''ie.'')  <code>sampleimage.jpg</code>
 
*::''ie.'')  <code>sampleimage.jpg</code>
 
*'''caption''' (optional) – a caption for the image
 
*'''caption''' (optional) – a caption for the image
 +
*'''credit''' (optional) – a credit for the image
 
*'''subtype''' (optional) - the subtype of this type of nebula; can also be used to specify an alternate type
 
*'''subtype''' (optional) - the subtype of this type of nebula; can also be used to specify an alternate type
 
*'''class''' (optional) - the class of the subtype of nebula
 
*'''class''' (optional) - the class of the subtype of nebula

Revision as of 01:28, 2 July 2014

Template:Purgebox


Syntax

{{Infobox nebula
 |type          = 
 |type2         = 
 |name          = 
 |image         = 
 |caption       = 
 |credit        =
 |epoch         = 
 |subtype       = 
 |class         = 
 |ra            = {{RA|hh|mm|ss.wxyz}} 
 |dec           = {{DEC|{{+-}}DD|MM|SS.WXYZ}} 
 |dist_ly       = 
 |dist_pc       = 
 |dist_z        = 
 |appmag_v      = 
 |appdia        = dd°mm'ss".mas 
 |size_v        = 
 |constellation = 
 |radius_ly     = 
 |radius_pc     = 
 |dimensions    = 
 |absmag_v      = 
 |notes         = 
 |names         = 
}}

Parameters

  • type - the general type of nebula; default: "nebula"; supported types:
    • "nebula"
    • "dark"
    • "diffuse"
    • "emission"
    • "reflection"
    • "planetary"
    • "protoplanetary"
    • "plerion"
    • "interstellar cloud"
    • "high velocity cloud"
    • "intermediate velocity cloud"
    • "low velocity cloud"
    • "supershell"
    • "molecular cloud"
    • "infrared cirrus"
    • "Bok globule"
    • "giant molecular cloud"
    • "molecular cloud complex"
  • type2 (optional) - if the type is unsupported, place it here; can also be used to specify an alternate type
  • name – the name of the nebula.
  • image (optional) – an image, specified in the form imagename.ext without specifying "FILE:" and without the [[ brackets ]]
    ie.) sampleimage.jpg
  • caption (optional) – a caption for the image
  • credit (optional) – a credit for the image
  • subtype (optional) - the subtype of this type of nebula; can also be used to specify an alternate type
  • class (optional) - the class of the subtype of nebula
  • epoch – the epoch when the coordinate measurements were taken
    NOTE This parameter requires that ra , dec , epoch all be set
  • ra – the right ascension of the nebula; please use {{RA}} filling in hours, minutes, seconds
    NOTE This parameter requires that ra , dec , epoch all be set
  • dec – the declination of the nebula; please use {{DEC}} filling in ±degrees, minutes, seconds
    NOTE This parameter requires that ra , dec , epoch all be set
  • dist_ly – the distance of the nebula, in light years
    NOTE This parameter is incompatible with dist_z
  • dist_pc – the distance of the nebula, in parsecs
    NOTE This parameter is incompatible with dist_z
  • dist_z - the distance of the nebula, in dimensionless redshift
    NOTE This parameter is incompatible with dist_pc and dist_ly
  • appmag_v (optional) – the apparent magnitude of the nebula
  • appdia (optional) - the apparent diameter of the nebula, in degrees,minutes,seconds,milliseconds of arc
  • size_v – the apparent dimensions of the nebula
  • constellation – the constellation containing the nebula. Should be wikilinked.
  • radius_ly (optional) – the radius of the nebula, in light years
  • radius_pc (optional) – the radius of the nebula, in parsecs
  • dimensions (optional) - the real dimensions of the nebula if the radius isn't sufficient to describe it
  • absmag_v (optional) – the absolute magnitude of the nebula
  • notes (optional) - notes
  • names (optional) – any other names, catalogue designations, etc.