Difference between revisions of "Template:Infobox system"

From Eclipse-station Wiki
Jump to: navigation, search
(Editing the Template for a new System box.)
m (Very minor capitalization change on Star to make it more like the other values.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
+
{| class="wikitable" style="width:200px; text-align: center; display: inline-table;"
| image    = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{alt|}}}}}  
+
! style="color:white; background-color: {{{titlecol|dodgerblue}}} | {{{name|What's in a name?}}}
|label1  = Name
+
|-
|data1    = {{{name|}}}
+
| style="text-align:left; cellpadding=10" |{{{star|'''Star Type''': Red Giant? White Dwarf?}}}
|label2  = Star
+
|-
|data2    = {{{star|}}}
+
| style="text-align:left; cellpadding=10" |{{{development|'''Development''': Coreworld? Rimworld?}}}
|label3  = Development
+
|-
|data3    = {{{development|}}}
+
| style="text-align:left; cellpadding=10" |{{{planets|'''Planets''': How many planets are there?}}}
|label4  = Planets
+
|-
|data4    = {{{planets|}}}
+
| style="text-align:left; cellpadding=10" |{{{ruling_body|'''Ruling Bodies''': Who runs the place?}}}
|label5  = Ruling Bodies
+
|-
|data5    = {{{ruling_body|}}}
+
| style="text-align:left; cellpadding=10" |{{{dfs|'''Distance from Sol''': How far away from the Solar System is it?}}}
|label6  = Distance from Sol
+
|-
|data6    = {{{dfs|}}}
+
| style="text-align:left; cellpadding=10" |{{{native_species|'''Native Species''': What player races live here?}}}
|label7  = Native Species
+
|-
|data7    = {{{native_species|}}}
+
| style="text-align:left; cellpadding=10" |{{{population|'''Population''': About how many people live here?}}}
 +
|}
  
|belowstyle = text-align:left; border-top:#aaa 1px solid;
 
|below  = {{{footnotes|}}}
 
}}
 
 
<noinclude>
 
<noinclude>
 
{{documentation}}
 
{{documentation}}
  
 
</noinclude>
 
</noinclude>

Latest revision as of 02:42, 21 January 2020

What's in a name?
Star Type: Red Giant? White Dwarf?
Development: Coreworld? Rimworld?
Planets: How many planets are there?
Ruling Bodies: Who runs the place?
Distance from Sol: How far away from the Solar System is it?
Native Species: What player races live here?
Population: About how many people live here?


Template documentation[view] [edit] [history] [purge]
What's in a name?
Star Type: Red Giant? White Dwarf?
Development: Coreworld? Rimworld?
Planets: How many planets are there?
Ruling Bodies: Who runs the place?
Distance from Sol: How far away from the Solar System is it?
Native Species: What player races live here?
Population: About how many people live here?


Usage

{{Infobox system
|name = What's in a name?
|Star Type = '''Star Type''': Red Giant? White Dwarf?
|development = '''Development''': Coreworld? Rimworld?
|planets = '''Planets''': How many planets are there?
|ruling_body = '''Ruling Bodies''': Who runs the place?
|dfs = '''Distance from Sol''': How far away from the Solar System is it?
|native_species = '''Native Species''': What player races live here?
|population = '''Population''': About how many people live here?
}}