More actions
(import from star citizen) |
No edit summary |
||
| Line 38: | Line 38: | ||
"label": "Image", | "label": "Image", | ||
"description": "The file name of the image of the location", | "description": "The file name of the image of the location", | ||
"example": " | "example": "TownHall.png", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 45: | Line 45: | ||
"label": "Name", | "label": "Name", | ||
"description": "The name of the location", | "description": "The name of the location", | ||
"example": " | "example": "BakiBurg", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"type": { | "type": { | ||
"label": "Type", | "label": "Type", | ||
"description": "The type of the location", | "description": "The type of the location. Should be either of: Town, Farm, Shop, Public, Private, Other.", | ||
"example": " | "example": "Town", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"population": { | "population": { | ||
"label": "Population", | "label": "Population", | ||
"description": " | "description": "Number of people at the location", | ||
"example": " | "example": "28", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
| Line 119: | Line 65: | ||
"label": "Founder", | "label": "Founder", | ||
"description": "Founder(s) of the location", | "description": "Founder(s) of the location", | ||
"example": "[[ | "example": "[[User:BakiDance]], BakiBot", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "shops": { | ||
"label": " | "label": "Shops", | ||
"description": " | "description": "Number of shops at the location", | ||
"example": " | "type": "number", | ||
"suggested": true, | |||
"example": "10" | |||
}, | }, | ||
" | "worldmapurl": { | ||
"label": " | "label": "Worldmap URL", | ||
"description": "The URL of the location on | "description": "The URL of the location on the worldmap. 3D view is preferred. ", | ||
"example": "https:// | "example": "https://worldmap.prismparty.net/survival#survival;surface;6116,64,-4045;6", | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "server": { | ||
"label": " | "label": "Server", | ||
"description": "The | "description": "The server the project is located", | ||
"example": " | "example": "Survival", | ||
"type": " | "type": "string", | ||
"required": true | |||
}, | }, | ||
" | "coordinates": { | ||
"label": " | "label": "Coordinates", | ||
"description": " | "description": "The coordinates to the location. X and Z only.", | ||
"type": " | "example": "1,203 2,234", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"playerwarp": { | |||
"label": "Player warp", | |||
"description": "The name of the pwarp (in commands).", | |||
"example": "Baki-Burg", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"members": { | |||
"label": "Members", | |||
"description": "Names of important members or helpers.", | |||
"example": "BakiDance, HoodieBlue", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"residents": { | |||
"label": "Residents", | |||
"description": "Names of important residents", | |||
"example": "thirsty_plant", | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "discordurl": { | ||
"label": " | "label": "Discord", | ||
"description": " | "description": "Discord invite link to the project's guild. Not the official Prism Party link.", | ||
"example": "https://discord.gg/gwuGnK3", | |||
"type": "url", | |||
"suggested": true | "suggested": true | ||
} | } | ||
| Line 157: | Line 130: | ||
"image", | "image", | ||
"name", | "name", | ||
"type", | "type", | ||
"shops", | "shops", | ||
"population", | "population", | ||
"founder", | "founder", | ||
" | "worldmapurl", | ||
" | "server", | ||
" | "coordinates", | ||
"playerwarp", | |||
"members", | |||
"residents", | |||
"discordurl" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 02:49, 28 April 2023
{{Infobox location}} is an infobox template for use in articles on the individual location pages.
Usage
Note: Like other infoboxes, you don't need to put units and separators in the infobox. It will be added automatically.
{{Infobox location
| name = <!-- Location name -->
| image = <!-- Image name on wiki -->
| type = <!-- Anomaly / Asteroid / Asteroid belt / Asteroid field / Black hole / Jump point / Landing zone / Landmark / Moon / Planet / Planetoid / Satellite / Space station / Star -->
| classification = <!-- Location type -->
| system = <!-- System name -->
| locatedtype = <!-- On / In / Orbits -->
| locatedname = <!-- Wiki page name of the location located -->
| habitable = <!-- Air breathable or not (true/false) -->
| shops = <!-- Shops at the location -->
| services = <!-- Services provided by the location -->
| population = <!-- Population of the location -->
| founder = <!-- Founder of the location -->
| founded = <!-- Year founded or discovered, use {{SDA}} template -->
| affiliation1 = <!-- Faction affiliated -->
| affiliation2 = <!-- Faction affiliated -->
| affiliation3 = <!-- Faction affiliated -->
| galactapediaurl = <!-- URL of Galactapedia page -->
| starmapurl = <!-- URL of ARK Starmap -->
}}
See also
- {{Infobox buttons}} - populate the discover more popup
TemplateData
This template is an infobox template for use in articles on the individual location pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | The file name of the image of the location
| String | suggested |
| Name | name | The name of the location
| String | required |
| Type | type | The type of the location. Should be either of: Town, Farm, Shop, Public, Private, Other.
| String | suggested |
| Shops | shops | Number of shops at the location
| Number | suggested |
| Population | population | Number of people at the location
| Number | optional |
| Founder | founder | Founder(s) of the location
| String | optional |
| Worldmap URL | worldmapurl | The URL of the location on the worldmap. 3D view is preferred.
| URL | suggested |
| Server | server | The server the project is located
| String | required |
| Coordinates | coordinates | The coordinates to the location. X and Z only.
| String | suggested |
| Player warp | playerwarp | The name of the pwarp (in commands).
| String | suggested |
| Members | members | Names of important members or helpers.
| String | suggested |
| Residents | residents | Names of important residents
| String | suggested |
| Discord | discordurl | Discord invite link to the project's guild. Not the official Prism Party link.
| URL | suggested |