The {{Infobox brewery}} template is the one advised for use on brewery articles. See Wikipedia:WikiProject Beer/Guidelines.

Usage

edit

Copy and paste the infobox below into the desired article and fill in the values after the equals (=) sign. All fields are optional.

{{{name}}}
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}]]
{{{logo_caption}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{image_alt}}}]]
{{{image_caption}}}
Type{{{type}}}
Location{{{location_place}}}, {{{location_city}}}, {{{location_state}}}, {{{location_country}}} {{{___location}}}
Coordinates{{{coordinates}}}
Opened{{{opened}}}
Closed{{{closed}}}
Key people{{{key_people}}}
Annual production volume{{{production}}}
Other products{{{other_products}}}
Revenue{{{revenue}}}
Operating income{{{operating_income}}}
Net income{{{net_income}}}
Total assets{{{assets}}}
Owned by{{{owner}}}
Employees{{{num_employees}}}
Parent{{{parent}}}
Divisions{{{divisions}}}
Subsidiaries{{{subsid}}}
Distribution{{{distribution}}}
Tasting{{{tasting}}}
Website{{{website}}}
Active beers
{{{active_beers}}}
Name Type
Seasonal beers
{{{seasonal_beers}}}
Name Type
Other beers
{{{other_beers}}}
Name Type
Inactive beers
{{{inactive_beers}}}
Name Type
{{Infobox brewery
| name             = 
| logo             = 
| logo_size        = 
| logo_alt         = 
| logo_caption     = 
| image            = 
| image_size       = 
| image_alt        = 
| image_caption    = 
| type             = 
| ___location         = 
| location_place   = 
| location_city    = 
| location_state   = 
| location_country = 
| coordinates      = 
| opened           = 
| closed           = 
| key_people       = 
| production       = 
| other_products   = 
| revenue          = 
| operating_income = 
| intl             = 
| net_income       = 
| assets           = 
| owner            = 
| num_employees    = 
| parent           = 
| divisions        = 
| subsid           = 
| distribution     = 
| tasting          = 
| website          = 
| active_beers     = 
| seasonal_beers   = 
| other_beers      = 
| inactive_beers   = 
}}

Parameters

edit
name
Name of brewery, displayed at top of the infobbox
logo
Filename for logo
logo_size
Size for logo
logo_alt
Alt text for logo
logo_caption
Caption for logo – normally not needed
image
Filename for image
image_size
Size for image
image_alt
Alt text for image
image_caption
Caption for image
type
Type
___location
Location of the brewery.
location_place
One of four fields used in place of ___location
___location city
One of four fields used in place of ___location
location_state
One of four fields used in place of ___location
location_country
One of four fields used in place of ___location
coordinates
Latitude and longitude of the main brewery ___location. Use {{coord}} template with type:landmark and display=inline,title.
opened
Year the brewery opened. Use {{start date}} template.
closed
Year the brewery ceased production. Use {{end date}} template.
key_people
Key people
production
Production volume per year; use {{convert}} template (e.g. {{convert|1|usbeerbbl|hL|lk=on}}) for unit conversion.
other_products
Other products
revenue
Revenue
operating_income
see Earnings before interest and taxes
intl
if defined, label for next line is Profit; otherwise Net income
net_income
see Net income
assets
see Asset
owner
Owner of the brewery.
num_employees
Employees
parent
see Holding company
divisions
see Division (business)
subsid
see Subsidiary
distribution
Distribution
tasting
Tasting
website or url
Official website. Use {{URL}} template.
active_beers
Use multiple {{Brewbox beer|name=value|style=value}} ex. {{Brewbox beer|name=Loch Down|style=[[Scotch Ale]]}}
seasonal_beers
see above
other_beers
see above
inactive_beers
see above

Mapframe maps

edit

A Mapframe map is automatically included if:

  • There are coordinates specified, either in the |coordinates= parameter or on the page's Wikidata item
  • It has not been turned off by setting |mapframe=no

The following optional parameters can then be used to adjust the map:

  • Basic parameters:
    • mapframe – Specify yes or no to show or hide the map, overriding the default. Default: no, but also modified by onByDefault
      • Internal onByDefault parameter: 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={{Coord|12.34|N|56.78|E}}. Default: coordinates from Wikidata
    • 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-point – Turn off display of point feature by setting to none. Force point marker to be displayed by setting to on. Default: not specified
    • mapframe-shape – Turn off display of shape feature by setting to none. Force display of shape by setting to on. Use an inverse shape (geomask) instead of a regular shape by setting to inverse. Default: not specified
    • mapframe-line – Turn off display of line feature by setting to none. Force display of line by setting to on. 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 or geomasks or zooms to enable Template:Switcher-style switching between multiple mapframes. Default: not specified
      • auto – 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 parameter
      • zooms – switch between "zoomed in"/"zoomed midway"/"zoomed out", where "zoomed in" is the default zoom (with a minimum of 3), "zoomed out" is 1, and "zoomed midway" is the average
  • 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: beer
      • Can also be set to blank to override any default marker symbol
    • mapframe-marker-color or mapframe-marker-colour – Background color for the marker. Default: #ecc850
    • 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
    • mapframe-type – Set the type of the object, with the same usage as {{coord}}. Default: landmark
    • mapframe-population – Set the population, useful with type="city", for {{Infobox dim}}. Default: not specified


