Difference between revisions of "Template:Infobox nebula"

From blackwiki
Jump to navigation Jump to search
(+apparent diameter)
Line 135: Line 135:
 
|label7= [[Apparent magnitude]] <small>(V)</small>
 
|label7= [[Apparent magnitude]] <small>(V)</small>
 
|data7= {{{appmag_v|}}}
 
|data7= {{{appmag_v|}}}
|label8=Apparent dimensions <small>(V)</small>
+
|label8=Apparent diameter
|data8= {{{size_v|}}}
+
|data8= {{{appdia|}}}
|label9= [[Constellation]]
+
|label9=Apparent dimensions <small>(V)</small>
|data9= {{{constellation|}}}
+
|data9= {{{size_v|}}}
 +
|label10= [[Constellation]]
 +
|data10= {{{constellation|}}}
  
|header10= Physical characteristics
+
|header11= Physical characteristics
  
|label11=[[Radius]]
+
|label12=[[Radius]]
|data11= {{#if:{{{radius_ly|}}}|{{{radius_ly}}}ly{{#if:{{{radius_pc|}}}|&nbsp;&nbsp;&nbsp;}}}}{{#if:{{{radius_pc|}}}|{{#if:{{{radius_ly|}}}|(}}{{{radius_pc}}}pc{{#if:{{{radius_ly|}}}|)}} }}
+
|data12= {{#if:{{{radius_ly|}}}|{{{radius_ly}}}ly{{#if:{{{radius_pc|}}}|&nbsp;&nbsp;&nbsp;}}}}{{#if:{{{radius_pc|}}}|{{#if:{{{radius_ly|}}}|(}}{{{radius_pc}}}pc{{#if:{{{radius_ly|}}}|)}} }}
|label12=[[Absolute magnitude]] <small>(V)</small>
+
|label13=[[Absolute magnitude]] <small>(V)</small>
|data12= {{{absmag_v|}}}
+
|data13= {{{absmag_v|}}}
|label13=Dimensions
+
|label14=Dimensions
|data13= {{{dimensions|}}}
+
|data14= {{{dimensions|}}}
  
|header14= &nbsp;
+
|header15= &nbsp;
  
|label15=Notable features
+
|label16=Notable features
|data15= {{{notes|}}}
+
|data16= {{{notes|}}}
|label16=Designations
+
|label17=Designations
|data16= {{{names|}}}
+
|data17= {{{names|}}}
  
 
}}<noinclude>
 
}}<noinclude>

Revision as of 02:16, 16 March 2014

Template:Template for discussion/dated

{{{name}}}
Nebula
Observation data
Physical characteristics
 
See also: Lists of nebulae

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]

Syntax

{{{name}}}
Nebula
[[File:{{{image}}}|frameless]]
{{{caption}}}
Credit: {{{credit}}}
Observation data: {{{epoch}}} epoch
Type{{{subtype}}}
Class{{{class}}}
Right ascensionTemplate:RA
DeclinationTemplate:Str rep° MM′ SS.WXYZ″
Distancez={{{dist_z}}}
Apparent magnitude (V){{{appmag_v}}}
Apparent diameterdd°mm'ss".mas
Apparent dimensions (V){{{size_v}}}
Constellation{{{constellation}}}
Physical characteristics
Radius{{{radius_ly}}}ly   ({{{radius_pc}}}pc)
Absolute magnitude (V){{{absmag_v}}}
Dimensions{{{dimensions}}}
 
Notable features{{{notes}}}
Designations{{{names}}}
See also: Lists of nebulae
[[Category:Infobox templates|Template:Remove first word]]
{{Infobox nebula
 |name          = 
 |image         = <!-- name only, without File:/Image: and without brackets -->
 |caption       = 
 |credit        =
 |type          = 
 |type2         = <!-- can be wikilinked -->
 |epoch         = <!-- typically [[J2000]] -->
 |subtype       = 
 |class         = 
 |ra            = <!-- {{RA|hh|mm|ss.wxyz}} or {{Deg2HMS|ddd.dddd|sup=yes}} -->
 |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"
    • "supernova remnant"
  • 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}} or {{Deg2HMS}} 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.