Difference between revisions of "Template:Infobox star"

From blackwiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
;Double star
 
;Double star
<pre>
 
 
{{Infobox Star
 
{{Infobox Star
 
  | bgcolour = yellow
 
  | bgcolour = yellow
Line 49: Line 48:
 
  | absolute_magnitude2 = (abs mag2)
 
  | absolute_magnitude2 = (abs mag2)
 
}}
 
}}
</pre>
+
<pre>
 
 
 
{{Infobox Star
 
{{Infobox Star
 
  | bgcolour = yellow
 
  | bgcolour = yellow
Line 70: Line 68:
 
  | absolute_magnitude2 = (abs mag2)
 
  | absolute_magnitude2 = (abs mag2)
 
}}
 
}}
 +
</pre>
  
 
;Single star
 
;Single star
<pre>
 
 
{{Infobox Star
 
{{Infobox Star
 
  | bgcolour = yellow
 
  | bgcolour = yellow
Line 86: Line 84:
 
  | absolute_magnitude = (abs mag)
 
  | absolute_magnitude = (abs mag)
 
}}
 
}}
</pre>
+
<pre>
 
 
 
{{Infobox Star
 
{{Infobox Star
 
  | bgcolour = yellow
 
  | bgcolour = yellow
Line 101: Line 98:
 
  | absolute_magnitude = (abs mag)
 
  | absolute_magnitude = (abs mag)
 
}}
 
}}
 +
</pre>
  
 
;Binary star
 
;Binary star
<pre>
 
 
{{Infobox Star
 
{{Infobox Star
 
  | bgcolour = yellow
 
  | bgcolour = yellow
Line 112: Line 109:
 
  | epoch = (epoch)
 
  | epoch = (epoch)
 
  | constellation = (constellation)
 
  | constellation = (constellation)
  | ra = {{RA|h|m|s}} // system coordinates
+
  | ra = {{RA|h|m|s}}
  | dec = {{DEC|d|m|s}} // system coordinates
+
  | dec = {{DEC|d|m|s}}
  | apparent_magnitude = (app mag) // system magnitude
+
  | apparent_magnitude = (app mag)
  | absolute_magnitude = (abs mag) // system magnitude
+
  | absolute_magnitude = (abs mag)
 
  | name1 = (first name)
 
  | name1 = (first name)
 
  | ra1 = {{RA|h|m|s}}
 
  | ra1 = {{RA|h|m|s}}
Line 127: Line 124:
 
  | absolute_magnitude2 = (abs mag2)
 
  | absolute_magnitude2 = (abs mag2)
 
}}
 
}}
</pre>
+
<pre>
 
 
 
{{Infobox Star
 
{{Infobox Star
 
  | bgcolour = yellow
 
  | bgcolour = yellow
Line 137: Line 133:
 
  | epoch = (epoch)
 
  | epoch = (epoch)
 
  | constellation = (constellation)
 
  | constellation = (constellation)
  | ra = {{RA|h|m|s}}
+
  | ra = {{RA|h|m|s}} // system coordinates
  | dec = {{DEC|d|m|s}}
+
  | dec = {{DEC|d|m|s}} // system coordinates
  | apparent_magnitude = (app mag)
+
  | apparent_magnitude = (app mag) // system magnitude
  | absolute_magnitude = (abs mag)
+
  | absolute_magnitude = (abs mag) // system magnitude
 
  | name1 = (first name)
 
  | name1 = (first name)
 
  | ra1 = {{RA|h|m|s}}
 
  | ra1 = {{RA|h|m|s}}
Line 152: Line 148:
 
  | absolute_magnitude2 = (abs mag2)
 
  | absolute_magnitude2 = (abs mag2)
 
}}
 
}}
 +
</pre>
  
 
}}
 
}}

Revision as of 05:58, 30 November 2011


Template documentation
Double star
  1. REDIRECT Template:Starbox begin
{{Infobox Star
 | bgcolour = yellow
 | name = (name)
 | image = (image)
 | caption = (caption)
 | observation_data = yes
 | epoch = (epoch)
 | constellation = (constellation)
 | name1 = (first name)
 | ra1 = {{RA|h|m|s}}
 | dec1 = {{DEC|d|m|s}}
 | apparent_magnitude1 = (app mag1)
 | absolute_magnitude1 = (abs mag1)
 | name2 = (second name)
 | ra2 = {{RA|h|m|s}}
 | dec2 = {{DEC|d|m|s}}
 | apparent_magnitude2 = (app mag2)
 | absolute_magnitude2 = (abs mag2)
}}
Single star
  1. REDIRECT Template:Starbox begin
{{Infobox Star
 | bgcolour = yellow
 | name = (name)
 | image = (image)
 | caption = (caption)
 | observation_data = yes
 | epoch = (epoch)
 | constellation = (constellation)
 | ra = {{RA|h|m|s}}
 | dec = {{DEC|d|m|s}}
 | apparent_magnitude = (app mag)
 | absolute_magnitude = (abs mag)
}}
Binary star
  1. REDIRECT Template:Starbox begin
{{Infobox Star
 | bgcolour = yellow
 | name = (name)
 | image = (image)
 | caption = (caption)
 | observation_data = yes
 | epoch = (epoch)
 | constellation = (constellation)
 | ra = {{RA|h|m|s}} // system coordinates
 | dec = {{DEC|d|m|s}} // system coordinates
 | apparent_magnitude = (app mag) // system magnitude
 | absolute_magnitude = (abs mag) // system magnitude
 | name1 = (first name)
 | ra1 = {{RA|h|m|s}}
 | dec1 = {{DEC|d|m|s}}
 | apparent_magnitude1 = (app mag1)
 | absolute_magnitude1 = (abs mag1)
 | name2 = (second name)
 | ra2 = {{RA|h|m|s}}
 | dec2 = {{DEC|d|m|s}}
 | apparent_magnitude2 = (app mag2)
 | absolute_magnitude2 = (abs mag2)
}}