Example

edit
Cascade Brewery
Map
LocationHobart, Tasmania, Australia
Coordinates42°53′45″S 147°17′33″E / 42.89583°S 147.29250°E / -42.89583; 147.29250
Opened1832 (1832)
Annual production volume360,000 hectolitres (310,000 US bbl)
Owned bySABMiller
Websitecascadebrewery.com.au
Active beers
Name Type
Premium Lager Lager
Premium Light Low-alcohol Lager
Pale Ale Lager
Blonde Lager
Draught Lager
Lager (Blue) Lager
Bitter (Red) Bitter Lager
Stout Stout
Bright Lager
Seasonal beers
Name Type
First Harvest Special Ale
{{Infobox brewery
| name           = Cascade Brewery
| image          = Cascade Brewery 1.jpg
| ___location       = [[Hobart]], [[Tasmania]], Australia
| coordinates    = {{coord|42|53|45|S|147|17|33|E|region:AU_type:landmark|display=inline,title}}
| owner          = [[SAB Miller]]
| opened         = {{start date|1832}}
| production     = {{convert|360000|hL|usbeerbbl|lk=on}}
| website        = {{URL|cascadebrewery.com.au}}
| active_beers   = 
  {{brewbox beer|name=Premium Lager|style=[[Lager]]}}
  {{brewbox beer|name=Premium Light|style=Low-alcohol [[Lager]]}}
  {{brewbox beer|name=Pale Ale|style=[[Lager]]}}
  {{brewbox beer|name=Blonde|style=[[Lager]]}}
  {{brewbox beer|name=Draught|style=[[Lager]]}}
  {{brewbox beer|name=Lager (Blue)|style=[[Lager]]}}
  {{brewbox beer|name=Bitter (Red)|style=Bitter [[Lager]]}}
  {{brewbox beer|name=Stout|style=[[Stout]]}}
  {{brewbox beer|name=Bright|style=[[Lager]]}}
| seasonal_beers = 
  {{brewbox beer|name=First Harvest|style=Special [[Ale]]}}
}}

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.

TemplateData

edit
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Infobox brewery in articles based on its TemplateData.

TemplateData for Infobox brewery

No description.

Template parameters

ParameterDescriptionTypeStatus
namename company_name

no description

Unknownoptional
logologo company_logo

no description

Unknownoptional
logo_sizelogo_size

no description

Unknownoptional
logo_altlogo_alt

no description

Unknownoptional
logo_captionlogo_caption

no description

Unknownoptional
imageimage

no description

Fileoptional
image_sizeimage_size

no description

Unknownoptional
image_altimage_alt alt

no description

Unknownoptional
image_captionimage_caption caption

no description

Unknownoptional
mapframemapframe

no description

Unknownoptional
mapframe-zoommapframe-zoom

no description

Unknownoptional
mapframe-widthmapframe-width

no description

Unknownoptional
mapframe-heightmapframe-height

no description

Unknownoptional
mapframe-markermapframe-marker

no description

Unknownoptional
mapframe-marker-colormapframe-marker-color

no description

Unknownoptional
mapframe-marker-colourmapframe-marker-colour

no description

Unknownoptional
mapframe-latmapframe-lat

no description

Unknownoptional
mapframe-latitudemapframe-latitude

no description

Unknownoptional
mapframe-longmapframe-long

no description

Unknownoptional
mapframe-longitudemapframe-longitude

no description

Unknownoptional
mapframe-captionmapframe-caption

no description

Unknownoptional
typetype

no description

Unknownoptional
location_placelocation_place

no description

Unknownoptional
location_citylocation_city

no description

Unknownoptional
location_statelocation_state

no description

Unknownoptional
location_countrylocation_country

no description

Unknownoptional
___location___location

no description

Unknownoptional
coordinatescoordinates

no description

Unknownoptional
openedopened

no description

Unknownoptional
closedclosed

no description

Unknownoptional
key_peoplekey_people

no description

Unknownoptional
productionproduction

no description

Unknownoptional
other_productsother_products

no description

Unknownoptional
revenuerevenue

no description

Unknownoptional
operating_incomeoperating_income

no description

Unknownoptional
intlintl

no description

Unknownoptional
net_incomenet_income

no description

Unknownoptional
assetsassets

no description

Unknownoptional
ownerowner

no description

Unknownoptional
num_employeesnum_employees

no description

Unknownoptional
parentparent

no description

Unknownoptional
divisionsdivisions

no description

Unknownoptional
subsidsubsid

no description

Unknownoptional
distributiondistribution

no description

Unknownoptional
tastingtasting

no description

Unknownoptional
websitewebsite url

no description

Unknownoptional
active_beersactive_beers

no description

Unknownoptional
seasonal_beersseasonal_beers

no description

Unknownoptional
other_beersother_beers

no description

Unknownoptional
inactive_beersinactive_beers

no description

Unknownoptional

Tracking category

edit

See also

edit