Template:Infobox Local/doc: Difference between revisions
m Added TemplateData for VE |
mNo edit summary |
||
| Line 18: | Line 18: | ||
|leader = The leader or administrator of the local. (eg. Suros on Eris, or N8 on Gemini Station) | |leader = The leader or administrator of the local. (eg. Suros on Eris, or N8 on Gemini Station) | ||
|inhabitants = The race or inhabitants of the local. (eg. Humans and Martian) | |inhabitants = The race or inhabitants of the local. (eg. Humans and Martian) | ||
|flag = An image to represent the flag of the local. | |||
|hanger = An image to represent the appearance of the local's hanger | |||
|interior = An image to represent the grounded appearance of a local | |||
|demonym = What the inhabitants of the local are called. If no source is available, the parameter can be removed. (eg. Juppies on Jupiter) | |demonym = What the inhabitants of the local are called. If no source is available, the parameter can be removed. (eg. Juppies on Jupiter) | ||
}}</pre> | }}</pre> | ||
| Line 117: | Line 120: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"flag": { | |||
"label": "Flag", | |||
"description": "An image to represent the flag of the local.", | |||
"example": "eris flag.png", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"hanger": { | |||
"label": "Hanger", | |||
"description": "An image to represent the appearance of the local's hanger", | |||
"example": "eris hanger.png", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"interior": { | |||
"label": "Ground Appearance", | |||
"description": "An image to represent the grounded appearance of a local", | |||
"example": "Earth.jpg", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
| Line 134: | Line 158: | ||
"leader", | "leader", | ||
"demonym", | "demonym", | ||
"inhabitants" | "inhabitants", | ||
"flag", | |||
"hanger", | |||
"interior" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 22:09, 22 February 2021
Documentation
Usage
{{Infobox City
|name = The local's real name, not a short form.
|image = A scenery image to represent how the local looks
|AKA = Any other names that the local might be called by players (eg. Jupiter: "Juppy")
|release = The release date of the local. (eg. [[6 February]] [[2021]])
|update = A link to the corresponding update page when this local was released, without the Update: prefix.
|spec = The technical specialization of the local. (eg. Defense)
|repship = The reputation tier 4 ship of the local. (eg. The Sentinal)
|prereq = The prerequisite requirement to accessing the local. (eg. Mercury with a certain amount of heat resistance)
|imports = The primary commodity imported to the local.
|exports = The primary commodity exported from the local.
|specexports = The specialized commodity exported from the local.
|leader = The leader or administrator of the local. (eg. Suros on Eris, or N8 on Gemini Station)
|inhabitants = The race or inhabitants of the local. (eg. Humans and Martian)
|flag = An image to represent the flag of the local.
|hanger = An image to represent the appearance of the local's hanger
|interior = An image to represent the grounded appearance of a local
|demonym = What the inhabitants of the local are called. If no source is available, the parameter can be removed. (eg. Juppies on Jupiter)
}}
Adds an informative info box that displays all the data for a specific local/planet.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The local's real name, not a short form.
| String | required |
| Image | image | A scenery image to represent how the local looks
| String | required |
| AKA | AKA | Any other names that the local might be called by players
| String | suggested |
| Release Date | release | The release date of the local.
| String | suggested |
| Update | update | A link to the corresponding update page when this local was released, without the Update: prefix. | String | suggested |
| Tech Specialization | spec | The technical specialization of the local.
| String | required |
| Reputation Ship | repship | The reputation tier 4 ship of the local.
| String | suggested |
| Prerequisites | prereq | The prerequisite requirement to accessing the local.
| String | suggested |
| Primary Imports | imports | The primary commodity imported to the local. | String | suggested |
| Primary Exports | exports | The primary commodity exported from the local. | String | suggested |
| Specialized Exports | specexports | The specialized commodity exported from the local. | String | suggested |
| Leader/Administrator | leader | The leader or administrator of the local.
| String | suggested |
| Demonyn | demonym | What the inhabitants of the local are called. If no source is available, the parameter can be removed.
| String | suggested |
| Inhabitants | inhabitants | The race or inhabitants of the local.
| String | required |
| Flag | flag | An image to represent the flag of the local.
| String | suggested |
| Hanger | hanger | An image to represent the appearance of the local's hanger
| String | suggested |
| Ground Appearance | interior | An image to represent the grounded appearance of a local
| String | suggested |
