(Created page with "{{Documentation}} You can copy and paste the template parameters from below, or use the Template Wizard in the visual editor. ==Usage== <pre> <nowiki>{{Infobox/Location |ExtImage = |Address = |MapImg = |Aliases = |Associations = }}</nowiki> </pre> ==Template Data==") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
<nowiki>{{Infobox/Location | <nowiki>{{Infobox/Location | ||
| | |Image = | ||
|Address = | |Address = | ||
|MapImg = | |MapImg = | ||
Line 13: | Line 13: | ||
==Template Data== | ==Template Data== | ||
<templatedata> | |||
{ | |||
"params": { | |||
"Image": { | |||
"label": "Image Exterior", | |||
"description": "Image of the location, such as the exterior", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Address": { | |||
"description": "Where in the city is the location?", | |||
"example": "House Number, Street, District, County, Zipcode", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"MapImg": { | |||
"description": "An image of the location where this location can be found.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Aliases": { | |||
"description": "Is the location known by any other names?", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"Associations": { | |||
"description": "Who is associated with this location, this could be a gang, or individual, use the template provided.", | |||
"type": "wiki-template-name", | |||
"default": "{{Infobox/Shortlink|<Link/Name>|<Relationship>}}" | |||
} | |||
} | |||
} | |||
</templatedata> |
Latest revision as of 22:41, 22 February 2023
This is a documentation subpage for Template:Infobox/Location.It contains usage information, categories, and other content that is not part of the original template page.
Template:Infobox/Location invokes Template:Infobox/styles.css using TemplateStyles.
You can copy and paste the template parameters from below, or use the Template Wizard in the visual editor.
Usage
{{Infobox/Location |Image = |Address = |MapImg = |Aliases = |Associations = }}
Template Data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image Exterior | Image | Image of the location, such as the exterior | File | suggested |
Address | Address | Where in the city is the location?
| String | suggested |
MapImg | MapImg | An image of the location where this location can be found. | File | suggested |
Aliases | Aliases | Is the location known by any other names? | String | suggested |
Associations | Associations | Who is associated with this location, this could be a gang, or individual, use the template provided.
| Template | optional |