Template:SC/System/doc
More actions
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/System/doc/doc. (View all subpages of this page.)
TemplateData
<templatedata> { "params": { "code": { "label": "Code", "description": "Starmap code", "example": "INDRA", "type": "string" }, "name": { "label": "Name", "description": "System name", "example": "Stanton", "type": "string", "required": true }, "image": { "label": "Image", "description": "System image", "example": "Stanton2DSystem.PNG", "type": "wiki-file-name", "default": "Placeholderv2.png", "suggested": true }, "affiliation": { "label": "Affiliation", "description": "System affiliation", "example": "UEE", "type": "string" }, "type": { "label": "Type", "description": "System type", "type": "string", "suggestedvalues": [ "BINARY", "SINGLE_STAR" ] }, "size": { "label": "Size", "description": "System size in AU or a question mark", "example": "5.1", "type": "number", "suggestedvalues": [ "?" ] }, "status": { "label": "Status", "description": "System status", "type": "string", "suggestedvalues": [ "D", "M", "N", "P", "R", "S", "U" ] }, "startypes": { "label": "Star types", "description": "System star types seperated by a comma", "example": "A-type main sequence, White Dwarf Degenerate-A", "type": "string", "suggested": true }, "planets": { "label": "Planets", "description": "Amount of planets in the system", "type": "number" }, "jumppoints": { "label": "Jump points", "description": "Amount of jump points in the system", "type": "number" }, "asteroidbelts": { "label": "Asteroid belts", "description": "Amount of asteroid belts in the system", "type": "number" }, "stations": { "label": "Stations", "description": "Amount of stations in the system", "type": "number", "suggested": true }, "satellites": { "label": "Satellites", "description": "Amount of satellites in the system", "type": "number" }, "discoveredin": { "label": "Discovered in", "description": "Year of system discovery", "example": "2953", "type": "url", "suggested": true }, "discoveredby": { "label": "Discovered by", "description": "Who discovered the system", "example": "Toshi Aaron", "type": "url", "suggested": true }, "historicalnames": { "label": "Historical names", "description": "Historical names seperated by a comma", "example": "Name 1, Name 2", "type": "string" }, "starmap": { "label": "Starmap", "type": "url", "description": "Link to Starmap" }, "population": { "label": "Population", "description": "System population", "type": "string", "suggested": true }, "asteroidfields": { "label": "Asteroid fields", "description": "Amount of asteroid fields in the system", "type": "number" }, "anomalies": { "label": "Anomalies", "description": "The amount of anomalies in the system", "type": "number" }, "blackholes": { "label": "Black holes", "description": "Amount of black holes in the system", "type": "number" }, "pois": { "label": "Places of interest", "description": "Amount of places of interest in the system", "type": "number" }, "sensordanger": { "label": "Danger sensor", "description": "System danger sensor value", "type": "number" }, "sensoreconomy": { "label": "Economy sensor", "description": "System economy sensor value", "type": "number" }, "sensorpopulation": { "label": "Population sensor", "description": "System population sensor value", "type": "number" }, "cornerstone": { "label": "Cornerstone", "description": "Link to Cornerstone", "type": "string" } }, "paramOrder": [ "image", "code", "name", "affiliation", "type", "size", "status", "startypes", "population", "planets", "satellites", "asteroidbelts", "asteroidfields", "anomalies", "stations", "jumppoints", "blackholes", "pois", "sensordanger", "sensorpopulation", "sensoreconomy", "discoveredin", "discoveredby", "historicalnames", "starmap", "cornerstone" ], "format": "block" } </templatedata>