5,508 bytes added
, 11:38, 30 July 2013
m{{documentation subpage}}
This template is used to create an infobox in an article about a company.
==Usage==
To use this template in an article, copy the template below, then paste the template into an article.
All parameters are optional – those you do not populate with data will not show up in the infobox when the article is saved.
You must remove both the <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code> characters that surround certain entries in order for the data you enter to appear in the published article.
====Usage====
<pre>
{{Infobox company
| name = {{PAGENAME}}
| logo =
| type =
| foundation =
| founder =
| defunct =
| location_city =
| location_country =
| locations =
| area_served =
| production =
| owner =
| num_employees =
| parent =
| homepage = <!-- {{URL|examplesite.com}} -->
}}
{{Infobox
|headerstyle = background:#ccf;
|labelstyle = background:#ddf;
|datastyle =
|header1 = [[:Category:{{PAGENAME}}| Brands made by {{PAGENAME}}]]
|data2 = <br/>
|belowstyle = background:#ddf;text-align:left
|below = Contact: <br/>
Wikibeeria.com <br/>
Örebro <br/>
Sweden <br/>
admin@wikibeeria.com <br/>
<br/>
}}
[[Category:(Country) breweries]]
</pre>
==Parameters explained==
*'''name''': The name of the brewery.
*'''logo''': The company's current logo. Size maximum 300px <nowiki>[[Image:exemple.jpg|200px]]</nowiki> <br />
*'''type''': The type of brewery, ex. Microbrewery, Pub brewery, Multinational brewery.
*'''foundation''': Year of the company's founding (establishment).
*'''founder''': Entrepreneurs who founded the company. List the founders alphabetically by surname. Use {{tlx|ubl}} to format the entries. <br />Example: <code>Anders Forsell</code> '''OR''' <code><nowiki>{{ubl|[[Bo Eriksson]]|[[Joakim Nilsson]]}}</nowiki></code>
*'''defunct''': Date (the year) that the company became defunct
*'''location_city''': Current city, or city and state/province, of the company's headquarters.
*'''location_country''': Current country of the company's headquarters.
*'''locations''': Number of locations the company has physical properties, expressed as a number, followed by the property type, then the applicable year in parentheses.<br />Example: <code><nowiki>15 breweries (2011)</nowiki></code>
*'''area_served''': Geographic area(s) in which the company does business. Use the largest geographic area(s) that apply. If, for example, a company does business in every province in Canada, list ''Canada'', do not list each province.
*'''production''': The ammount of produced beer in litres or barrel in the most recent year, stating the year in parentheses.
*'''owner''': Use this parameter to list ownership
*'''num_employees''': Total number of people employed by the company in the most recent year and the year prior, with the applicable years in parentheses.<br />Example: <code><nowiki>{{ubl|{{steady}}127 (2011)|127 (2010)}}</nowiki></code>
*'''parent''': If the article's subject is a subsidiary of a holding company or parent company, list the name of the parent brewery
*'''homepage''': Top level URL of the company's website, using the {{tl|URL}} template. Do not include the leading <code>www.<code> unless the URL will not resolve without it.<br />Examples: <code><nowiki>{{URL|wikibeeria.com}}</nowiki></code> finally remove the <!-- and --> signs, otherwise the url will not be displayed.
=== Parameters explained ===
*'''header1 = Leave deafult.
*'''data2 = Leave blank.
*'''Category''' Change 'country' to the right country, as like Sweden = Swedish.
*'''Contact:''' OBS there is a blank (space) before each line of information.
==Examples==
{{Infobox company
| name = Ahlafors bryggeri
| logo = [[File:Alafors-bryggerier.jpg|200px]]
| type = Microbrewery
| foundation = 1995
| founder =
| defunct =
| location_city = Alafors
| location_country = [[Sweden]]
| locations =
| area_served =
| production = 200 000 L
| owner =
| num_employees =
| parent =
| homepage = {{URL|ahlaforsbryggerier.se}}
}}
{{Infobox
|headerstyle = background:#ccf;
|labelstyle = background:#ddf;
|datastyle =
|header1 = [[:Category:Ahlafors bryggeri| Brands made by Ahlafors bryggeri]]
|data2 = <br/>
|belowstyle = background:#ddf;text-align:left
|below = Contact:<br/>
Box 3060 <br/>
449 15 Alafors<br/>
Sweden <br/>
+46 303-741890 <br/>
info@ahlafors.se <br/>
<br/>
}}
<pre style="overflow: auto">
{{Infobox company
| name = {{PAGENAME}}
| logo = [[File:Alafors-bryggerier.jpg|200px]]
| type = Microbrewery
| foundation = 1995
| founder =
| defunct =
| location_city = Alafors
| location_country = [[Sweden]]
| locations =
| area_served =
| production = 200 000 L
| owner =
| num_employees =
| parent =
| homepage = {{URL|ahlaforsbryggerier.se}}
}}
{{Infobox
|headerstyle = background:#ccf;
|labelstyle = background:#ddf;
|datastyle =
|header1 = [[:Category:{{PAGENAME}}| Brands made by {{PAGENAME}}]]
|data2 = <br/>
|belowstyle = background:#ddf;text-align:left
|below = Contact:<br/>
Box 3060 <br/>
449 15 Alafors<br/>
Sweden <br/>
+46 303-741890 <br/>
info@ahlafors.se <br/>
<br/>
}}
</pre>
{{-}}