Template:InfoboxSystem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
! Star Type | ! Star Type | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 50%" {{!}} | {{!}} style="width: 50%; text-align: center" {{!}} {{{phase}}} | ||
{{!}} style="width: 50%" {{!}} | {{!}} style="width: 50%; text-align: center" {{!}} {{{classification}}} | ||
{{!}}-}} | {{!}}- | ||
}} | |||
{{#if:{{{hidea|}}}|{{!}}-|{{!}}- | {{#if:{{{hidea|}}}|{{!}}-|{{!}}- | ||
! colspan=" | ! colspan="3" style= "color:{{{color2|#000}}}; text-align:center; background:{{{sectionBG|#E7CC75}}}" {{!}} {{{section1-title|Features}}}}} | ||
}} | |||
{{!}}- | {{!}}- | ||
{{!}} class="infoboxlabel" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px; width:100px;" {{!}} | {{!}} class="infoboxlabel" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px; width:100px;" {{!}} | ||
{{!}} class="infoboxcell" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px;" {{!}} | {{!}} class="infoboxcell" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px;" {{!}} | ||
{{{ | {{!}}- | ||
! Settled Planets | |||
! Unsettled Planets | |||
{{!}}- | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{planets-settled}}} | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{planets-unsettled}}} | |||
{{!}}- | |||
! Satellites | |||
! Asteroid Belts/Fields | |||
{{!}}- | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{satellites}}} | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{asteroid-belts-fields}}} | |||
{{!}}- | |||
! Stations | |||
! Skip Points | |||
{{!}}- | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{stations}}} | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{translight-skip-points}}} | |||
{{!}}- | |||
}} | |||
{{!}}-}} | {{!}}-}} | ||
| Line 63: | Line 78: | ||
! colspan="2" style= "color:{{{color2|#000}}}; text-align:center; background:{{{sectionBG|#E7CC75}}}" {{!}} {{{section2-title|Demographics & Stability}}}}} | ! colspan="2" style= "color:{{{color2|#000}}}; text-align:center; background:{{{sectionBG|#E7CC75}}}" {{!}} {{{section2-title|Demographics & Stability}}}}} | ||
{{!}}- | {{!}}- | ||
{{!}} class="infoboxlabel" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px; width:100px;" {{!}} | {{!}} class="infoboxlabel" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px; width:100px;" {{!}} | ||
{{!}} class="infoboxcell" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px;" {{!}} | {{!}} class="infoboxcell" style="vertical-align:top; background:{{{fieldBG|#1B4236}}}; border-bottom:0px solid {{{lineBG|#fff}}}; color:#fff; padding: 0 0 0 12px; line-height:14px;" {{!}} | ||
{{{ | {{!}}- | ||
! Type | |||
! Size | |||
{{!}}- | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{type}}} | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{size AU}}} | |||
{{!}}- | |||
! Status | |||
! Star Type | |||
{{!}}- | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{phase}}} | |||
{{!}} style="width: 50%; text-align: center" {{!}} {{{classification}}} | |||
{{!}}- | |||
}} | |||
{{!}}-}} | {{!}}-}} | ||
| Line 110: | Line 136: | ||
"type": "number", | "type": "number", | ||
"default": "[Enter AU here]", | "default": "[Enter AU here]", | ||
"required": true | |||
}, | |||
"phase": { | |||
"description": "Star's phase", | |||
"example": "Mature", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Protostar", | |||
"Mature", | |||
"Remnant" | |||
], | |||
"default": "[Star phase here]", | |||
"required": true | |||
}, | |||
"classification": { | |||
"description": "Star's classification", | |||
"example": "G-type main-sequence", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"G-type main sequence" | |||
], | |||
"default": "[Star's classification here]", | |||
"required": true | |||
}, | |||
"satellites": { | |||
"description": "Number of satellites", | |||
"example": "18", | |||
"type": "number", | |||
"default": "[# Satellites here]", | |||
"required": true | |||
}, | |||
"planets-settled": { | |||
"description": "Number of planets with extensive permanent habitation", | |||
"example": "9", | |||
"type": "number", | |||
"default": "[# Settled planets here]", | |||
"required": true | |||
}, | |||
"planets-unsettled": { | |||
"description": "Number of planets without extensive permanent habitation", | |||
"example": "5", | |||
"type": "number", | |||
"default": "[# Unsettled planets here]", | |||
"required": true | |||
}, | |||
"asteroid-belts-fields": { | |||
"description": "Number of asteroid belts/fields", | |||
"example": "6", | |||
"type": "number", | |||
"default": "[# Asteroid belts/fields here]", | |||
"required": true | |||
}, | |||
"stations": { | |||
"description": "Number of stations", | |||
"type": "number", | |||
"default": "[# Stations]", | |||
"required": true | |||
}, | |||
"translight-skip-points": { | |||
"description": "Number of translight skip points", | |||
"type": "number", | |||
"default": "[# translight skips]", | |||
"required": true | |||
}, | |||
"economic-output-scale": { | |||
"description": "Economic Output Scale", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"population": { | |||
"description": "Population of star system", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"gtbb-index": { | |||
"description": "\"Good to be born\" Index", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"corruption-index": { | |||
"description": "Corruption index", | |||
"required": true | |||
}, | |||
"fragile-states-index": { | |||
"description": "Fragile States Index", | |||
"required": true | "required": true | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"type", | |||
"size", | |||
"phase", | |||
"classification", | |||
"planets-settled", | |||
"planets-unsettled", | |||
"satellites", | |||
"asteroid-belts-fields", | |||
"stations", | |||
"translight-skip-points", | |||
"population", | |||
"economic-output-scale", | |||
"gtbb-index", | |||
"corruption-index", | |||
"fragile-states-index" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:38, 25 April 2025
{{InfoboxSystem
| BG = #153229
| image =
| imageBG = #153229
| nameBG = transparent
| color2 = #fff
| lineBG = #999999
| fieldBG = #1B4236
| sectionBG = #E7CC75
| section1-title = Features
| features =
| section2-title = Demographics & Stability
| demStab =
| section3-title = Economics & Industry
| econInd =
| section4-title = Astropolitics & Influence
| astroInf =
}}
| InfoboxSystem | ||
|---|---|---|
| Type | Size | |
| {{{type}}} | {{{size}}} | |
| Status | Star Type | |
| {{{phase}}} | {{{classification}}} | |
| Features | ||
| Settled Planets | Unsettled Planets | |
| {{{planets-settled}}} | {{{planets-unsettled}}} | |
| Satellites | Asteroid Belts/Fields | |
| {{{satellites}}} | {{{asteroid-belts-fields}}} | |
| Stations | Skip Points | |
| {{{stations}}} | {{{translight-skip-points}}} | |
| Demographics & Stability | ||
| Type | Size | |
| {{{type}}} | {{{size AU}}} | |
| Status | Star Type | |
| {{{phase}}} | {{{classification}}} | |
| Economics & Industry | ||
| Astropolitics & Influence | ||
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| type | type | Star system type
| String | required |
| size | size | Star size (in AU)
| Number | required |
| phase | phase | Star's phase
| String | required |
| classification | classification | Star's classification
| String | required |
| planets-settled | planets-settled | Number of planets with extensive permanent habitation
| Number | required |
| planets-unsettled | planets-unsettled | Number of planets without extensive permanent habitation
| Number | required |
| satellites | satellites | Number of satellites
| Number | required |
| asteroid-belts-fields | asteroid-belts-fields | Number of asteroid belts/fields
| Number | required |
| stations | stations | Number of stations
| Number | required |
| translight-skip-points | translight-skip-points | Number of translight skip points
| Number | required |
| population | population | Population of star system | Number | required |
| economic-output-scale | economic-output-scale | Economic Output Scale | Number | required |
| gtbb-index | gtbb-index | "Good to be born" Index | Number | required |
| corruption-index | corruption-index | Corruption index | Unknown | required |
| fragile-states-index | fragile-states-index | Fragile States Index | Unknown | required |