Template:Infobox museum/doc: Difference between revisions

Jump to navigation Jump to search
en>Ɱ
(add, not in cat)
 
(Created page with "<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> ==Usage== Copy a blank version to use. All fields '''''must''''' be lowercase. {| class="wikitable" |- width="50%" s...")
Line 1: Line 1:
{{Documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{Auto short description}}
==Usage==
{{Lua|Module:Check for unknown parameters|Module:Infobox|Module:InfoboxImage|Module:Location map|Module:Type in location}}
 
== Usage ==
Copy a blank version to use.  All fields '''''must''''' be [[lowercase]].
Copy a blank version to use.  All fields '''''must''''' be [[lowercase]].


{{Parameter names example | name | native_name | native_name_lang | logo | logo_upright | logo_alt | logo_caption | image | image_upright | alt | caption | pushpin_map= | map_type= | map_caption | map_size | pushpin_relief | map_relief | map dot label | former_name | established | dissolved | location | coordinates | type | accreditation | key_holdings | collections | collection | collection_size | collection size | visitors | founder | director | president | ceo | chairperson | leader | curator | architect | historian | owner | publictransit | parking | car_park | website | network | nrhp | embedded }}
{| class="wikitable"
 
|- width="50%" style="vertical-align:top;"
<pre style="overflow: auto;">{{Infobox museum
! Vertical list !!
|- width="50%" style="vertical-align:top;"
| style="vertical-align:top; padding:1ex;" |<pre>{{Infobox museum
| name                =  
| name                =  
| native_name        =  
| native_name        =  
| native_name_lang    =  
| native_name_lang    =  
| logo                =
| logo_upright        =
| logo_alt            =
| logo_caption        =
| image              =  
| image              =  
| image_upright      =  
| imagesize          =
| caption            =  
| alt                =  
| alt                =  
| caption            =
| map_type            =  
| map_type            =  
| map_relief          =  
| map_relief          =  
| map_size            =  
| map_size            =  
| map_caption        =  
| map_caption        =  
| coordinates        = <!-- {{Coord}} -->
| map_dot_label      =
| latitude            =
| longitude          =
| lat_deg            =
| lat_min            =
| lat_sec            =
| lat_dir            =
| lon_deg            =
| lon_min            =
| lon_sec            =
| lon_dir            =
| coordinates_type    =
| coordinates_region  =
| coordinates_format  =
| coordinates_display =
| coordinates        =  
| former_name        =  
| former_name        =  
| established        = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| established        = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
Line 37: Line 46:
| visitors            =  
| visitors            =  
| founder            =  
| founder            =  
| executive_director  =
| leader_type        =
| leader              =
| director            =  
| director            =  
| president          =  
| president          =  
| ceo                =
| chairperson        =
| chairperson        =  
| curator            =  
| curator            =  
| architect          =
| historian          =
| historian          =  
| owner              =  
| owner              =  
| publictransit      =  
| publictransit      =  
Line 55: Line 59:
| embedded            =  
| embedded            =  
}}</pre>
}}</pre>
|}


=== Embedding other templates ===
==Description of fields==
The '''embedded''' parameter is used for embedding other templates into this infobox (see [[Wikipedia:Infobox modules]]).
 
<pre style="overflow: auto;">
{{Infobox museum
| name =
| <!-- etc. -->
| embedded =
  {{Infobox NRHP
  | embed = yes <!-- or child=yes or subbox=yes-->
  | <!-- etc. -->
  }}
}}
</pre>
 
== Parameters ==
Note that the examples below are presented in wikicode and do not necessarily reflect actual statistics.
Note that the examples below are presented in wikicode and do not necessarily reflect actual statistics.
; name : Name of the museum <br /> Example: Foo Museum of Art
; name : Name of the museum <br /> Example: Foo Museum of Art
; native_name : Name of the museum in the local language, if different
; native_name : Name of the museum in the local language, if different
; native_name_lang : [[List of ISO 639-2 codes|ISO 639-2 code]] for the local language, e.g. "fr" for French. If there is more than one native name, in different languages, enter those names using {{tl|lang}}, instead.
; native_name_lang : [[List of ISO 639-2 codes|ISO 639-2 code]] for the local language, e.g. "fr" for French. If there is more than one native name, in different languages, enter those names using {{tl|lang}}, instead.
; logo : Logo or graphic by which the museum is identified, omitting the [[Help:Link|wikilink brackets]] and the "file:" or "image:" [[Help:Namespace|namespace]] <br />Example: Louvre.jpg
; image : Logo or graphic by which the museum is identified, omitting the [[Help:Link|wikilink brackets]] and the "file:" or "image:" [[Help:Namespace|namespace]] <br />Example: Louvre.jpg
; logo_upright : Logo scaling factor
; imagesize : Size of the logo or graphic; the default size is 200px
; logo_alt : [[WP:ALT|Alt text]] for the logo, for people who can't see the image
; logo_caption : Caption for the logo
; image : Image of the museum, omitting the [[Help:Link|wikilink brackets]] and the "file:" or "image:" [[Help:Namespace|namespace]] <br />Example: Louvre.jpg
; image_upright : Image scaling factor
; caption : Image caption
; caption : Image caption
; alt : [[WP:ALT|Alt text]] for image, for people who can't see the image
; alt : [[WP:ALT|Alt text]] for image, for people who can't see the image
; map_type : The name of the map template used to construct location map, see [[Template:Location map#Available map templates]] <br /> Example: [[Module:Location map/data/USA Alabama|USA Alabama]].
; map_type : The name of the map template used to construct location map, see [[Template:Location map#Available map templates]] <br /> Example: [[Module:Location map/data/USA Alabama|USA Alabama]].
; map_relief : Set this to <code>y</code> or any non-blank value to use a [[relief mapping (computer graphics)|relief map]] image provided by the selected location map template (if a relief map is available). For additional information, see [[Template:Location map#Relief parameter]].
; map_relief : Set this to <code>y</code> or any non-blank value to use a [[relief mapping (computer graphics)|relief map]] image provided by the selected location map template (if a relief map is available). For additional information, see [[Template:Location map#Relief parameter]].
; map_size : Specify a pixel width for the map image. The default is 220. <br /> Example: <code>map_size=230</code> (not <code>map_size=230px</code>).
; map_size : Specify a pixel width for the map image. The default is 250. <br /> Example: <code>map_size=220</code> (not <code>map_size=220px</code>).
; map_caption : Text displayed below the map image. <br /> Example: FooTown
; map_caption : Text displayed below the map image, if latitude and longitude are used <br /> Example: FooTown
; coordinates : Latitude and longitude. Use {{Tl|Coord}}; see that template's documentation for usage information.
; map_dot_label : Text displayed next to the dot on the map
; latitude : The [[latitude]] coordinate of the museum <br /> Example: 51.45 <br /> For DMS coordinates, use '''lat_deg''', '''lat_min''', '''lat_sec''', and '''lat_dir'''.
; longitude : The [[longitude]] coordinate of the museum <br /> Example: -2.5813 <br /> For DMS coordinates, use '''lon_deg''', '''lon_min''', '''lon_sec''', and '''lon_dir'''.
; coordinates_type : A list of coordinate parameters passed to {{tl|coord}}, such as ''region:GB_type:landmark_dim:100_source:enwiki-osgb36(NM423315)''. In most cases this list should at least include ''type:landmark''.  The default is simply ''type:landmark''.
; coordinates_region : The [[ISO 3166-1 alpha-2]] or [[ISO 3166-2]] code, e.g. {{para|coordinates_region|GB}} or {{para|coordinates_region|US-NY}}
; coordinates_format :
; coordinates_display : Usually <code>inline,title</code>, otherwise <code>inline</code>
; coordinates : An alternative, taking {{Tl|Coord}} as a single value
; former_name : Previous name(s)
; former_name : Previous name(s)
; established : Date of the museum's [[wikt:establish|establishment]]. Use {{Tl|Start date}}. <br /> Example: <nowiki>{{Start date|1997|03|31}}</nowiki>
; established : Date of the museum's [[wikt:establish|establishment]]. Use {{Tl|Start date}}. <br /> Example: <nowiki>{{Start date|1997|03|31}}</nowiki>
; dissolved : If [[wikt:defunct|defunct]], date the museum was dissolved. Use {{Tl|End date}}. <br /> Example: <nowiki>{{End date|2007|12|31}}</nowiki>
; dissolved : If [[wikt:defunct|defunct]], date the museum was dissolved. Use {{Tl|End date}}. <br /> Example: <nowiki>{{Start date|2007|12|31}}</nowiki>
; location : Location of the museum <br /> Example: <nowiki>[[National Mall]], [[Washington D.C.]], [[United States|US]]</nowiki> <br /> Example: <nowiki>[[Moncton]], [[New Brunswick]], [[Canada]]</nowiki>
; location : Location of the museum <br /> Example: <nowiki>[[National Mall]], [[Washington D.C.]], [[United States|US]]</nowiki> <br /> Example: <nowiki>[[Moncton]], [[New Brunswick]], [[Canada]]</nowiki>
; type : [[:Category:Types of museum|Type of museum]], most likely ''Art museum'', ''Science museum'', ''Children's museum'', ''General interest'' or similar <br /> Example: <nowiki>[[Art museum]]</nowiki> <br /> Example: <nowiki>[[Science museum]]</nowiki> <br /> Example: <nowiki>[[Children's museum]]</nowiki>
; type : [[:Category:Types of museum|Type of museum]], most likely ''Art museum'', ''Science museum'', ''Children's museum'' or similar <br /> Example: <nowiki>[[Art museum]]</nowiki> <br /> Example: <nowiki>[[Science museum]]</nowiki> <br /> Example: <nowiki>[[Children's museum]]</nowiki>
; accreditation : Accreditation <br /> Example: <nowiki>[[American Alliance of Museums]]</nowiki> <br />
; accreditation : Accreditation <br /> Example: <nowiki>[[American Alliance of Museums]]</nowiki> <br />
; key_holdings : Key holdings  <br /> Example: <nowiki>[[Flaming June]]</nowiki> <br />
; key_holdings : Key holdings  <br /> Example: <nowiki>[[Flaming June]]</nowiki> <br />
Line 100: Line 93:
; visitors : Number of visitors <br /> Example: 417,096 (2005)
; visitors : Number of visitors <br /> Example: 417,096 (2005)
; founder : The museum's founder <br /> <nowiki> Example: [[Harold Saxon]]</nowiki>
; founder : The museum's founder <br /> <nowiki> Example: [[Harold Saxon]]</nowiki>
; executive_director : The museum's executive director <br /> <nowiki> Example: [[Harold Saxon]]</nowiki> <br /> Alias: <code>executive director</code>
; director : The museum's director <br /> <nowiki> Example: [[Harold Saxon]]</nowiki>
; director : The museum's director <br /> <nowiki> Example: [[Harold Saxon]]</nowiki>
; president : Alternative to "director" above
; president : Alternative to "director" above
; ceo : Alternative to "ceo" above
; chairperson : The museum's chair <br /> <nowiki> Example: [[Harold Saxon]]</nowiki>
; curator : The [[curator]] of the museum <br /> <nowiki> Example: [[John Smith]]</nowiki>
; curator : The [[curator]] of the museum <br /> <nowiki> Example: [[John Smith]]</nowiki>
; architect : The [[architect]] of the museum <br /> <nowiki> Example: [[John Smith]]</nowiki>
; assistant curator : The [[assistant curator]] of the museum <br /> <nowiki> Example: [[John Smith]]</nowiki>
; historian : The [[historian]] of the museum <br /> <nowiki> Example: [[John Smith]]</nowiki>
; owner : The [[owner]] of the museum <br /> <nowiki> Example: [[Government of the City of Miami]]</nowiki>
; owner : The [[owner]] of the museum <br /> <nowiki> Example: [[Government of the City of Miami]]</nowiki>
; publictransit : The nearest [[public transport]] stop <br /> <nowiki> Example: [[Roosevelt/State (CTA)|Roosevelt Station]], [[Chicago Transit Authority]]</nowiki>
; publictransit : The nearest [[public transport]] stop <br /> <nowiki> Example: [[Roosevelt/State (CTA)|Roosevelt Station]], [[Chicago Transit Authority]]</nowiki>
; car_park : The nearest car park <br /> <nowiki> Example: On site (no charge)</nowiki>
; car_park : The nearest car park <br /> <nowiki> Example: On site (no charge)</nowiki>
; parking : Same as car park, but instead renders the label as "parking" for [[WP:ENGVAR]] purposes
; parking : Same as car park, but instead renders the label as "parking" for [[WP:ENGVAR]] purposes
; network : If the museum is part of a museum network, specify the network name to invoke one of the [//en.wikipedia.org/w/index.php?title=Special%3APrefixIndex&prefix=Infobox+museum&namespace=10 network templates].
; network : If the museum is part of a museum network, specify the network name to invoke one of the [http://en.wikipedia.org/w/index.php?title=Special%3APrefixIndex&prefix=Infobox+museum&namespace=10 network templates].
; website : Official or primary website operated by the museum. Use the template {{tl|URL}}. <br /> Example: <nowiki>{{URL|example.org}}</nowiki>
; website : Official or primary website operated by the museum. Use the template {{tl|URL}}. <br /> Example: <nowiki>{{URL|example.org}}</nowiki>
; embed : Enter <code>yes</code> if this template is used as a module (sub-template) of another infobox.
; embedded : Enter <code>yes</code> if this template is used as a module (sub-template) of another infobox.
 
===Mapframe map===
A [[Template:Mapframe|Mapframe]] map is automatically included if:
* There are coordinates specified on the page's Wikidata item
* It has not be turned off by setting {{para|mapframe|no}}
The following optional parameters can then be used to adjust the map
* {{para|mapframe-zoom}} zoom level (default is {{kbd|10}})
* {{para|mapframe-width}} and {{para|mapframe-height}} for the map size (defaults are {{kbd|270}} and {{kbd|200}})
* {{para|mapframe-marker}} for the [[mw:Help:Extension:Kartographer/Icons|marker icon]] (default is {{kbd|museum}})
* either {{para|mapframe-marker-color}} or {{para|mapframe-marker-colour}} for the marker colour ([[hex triplet]], default is <code>#5E74F3</code>)
* {{para|mapframe-caption}} caption below the map
* {{para|mapframe-lat}} and {{para|mapframe-long}} (or {{para|mapframe-latitude}} and {{para|mapframe-longitude}}) – alternate initial latitude and longitude for the map, instead of the museum's coordinates. Specify as a decimal number.


==Microformat==
==Microformat==
{{UF-hcard-geo}}
{{UF-hcard-geo}}


==TemplateData==
== See also ==
{{TemplateData header}}
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "Name of the museum",
"example": "Foo Museum of Art",
"type": "line",
"suggested": true
},
"native_name": {
"label": "Native name",
"description": "Name of the museum in the local language, if different",
"type": "line"
},
"native_name_lang": {
"label": "Native name language",
"description": "The language of the native name",
"type": "line"
},
"logo": {
"label": "Logo",
"description": "Logo or graphic by which the museum is identified",
"example": "Louvre.jpg",
"type": "wiki-file-name",
"suggested": true
},
"logo_upright": {
"label": "Logo upright",
"description": "Logo scaling factor",
"type": "number"
},
"logo_alt": {
"label": "Logo alt text",
"description": "Alt text for the logo, for people who can't see the image"
},
"logo_caption": {
"label": "Logo caption",
"description": "The caption for the logo",
"type": "string"
},
"image": {
"label": "Image",
"description": "An image of the museum",
"example": "Louvre.jpg",
"type": "wiki-file-name",
"suggested": true
},
"image_upright": {
"label": "Image upright",
"description": "Scaling factor for the image",
"type": "number"
},
"alt": {
"label": "Image alt text",
"description": "Alt text for image, for people who can't see the image",
"type": "string"
},
"caption": {
"label": "Image caption",
"description": "A caption for the image",
"type": "string"
},
"map_type": {
"aliases": [
"pushpin_map"
],
"label": "Map type",
"description": "The name of the map template used to construct location map, see [[Template:Location map#Available map templates]]",
"example": "USA Alabama",
"type": "line",
"suggested": true
},
"map_caption": {
"label": "Map caption",
"description": "Text displayed below the map image, if latitude and longitude are used",
"example": "FooTown",
"type": "line"
},
"map_size": {
"label": "Map size",
"description": "Specify a pixel width for the map image",
"example": "250",
"type": "number",
"default": "250"
},
"map_relief": {
"aliases": [
"pushpin_relief"
],
"label": "Show map relief",
"description": "Set this to y or any non-blank value to use a relief map image provided by the selected location map template (if a relief map is available). For additional information, see [[Template:Location map#Relief parameter]]",
"type": "boolean"
},
"former_name": {
"label": "Former name",
"description": "Previous name(s)",
"type": "line",
"suggested": true
},
"established": {
"label": "Established",
"description": "Date of establishment, using {{Start date}}",
"example": "{{Start date|1997|03|31}}",
"type": "wiki-template-name",
"suggested": true
},
"dissolved": {
"label": "Dissolved",
"description": "If defunct, date the museum was dissolved. Use {{End date}}",
"example": "{{End date|2007|12|31}}",
"type": "wiki-template-name"
},
"location": {
"label": "Location",
"description": "Location of the museum",
"example": "[[National Mall]], [[Washington D.C.]], [[United States|US]]",
"type": "line",
"suggested": true
},
"coordinates": {
"label": "Coordinates",
"description": "Alternative to other coordinates parameters, taking {{Coord}} as a single value",
"example": "{{Coord|44.112|N|87.913|W|display=title}}",
"type": "wiki-template-name"
},
"type": {
"label": "Type",
"description": "Type of museum, most likely Art museum, Science museum, Children's museum or similar",
"example": "[[Art museum]]",
"type": "line",
"suggested": true
},
"accreditation": {
"label": "Accreditation",
"example": "[[American Alliance of Museums]]",
"type": "line"
},
"key_holdings": {
"label": "Key holdings",
"description": "Important holdings",
"example": "[[Flaming June]]",
"type": "line"
},
"collections": {
"label": "Collections",
"description": "The types of collections held by the museum",
"example": "[[Baroque]]",
"type": "string"
},
"collection_size": {
"aliases": [
"collection size",
"collection"
],
"label": "Collection size",
"description": "Number of objects",
"example": "20,000",
"type": "number"
},
"visitors": {
"label": "Visitors",
"description": "Number of visitors",
"example": "417,096 (2005)",
"type": "line"
},
"founder": {
"label": "Founder",
"description": "The museum's founder",
"example": "[[Harold Saxon]]",
"type": "line"
},
"director": {
"label": "Director",
"description": "The museum's director",
"type": "line"
},
"executive_director": {
"label": "Executive director",
"description": "The museum's executive director",
"type": "line",
"aliases": [
"executive director"
]
},
"president": {
"label": "President",
"description": "The museum's president",
"type": "line"
},
"ceo": {
"label": "CEO",
"description": "The museum's chief executive officer",
"type": "line"
},
"chairperson": {
"label": "Chairperson",
"description": "The museum's chair",
"type": "line"
},
"curator": {
"label": "Curator",
"description": "The curator of the museum",
"type": "line"
},
"architect": {
"label": "Architect",
"description": "The architect of the museum",
"type": "line"
},
"historian": {
"label": "Historian",
"description": "The historian of the museum"
},
"owner": {
"label": "Owner",
"description": "The owner of the museum",
"example": "[[Government of the City of Miami]]",
"type": "line"
},
"employees": {},
"publictransit": {
"label": "Public transport",
"description": "The nearest public transport stop",
"example": "[[Roosevelt/State (CTA)|Roosevelt Station]], [[Chicago Transit Authority]]",
"type": "line"
},
"parking": {
"label": "Parking",
"description": "The nearest car park",
"example": "On site (no charge)",
"type": "line"
},
"car_park": {
"label": "Car park",
"description": "Same as car park, but instead renders the label as \"parking\" for [[WP:ENGVAR]] purposes",
"type": "line"
},
"website": {
"label": "Website",
"description": "Official or primary website operated by the museum. Use the template {{URL}}.",
"example": "{{URL|example.org}}",
"type": "wiki-template-name",
"suggested": true
},
"network": {
"label": "Network",
"description": "If the museum is part of a museum network, specify the network name to invoke one of the [https://en.wikipedia.org/w/index.php?title=Special%3APrefixIndex&prefix=Infobox+museum&namespace=10 network templates]",
"type": "line"
},
"nrhp": {},
"embedded": {}
},
"description": "An infobox for museums",
"paramOrder": [
"name",
"native_name",
"native_name_lang",
"logo",
"logo_upright",
"logo_alt",
"logo_caption",
"image",
"image_upright",
"caption",
"alt",
"map_type",
"map_caption",
"map_size",
"map_relief",
"former_name",
"established",
"dissolved",
"location",
"coordinates",
"type",
"accreditation",
"key_holdings",
"collections",
"collection_size",
"visitors",
"founder",
"executive_director",
"director",
"president",
"ceo",
"chairperson",
"curator",
"architect",
"historian",
"owner",
"employees",
"publictransit",
"parking",
"car_park",
"website",
"network",
"nrhp",
"embedded"
],
"format": "block"
}
</templatedata>
 
== Tracking category ==
* {{clc|Pages using infobox museum with unsupported parameters}}
 
{{Organization infoboxes}}
{{Organization infoboxes}}
{{Buildings and structures infobox templates}}
{{Buildings and structures infobox templates}}
Line 448: Line 117:
[[Category:Buildings and structures infobox templates|Museum]]
[[Category:Buildings and structures infobox templates|Museum]]
[[Category:Organization infobox templates|Museum]]
[[Category:Organization infobox templates|Museum]]
[[Category:Templates that add a tracking category]]
[[Category:WikiProject Museums templates]]
[[Category:WikiProject Museums templates]]
}}</includeonly>
}}</includeonly>

Revision as of 20:42, 29 January 2020

Usage

Copy a blank version to use. All fields must be lowercase.

Vertical list
{{Infobox museum
| name                = 
| native_name         = 
| native_name_lang    = 
| image               = 
| imagesize           = 
| caption             = 
| alt                 = 
| map_type            = 
| map_relief          = 
| map_size            = 
| map_caption         = 
| map_dot_label       = 
| latitude            = 
| longitude           = 
| lat_deg             = 
| lat_min             = 
| lat_sec             = 
| lat_dir             = 
| lon_deg             = 
| lon_min             = 
| lon_sec             = 
| lon_dir             = 
| coordinates_type    = 
| coordinates_region  = 
| coordinates_format  = 
| coordinates_display = 
| coordinates         = 
| former_name         = 
| established         = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| dissolved           = <!-- {{End date|YYYY|MM|DD|df=y}} -->
| location            = 
| type                = 
| accreditation       = 
| key_holdings        = 
| collections         = 
| collection_size     = 
| visitors            = 
| founder             = 
| director            = 
| president           = 
| chairperson         =
| curator             = 
| historian           =
| owner               = 
| publictransit       = 
| car_park            = 
| parking             = 
| network             = 
| website             = <!-- {{URL|example.com}} -->
| embedded            = 
}}

Description of fields

Note that the examples below are presented in wikicode and do not necessarily reflect actual statistics.

name
Name of the museum
Example: Foo Museum of Art
native_name
Name of the museum in the local language, if different
native_name_lang
ISO 639-2 code for the local language, e.g. "fr" for French. If there is more than one native name, in different languages, enter those names using {{lang}}, instead.
image
Logo or graphic by which the museum is identified, omitting the wikilink brackets and the "file:" or "image:" namespace
Example: Louvre.jpg
imagesize
Size of the logo or graphic; the default size is 200px
caption
Image caption
alt
Alt text for image, for people who can't see the image
map_type
The name of the map template used to construct location map, see Template:Location map#Available map templates
Example: USA Alabama.
map_relief
Set this to y or any non-blank value to use a relief map image provided by the selected location map template (if a relief map is available). For additional information, see Template:Location map#Relief parameter.
map_size
Specify a pixel width for the map image. The default is 250.
Example: map_size=220 (not map_size=220px).
map_caption
Text displayed below the map image, if latitude and longitude are used
Example: FooTown
map_dot_label
Text displayed next to the dot on the map
latitude
The latitude coordinate of the museum
Example: 51.45
For DMS coordinates, use lat_deg, lat_min, lat_sec, and lat_dir.
longitude
The longitude coordinate of the museum
Example: -2.5813
For DMS coordinates, use lon_deg, lon_min, lon_sec, and lon_dir.
coordinates_type
A list of coordinate parameters passed to {{coord}}, such as region:GB_type:landmark_dim:100_source:enwiki-osgb36(NM423315). In most cases this list should at least include type:landmark. The default is simply type:landmark.
coordinates_region
The ISO 3166-1 alpha-2 or ISO 3166-2 code, e.g. |coordinates_region=GB or |coordinates_region=US-NY
coordinates_format
coordinates_display
Usually inline,title, otherwise inline
coordinates
An alternative, taking {{Coord}} as a single value
former_name
Previous name(s)
established
Date of the museum's establishment. Use {{Start date}}.
Example: {{Start date|1997|03|31}}
dissolved
If defunct, date the museum was dissolved. Use {{End date}}.
Example: {{Start date|2007|12|31}}
location
Location of the museum
Example: [[National Mall]], [[Washington D.C.]], [[United States|US]]
Example: [[Moncton]], [[New Brunswick]], [[Canada]]
type
Type of museum, most likely Art museum, Science museum, Children's museum or similar
Example: [[Art museum]]
Example: [[Science museum]]
Example: [[Children's museum]]
accreditation
Accreditation
Example: [[American Alliance of Museums]]
key_holdings
Key holdings
Example: [[Flaming June]]
collections
Collections
Example: [[Baroque]]
Example: [[Pre-Raphaelite]]
Example: [[Golden Age]]
collection_size
Number of objects
visitors
Number of visitors
Example: 417,096 (2005)
founder
The museum's founder
Example: [[Harold Saxon]]
director
The museum's director
Example: [[Harold Saxon]]
president
Alternative to "director" above
curator
The curator of the museum
Example: [[John Smith]]
assistant curator
The assistant curator of the museum
Example: [[John Smith]]
owner
The owner of the museum
Example: [[Government of the City of Miami]]
publictransit
The nearest public transport stop
Example: [[Roosevelt/State (CTA)|Roosevelt Station]], [[Chicago Transit Authority]]
car_park
The nearest car park
Example: On site (no charge)
parking
Same as car park, but instead renders the label as "parking" for WP:ENGVAR purposes
network
If the museum is part of a museum network, specify the network name to invoke one of the network templates.
website
Official or primary website operated by the museum. Use the template {{URL}}.
Example: {{URL|example.org}}
embedded
Enter yes if this template is used as a module (sub-template) of another infobox.

Microformat

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

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

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

When giving coordinates, please use an appropriate level of precision. Do not use {{coord}}'s |name= parameter.

See also