Template:InfoboxSystem: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
} | "image": { | ||
{ | "label": "Image", | ||
"description": "System image", | |||
"type": "wiki-file-name" | |||
}, | |||
"code": { | |||
"description": "Starmap code", | |||
"example": "INDEPENDENCE", | |||
"type": "string" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of system", | |||
"example": "Independence", | |||
"type": "string" | |||
{ | }, | ||
"controller": { | |||
"label": "Controller", | |||
"description": "Who controls the system", | |||
"example": "United States of America", | |||
"type": "string" | |||
{ | }, | ||
"type": { | |||
"label": "Type", | |||
"description": "System type", | |||
"suggestedvalues": [ | |||
"Single Star, Binary" | |||
{ | ] | ||
}, | |||
"size": { | |||
"label": "Size", | |||
"description": "Size in astronomical units (AU)", | |||
"example": " 76 AU", | |||
{ | "type": "string" | ||
}, | |||
"starType": { | |||
"label": "Star Type", | |||
"description": "System star type", | |||
"example": "G-type main sequence" | |||
{ | }, | ||
"population": { | |||
"label": "Population", | |||
"description": "Population of star system", | |||
"type": "number" | |||
}, | |||
{ | "planets": { | ||
"label": "Planets", | |||
"description": "Number of planets in star system", | |||
"type": "number" | |||
}, | |||
"satellites": { | |||
{ | "label": "Satellites", | ||
"description": "Number of satellites in star system", | |||
"type": "number" | |||
}, | |||
"asteroidBelts": { | |||
"label": "Asteroid Belts", | |||
"description": "Number of asteroid belts in star system", | |||
"type": "number" | |||
}, | |||
"asteroidFields": { | |||
"label": "Asteroid Fields", | |||
"description": "Number of asteroid fields in star system", | |||
"type": "number" | |||
}, | |||
"anomalies": { | |||
"label": "Anomalies", | |||
"description": "Number of anomalies in star system", | |||
"type": "number" | |||
}, | |||
"stations": { | |||
"label": "Stations", | |||
"description": "Number of stations in star system", | |||
"type": "number" | |||
}, | |||
"stringConnections": { | |||
"label": "String Connections", | |||
"description": "Number of translight string connections to and from the star system", | |||
"type": "number" | |||
}, | |||
"blackHoles": { | |||
"label": "Black Holes", | |||
"description": "Number of black holes in star system", | |||
"type": "number" | |||
}, | |||
"pois": { | |||
"label": "Points of Interest", | |||
"description": "Number of points of interest in the star system", | |||
"type": "number" | |||
}, | |||
"discoveryDate": { | |||
"label": "Discovery Date", | |||
"description": "Year the star system was discovered", | |||
"type": "number" | |||
}, | |||
"corruption": { | |||
"label": "Corruption Index", | |||
"description": "Level of corruption in the star system", | |||
"type": "number" | |||
}, | |||
"goodToBeBorn": { | |||
"label": "\"Good to be Born\" Index", | |||
"description": "How \"good\" is it to be born in this star system", | |||
"type": "number" | |||
}, | |||
"fragileStates": { | |||
"label": "Fragile States Index", | |||
"description": "How fragile is this star system's stability", | |||
"type": "number" | |||
}, | |||
"economicOutput": { | |||
"label": "Economic Output Scale", | |||
"description": "Economic output of the star system", | |||
"type": "number" | |||
}, | |||
"industrialOutput": { | |||
"label": "Industrial Output Scale", | |||
"description": "Industrial output of star system", | |||
"type": "number" | |||
}, | |||
"easeOfBusiness": { | |||
"label": "Ease of Doing Business", | |||
"description": "How easy is it to do business in this star system", | |||
"type": "number" | |||
}, | |||
"economicFreedom": { | |||
"label": "Economic Freedom", | |||
"description": "How much economic freedom exists in the star system", | |||
"type": "number" | |||
}, | |||
"comintern": { | |||
"label": "Comintern Influence", | |||
"description": "Influence of the Communist Interstellar in the star system", | |||
"type": "number" | |||
}, | |||
"oto": { | |||
"label": "O.T.O. Influence", | |||
"description": "Influence of the Orion Treaty Organization in the star system", | |||
"type": "number" | |||
}, | |||
"axis": { | |||
"label": "Axis Influence", | |||
"description": "Influence of the Axis Powers in the star system", | |||
"type": "number" | |||
}, | |||
"sphere": { | |||
"label": "Sphere Influence", | |||
"description": "Influence of the Co-Prosperity Sphere in the star system" | |||
}, | |||
"nam": { | |||
"label": "Non-Aligned Influence", | |||
"description": "Influence of the Non-Aligned Movement in the star system" | |||
}, | |||
"discoverer": { | |||
"label": "Discoverer", | |||
"description": "Who discovered the system", | |||
"type": "string" | |||
}, | |||
"historicalNames": { | |||
"label": "Historical Names", | |||
"description": "Historical names of the star system" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"image", | |||
"name", | |||
"controller", | |||
"type", | |||
"size", | |||
"starType", | |||
"planets", | |||
"satellites", | |||
"asteroidBelts", | |||
"asteroidFields", | |||
"anomalies", | |||
"stations", | |||
"stringConnections", | |||
"blackHoles", | |||
"pois", | |||
"population", | |||
"goodToBeBorn", | |||
"corruption", | |||
"fragileStates", | |||
"economicOutput", | |||
"industrialOutput", | |||
"easeOfBusiness", | |||
"economicFreedom", | |||
"axis", | |||
"comintern", | |||
"oto", | |||
"sphere", | |||
"nam", | |||
"discoveryDate", | |||
"discoverer", | |||
"historicalNames", | |||
"code" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 06:21, 23 April 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | System image | File | optional |
| Name | name | Name of system
| String | optional |
| Controller | controller | Who controls the system
| String | optional |
| Type | type | System type
| Unknown | optional |
| Size | size | Size in astronomical units (AU)
| String | optional |
| Star Type | starType | System star type
| Unknown | optional |
| Planets | planets | Number of planets in star system | Number | optional |
| Satellites | satellites | Number of satellites in star system | Number | optional |
| Asteroid Belts | asteroidBelts | Number of asteroid belts in star system | Number | optional |
| Asteroid Fields | asteroidFields | Number of asteroid fields in star system | Number | optional |
| Anomalies | anomalies | Number of anomalies in star system | Number | optional |
| Stations | stations | Number of stations in star system | Number | optional |
| String Connections | stringConnections | Number of translight string connections to and from the star system | Number | optional |
| Black Holes | blackHoles | Number of black holes in star system | Number | optional |
| Points of Interest | pois | Number of points of interest in the star system | Number | optional |
| Population | population | Population of star system | Number | optional |
| "Good to be Born" Index | goodToBeBorn | How "good" is it to be born in this star system | Number | optional |
| Corruption Index | corruption | Level of corruption in the star system | Number | optional |
| Fragile States Index | fragileStates | How fragile is this star system's stability | Number | optional |
| Economic Output Scale | economicOutput | Economic output of the star system | Number | optional |
| Industrial Output Scale | industrialOutput | Industrial output of star system | Number | optional |
| Ease of Doing Business | easeOfBusiness | How easy is it to do business in this star system | Number | optional |
| Economic Freedom | economicFreedom | How much economic freedom exists in the star system | Number | optional |
| Axis Influence | axis | Influence of the Axis Powers in the star system | Number | optional |
| Comintern Influence | comintern | Influence of the Communist Interstellar in the star system | Number | optional |
| O.T.O. Influence | oto | Influence of the Orion Treaty Organization in the star system | Number | optional |
| Sphere Influence | sphere | Influence of the Co-Prosperity Sphere in the star system | Unknown | optional |
| Non-Aligned Influence | nam | Influence of the Non-Aligned Movement in the star system | Unknown | optional |
| Discovery Date | discoveryDate | Year the star system was discovered | Number | optional |
| Discoverer | discoverer | Who discovered the system | String | optional |
| Historical Names | historicalNames | Historical names of the star system | Unknown | optional |
| code | code | Starmap code
| String | optional |