Template:InfoboxSystem: Difference between revisions

From Universe Wiki | Dawn of Victory 2289
Jump to navigation Jump to search
No edit summary
No edit summary
Line 42: Line 42:
! Star Type
! Star Type
{{!}}-
{{!}}-
{{!}} style="width: 50%" {{!}} <div style='text-align: center;'></div>
{{!}} style="width: 50%; text-align: center" {{!}} {{{phase}}}
{{!}} style="width: 50%" {{!}} <div style='text-align: center;'></div>
{{!}} style="width: 50%; text-align: center" {{!}} {{{classification}}}
{{!}}-}}
{{!}}-
}}


{{#if:{{{hidea|}}}|{{!}}-|{{!}}-
{{#if:{{{hidea|}}}|{{!}}-|{{!}}-
! colspan="2" style= "color:{{{color2|#000}}}; text-align:center; background:{{{sectionBG|#E7CC75}}}" {{!}} {{{section1-title|Features}}}}}
! colspan="3" style= "color:{{{color2|#000}}}; text-align:center; background:{{{sectionBG|#E7CC75}}}" {{!}} {{{section1-title|Features}}}}}
{{!}}-
 
{{#if:{{{orionimage|}}}|
! style="background:{{{imageBG|#153229}}}; text-align:center; border-bottom:0px solid {{{lineBG|#999999}}};" colspan="2" {{!}} {{{image|}}}
}}
{{!}}-
{{!}}-
{{#if:{{{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;" {{!}}
{{{features|}}}
{{!}}-
! 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}}}}}
{{!}}-
{{!}}-
{{#if:{{{demStab|}}}|
{{!}} 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;" {{!}}
{{{demStab|}}}
{{!}}-
! 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.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
typetype

Star system type

Suggested values
Single Star Binary Ternary
Default
[Star system type here]
Example
Single Star
Stringrequired
sizesize

Star size (in AU)

Default
[Enter AU here]
Example
50
Numberrequired
phasephase

Star's phase

Suggested values
Protostar Mature Remnant
Default
[Star phase here]
Example
Mature
Stringrequired
classificationclassification

Star's classification

Suggested values
G-type main sequence
Default
[Star's classification here]
Example
G-type main-sequence
Stringrequired
planets-settledplanets-settled

Number of planets with extensive permanent habitation

Default
[# Settled planets here]
Example
9
Numberrequired
planets-unsettledplanets-unsettled

Number of planets without extensive permanent habitation

Default
[# Unsettled planets here]
Example
5
Numberrequired
satellitessatellites

Number of satellites

Default
[# Satellites here]
Example
18
Numberrequired
asteroid-belts-fieldsasteroid-belts-fields

Number of asteroid belts/fields

Default
[# Asteroid belts/fields here]
Example
6
Numberrequired
stationsstations

Number of stations

Default
[# Stations]
Numberrequired
translight-skip-pointstranslight-skip-points

Number of translight skip points

Default
[# translight skips]
Numberrequired
populationpopulation

Population of star system

Numberrequired
economic-output-scaleeconomic-output-scale

Economic Output Scale

Numberrequired
gtbb-indexgtbb-index

"Good to be born" Index

Numberrequired
corruption-indexcorruption-index

Corruption index

Unknownrequired
fragile-states-indexfragile-states-index

Fragile States Index

Unknownrequired