Template:Location page/doc: Difference between revisions
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
{{Location page | {{Location page | ||
| prefix = | |||
| name = | | name = | ||
| alt name prefix = | |||
| alt name = | | alt name = | ||
| image = | | image = | ||
Line 12: | Line 14: | ||
| act = | | act = | ||
| summary = | | summary = | ||
| region prefix = | |||
| region = | | region = | ||
| north = | | north = | ||
Line 22: | Line 25: | ||
== Examples == | == Examples == | ||
=== Ebonlake Grotto === | === Usage: === | ||
<pre>{{Location page | |||
| prefix = The | |||
| name = Ebonlake Grotto | |||
| alt name prefix = the | |||
| alt name = Myconid Colony | |||
| image = Ebonlake Grotto Overview.jpg | |||
| image description = Overview of the area. | |||
| act = one | |||
| summary = It is the home of the [[Myconid]] Circle, a group of mushroom-like telepaths led by Sovereign {{CharLink|Spaw}}. | |||
| region prefix = the | |||
| region = Underdark | |||
| north = | |||
| west = Dread Hollow | |||
| east = Storehouse | |||
| south = Decrepit Village | |||
}}</pre> | |||
=== Result === | |||
{{Location page | {{Location page | ||
| prefix = The | |||
| name = Ebonlake Grotto | | name = Ebonlake Grotto | ||
| alt name = the | | alt name prefix = the | ||
| alt name = Myconid Colony | |||
| image = Ebonlake Grotto Overview.jpg | | image = Ebonlake Grotto Overview.jpg | ||
| image description = Overview of the area. | | image description = Overview of the area. | ||
| act = one | | act = one | ||
| summary = It is the home of the [[Myconid]] Circle, a group of mushroom-like telepaths led by Sovereign {{CharLink|Spaw}}. | | summary = It is the home of the [[Myconid]] Circle, a group of mushroom-like telepaths led by Sovereign {{CharLink|Spaw}}. | ||
| region prefix = the | |||
| region = Underdark | | region = Underdark | ||
| north = | | north = | ||
Line 43: | Line 67: | ||
{ | { | ||
"params": { | "params": { | ||
"prefix": { | |||
"description": "What to prefix the name with", | |||
"type": "string" | |||
}, | |||
"name": { | "name": { | ||
"description": "If specified, overrides the name. Otherwise, it will take the name of the article", | "description": "If specified, overrides the name. Otherwise, it will take the name of the article", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"alt name prefix": { | |||
"description": "What to prefix the alt name with", | |||
"type": "string" | |||
}, | }, | ||
"alt name": { | "alt name": { | ||
Line 74: | Line 106: | ||
"description": "Summary of the location. Also used for SEO purposes.", | "description": "Summary of the location. Also used for SEO purposes.", | ||
"type": "content" | "type": "content" | ||
}, | |||
"region prefix": { | |||
"description": "What to prefix the region name with", | |||
"type": "string" | |||
}, | }, | ||
"region": { | "region": { | ||
Line 95: | Line 131: | ||
"description": "The location to the west of this location.", | "description": "The location to the west of this location.", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | |||
"no output": { | |||
"description": "If yes, don't output anything and just insert into the table.", | |||
"type": "string" | |||
} | } | ||
}, | }, |
Latest revision as of 09:02, 27 August 2024
This template displays part of a Location page. It is responsible for the summary, main image and relative location template.
It will also insert a row into the locations
Cargo table.
Copy-ready:
{{Location page | prefix = | name = | alt name prefix = | alt name = | image = | image description = | act = | summary = | region prefix = | region = | north = | west = | east = | south = }}
Examples
Usage:
{{Location page | prefix = The | name = Ebonlake Grotto | alt name prefix = the | alt name = Myconid Colony | image = Ebonlake Grotto Overview.jpg | image description = Overview of the area. | act = one | summary = It is the home of the [[Myconid]] Circle, a group of mushroom-like telepaths led by Sovereign {{CharLink|Spaw}}. | region prefix = the | region = Underdark | north = | west = Dread Hollow | east = Storehouse | south = Decrepit Village }}
Result
Underdark | ||||
Dread Hollow | ← | Ebonlake Grotto | → | Storehouse |
↓ | ||||
Decrepit Village |
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
prefix | prefix | What to prefix the name with | String | optional |
name | name | If specified, overrides the name. Otherwise, it will take the name of the article | String | required |
alt name prefix | alt name prefix | What to prefix the alt name with | String | optional |
alt name | alt name | Alternative name for the location | String | optional |
image | image | Image to use as the main page image at the top right | File | optional |
image description | image description | Description of the main page image, displayed underneath. | String | optional |
act | act | Which act of the game this location appears in
| String | required |
summary | summary | Summary of the location. Also used for SEO purposes. | Content | optional |
region prefix | region prefix | What to prefix the region name with | String | optional |
region | region | The region where this location is located within. Slightly changes the summary.
| Page name | optional |
north | north | The location to the north of this location. | Page name | optional |
east | east | The location to the east of this location. | Page name | optional |
south | south | The location to the south of this location. | Page name | optional |
west | west | The location to the west of this location. | Page name | optional |
no output | no output | If yes, don't output anything and just insert into the table. | String | optional |