Template:Infobox shopping mall/sandbox
Demolished | {{{demolished}}} |
---|
This is the template sandbox page for Template:Infobox shopping mall (diff). See also the companion subpage for test cases. |
This template is used on approximately 3,600 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template adds an automatically generated short description. If the automatic short description is not optimal, replace it by adding {{Short description}} at the top of the article. |
This template uses Lua: |
This template can be used to provide at-a-glance comparative information for shopping malls (shopping centres).
Usage
[edit]{{{native_name}}} | |
[[File:{{{logo}}}|{{{logo_width}}}|alt={{{logo_alt}}}]] | |
[[File:{{{image}}}|{{{image_width}}}|alt={{{image_alt}}}]] | |
Location | {{{location}}} |
---|---|
Coordinates | {{{coordinates}}} |
Address | {{{address}}} |
Opening date | {{{opening_date}}} |
Closing date | {{{closing_date}}} |
Demolished | {{{demolished}}} |
Previous names | {{{previous_names}}} |
Developer | {{{developer}}} |
Management | {{{manager}}} |
Owner | {{{owner}}} |
Architect | {{{architect}}} |
No. of stores and services | {{{number_of_stores}}} |
No. of anchor tenants | {{{number_of_anchors}}} |
Total retail floor area | {{{floor_area}}} |
No. of floors | {{{floors}}} |
Parking | {{{parking}}} |
Public transit access | {{{publictransit}}} |
Website | {{{website}}} |
{{{embedded}}} | |
{{{footnotes}}} |
{{Infobox shopping mall
| name =
| native_name =
| native_name_lang =
| logo =
| logo_alt =
| logo_width =
| image =
| image_alt =
| image_width =
| caption =
| location =
| coordinates = <!-- {{Coord|}} -->
| address =
| opening_date =
| closing_date =
| previous_names =
| developer =
| manager =
| owner =
| architect =
| number_of_stores =
| number_of_anchors =
| floor_area =
| floors =
| parking =
| publictransit =
| website =
| footnotes =
| embedded =
}}
Parameters
[edit]Field Name | Required | Description | Values |
---|---|---|---|
name | yes | Name of shopping centre | wikitext |
native_name | no | Name of the shopping centre in the native language | wikitext |
native_name_lang | no | ISO code for the language used in the native name field | |
logo | no | Logo of the shopping centre | filename |
logo_width | no | Width of logo as a numerical value | |
image | no | Image of the shopping centre | filename |
image_width | no | Width of image as a numerical value | |
caption | no | Caption for image | wikitext (can contain links) |
location | no | Location of the shopping centre | wikitext (can contain links) E.g., [[Joondalup, Western Australia]], [[Australia]] |
coordinates | no | Geographic coordinates of location | Use {{coord}} with display=inline,title. |
address | no | Street address | wikitext (can contain links) |
opening_date | no | Date of opening | E.g.; 25 January 2007 |
closing_date | no | Date centre closed | E.g.; 25 January 2007 |
developer | no | Name of original centre developer | wikitext (can contain links) |
manager | no | Name of current centre manager | wikitext (can contain links) |
owner | no | Name(s) of current owner(s) | wikitext (can contain links) |
architect | no | Name(s) of current architect(s) | wikitext (can contain links) |
number_of_stores | no | Number of stores expressed as a numerical value | |
number_of_anchors | no | Number of anchor tenants expressed as a numerical value (must be sourced, as per WP:TENANTS) | |
floor_area | no | Gross leasable area of the centre, expressed as a numerical value | For best practice, use {{convert}} in this field. |
floors | no | Number of floors expressed as a numerical value | |
parking | no | Number of parking bays expressed as a numerical value, or e.g. 0 (valet only). | Mixed or unusual parking types covered/uncovered, underground, municipal lot, paid & validated, etc. are explained in the article body. |
publictransit | no | The nearest public transport stop | [[Roosevelt/State (CTA)|Roosevelt Station]], [[Chicago Transit Authority]] |
website | no | URL | {{URL|url.com.au}} |
footnotes | no | Footnotes and citations for information within infobox | wikitext (can contain links) |
embedded | no | An infobox to embed (see Wikipedia:WikiProject Infoboxes/embed) | an infobox template |
Mapframe maps
[edit]A Mapframe map is automatically included if:
- There are coordinates specified on the page's Wikidata item
- It has not been turned off by setting
|mapframe=no
- Basic parameters:
- mapframe – Specify yes or no to show or hide the map, overriding the default. Default: yes
- mapframe-caption – Caption for the map. Default: blank (or if
|mapframe-geomask=
is set, "Location in geomask's label") - mapframe-custom – Use a custom map instead of the automatic mapframe. Specify either a
{{maplink}}
template, or another template that generates a mapframe map, or an image name. If used, the subsequent mapframe parameters will be ignored. Default: not specified - mapframe-id or id or qid – Id (Q-number) of Wikidata item to use. Default: item for current page
- mapframe-coordinates or mapframe-coord or coordinates or coord – Coordinates to use, instead of any on Wikidata. Use the {{Coord}} template, e.g.
|coord=
. Default: coordinates from Wikidata{{Coord|12.34|N|56.78|E}}
- mapframe-wikidata – Set to
yes
to show shape/line features from the wikidata item, if any, when|coord=
is set. Default: not specified
- Customise which features are displayed:
- mapframe-shape – Turn off display of shape feature by setting to
none
. Use an inverse shape (geomask) instead of a regular shape by setting toinverse
. Default: not specified - mapframe-point – Turn off display of point feature by setting to
none
. Force point marker to be displayed by setting toon
. Default: not specified - mapframe-line – Turn off display of line feature by setting to
none
. Default: not specified - mapframe-geomask – Wikidata item to use as a geomask (everything outside the boundary is shaded darker). Can either be a specific Wikidata item (Q-number), or a property that specifies the item to use (e.g.
P17
for country (P17),P131
for located in the administrative territorial entity (P131)). Default: not specified - mapframe-switcher – set to
auto
orgeomasks
orzooms
to enable Template:Switcher-style switching between multiple mapframes. Default: not specifiedauto
– switch geomasks found in location (P276) and located in the administrative territorial entity (P131) statements on the page's Wikidata item, searching recursively. E.g. an item's city, that city's state, and that state's country.geomasks
– switch between the geomasks specified as a comma-separated list of Wikidata items (Q-numbers) in the mapframe-geomask parameterzooms
– switch between "zoomed in"/"zoomed midway"/"zoomed out", where "zoomed in" is the default zoom (with a minimum of3
), "zoomed out" is1
, and "zoomed midway" is the average
- mapframe-shape – Turn off display of shape feature by setting to
- Other optional parameters:
- mapframe-frame-width or mapframe-width – Frame width. Default: 270
- mapframe-frame-height or mapframe-height – Frame height. Default: 200
- mapframe-shape-fill – Color used to fill shape features. Default: #606060
- mapframe-shape-fill-opacity – Opacity level of shape fill, a number between 0 and 1. Default: 0.5
- mapframe-stroke-color or mapframe-stroke-colour – Color of line features, and outlines of shape features. Default: #ff0000
- mapframe-stroke-width – Width of line features, and outlines of shape features; default is "5". Default: 5
- mapframe-marker – Marker symbol to use for coordinates; see mw:Help:Extension:Kartographer/Icons for options. Default: not specified (i.e. blank)
- Can also be set to
blank
to override any default marker symbol
- Can also be set to
- mapframe-marker-color or mapframe-marker-colour – Background color for the marker. Default: #5E74F3
- mapframe-geomask-stroke-color or mapframe-geomask-stroke-colour – Color of outline of geomask shape. Default: #555555
- mapframe-geomask-stroke-width – Width of outline of geomask shape. Default: 2
- mapframe-geomask-fill – Color used to fill outside geomask features. Default: #606060
- mapframe-geomask-fill-opacity – Opacity level of fill outside geomask features, a number between 0 and 1. Default: 0.5
- mapframe-zoom – Set the zoom level, from "1" (map of earth) to "18" (maximum zoom in), to be used if the zoom level cannot be determined automatically from object length or area. Default: 10
- mapframe-length_km or mapframe-length_mi or mapframe-area_km2 or mapframe-area_mi2 – Determine zoom level by passing in object's length (in kilometres or miles) or area (in square kilometres or square miles). Default: not specified
- mapframe-frame-coordinates or mapframe-frame-coord – Alternate latitude and longitude coordinates for initial placement of map, using {{coord}}. Default: derived from item coordinates
TemplateData
[edit]TemplateData for Infobox shopping mall
This template can be used to provide at-a-glance comparative information for [[shopping mall|shopping malls]] (shopping centres).
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name of shopping centre | Unknown | required |
Native name | native_name | Name of the shopping centre in the native language | Unknown | optional |
Language of native name | native_name_lang | ISO code for the language used in the native name field | String | optional |
logo | logo | Logo of the shopping centre | File | optional |
logo_alt | logo_alt | no description | Unknown | optional |
Logo width | logo_width | Width of logo as a numerical value | Unknown | optional |
image | image | Image of the shopping centre | File | optional |
image_alt | image_alt | no description | Unknown | optional |
Image width | image_width | Width of image as a numerical value | Unknown | optional |
caption | caption | Caption for image | Unknown | optional |
location | location | Location of the shopping centre
| Unknown | optional |
coordinates | coordinates | Geographic coordinates of location; use {{coord}} with display=inline,title. | Template | optional |
address | address | Street address | Unknown | optional |
Opening date | opening_date | Date of opening
| Unknown | optional |
Closing date | closing_date | Date centre closed
| Unknown | optional |
previous_names | previous_names | no description | Unknown | optional |
developer | developer | Name of original centre developer | Unknown | optional |
manager | manager | Name of current centre manager | Unknown | optional |
owner | owner | Name(s) of current owner(s) | Unknown | optional |
architect | architect | Name(s) of current architect(s) | Unknown | optional |
Number of stores | number_of_stores | Number of stores | Number | optional |
Number of anchors | number_of_anchors | Number of [[anchor store|anchor tenants]] (must be sourced, as per [[Wikipedia:ANC|WP:ANC]]) | Number | optional |
Floor area | floor_area | [[Gross leasable area]] of the centre; for best practice, use {{convert}} in this field. | Number | optional |
floors | floors | Number of floors | Number | optional |
parking | parking | Number of parking bays, or 0 (valet only). Mixed or unusual parking types covered/uncovered, underground, municipal lot, paid & validated, etc. are explained in the article body. | Number | optional |
Public transit | publictransit | The nearest public transport stop
| Unknown | optional |
website | website | URL
| URL | optional |
footnotes | footnotes | Footnotes and citations for information within infobox | Unknown | optional |
embedded | embedded | An infobox to embed (see [[Wikipedia:WikiProject Infoboxes/embed]]) | Template | optional |
Microformat
[edit]The HTML markup produced by this template includes an hCard microformat, which makes the place-name and location parsable by computers, either acting automatically to catalogue articles across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. Within the hCard is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please see the microformat project.
Sub-templates
[edit]If the place or venue has "established", "founded", "opened" or similar dates, use {{start date}} for the earliest of those dates unless the date is before 1583 CE.
If it has a URL, use {{URL}}.
Please do not remove instances of these sub-templates.
Classes
[edit]hCard uses HTML classes including:
- adr
- agent
- category
- county-name
- extended-address
- fn
- label
- locality
- nickname
- note
- org
- region
- street-address
- uid
- url
- vcard
Geo is produced by calling {{coord}}, and uses HTML classes:
- geo
- latitude
- longitude
Please do not rename or remove these classes nor collapse nested elements which use them.
Precision
[edit]When giving coordinates, please use an appropriate level of precision. Do not use {{coord}}'s |name=
parameter.