Revision as of 13:57, 17 October 2009 view sourceThumperward (talk | contribs)Administrators122,814 editsm moved Template:Infobox Brand to Template:Infobox brand: standard casing← Previous edit |
Revision as of 14:35, 17 October 2009 view source Thumperward (talk | contribs)Administrators122,814 edits convert to {{infobox}} for clarity of code and ease of maintenance. if there are any issues with this code drop, before reverting please let me know and I'll try to fix them quicklyNext edit → |
Line 1: |
Line 1: |
|
|
{{ infobox |
|
{| class="infobox vcard" style="width:23em; font-size:90%;" cellpadding=3 |
|
|
|
| bodyclass = vcard |
|
|- |
|
|
|
| title = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}} |
|
! colspan="2" style="font-size: larger; text-align: center;" | {{{name}}} |
|
|
|- {{#if:{{{logo|}}}| |
|
| above = {{#if:{{{logo|}}}|{{{logo}}}}} |
|
|
| image = {{{image|}}} |
|
<tr> |
|
|
|
| caption = {{{caption|}}} |
|
<td colspan="2" style="text-align: center;">{{{logo}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{image|}}}| |
|
|
<tr> |
|
|
<td colspan="2" style="text-align: center; padding-bottom:3px; border-bottom: 1px solid #aaa;">{{{image}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{type|}}}| |
|
|
<tr> |
|
|
<th align="right">Type</th> |
|
|
<td>{{{type}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{currentowner|}}}| |
|
|
<tr> |
|
|
<th align="right">Current owner</th> |
|
|
<td>{{{currentowner}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{origin|}}}| |
|
|
<tr> |
|
|
<th align="right">Country of origin</th> |
|
|
<td>{{{origin}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{introduced|}}}| |
|
|
<tr> |
|
|
<th align="right">Introduced</th> |
|
|
<td>{{{introduced}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{discontinued|}}}| |
|
|
<tr> |
|
|
<th align="right">Discontinued</th> |
|
|
<td>{{{discontinued}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{related|}}}| |
|
|
<tr> |
|
|
<th align="right">Related brands</th> |
|
|
<td>{{{related}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{markets|}}}| |
|
|
<tr> |
|
|
<th align="right">Markets</th> |
|
|
<td>{{{markets}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{previousowners|}}}| |
|
|
<tr> |
|
|
<th align="right">Previous owners</th> |
|
|
<td>{{{previousowners}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{trademarkregistrations|}}}| |
|
|
<tr> |
|
|
<th align="right">Registered as a ] in</th> |
|
|
<td>{{{trademarkregistrations}}}</td> |
|
|
</tr> |
|
|
}} |
|
|
|- {{#if:{{{website|}}}| |
|
|
<tr> |
|
|
<th align="right">Website</th> |
|
|
<td></td> |
|
|
</tr> |
|
|
}} |
|
|
|}<noinclude> |
|
|
== Parameters== |
|
|
The infobox may be added by pasting the template as shown below into an article, typically at the top an an article above the lead section. All parameters except name are optional; any unused parameters should be left blank or omitted. |
|
|
*logo: image of logo |
|
|
*name: name of brand |
|
|
*image: image of brand in use |
|
|
*type: category of products sold under this brand |
|
|
*currentowner: name of entity that currently owns the brand |
|
|
*origin: Country of origin |
|
|
*introduced: date brand was first used |
|
|
*discontinued: date brand was retired |
|
|
*related: Related brands, other brands that are used with the same products by the same manufacturer ie Chrysler and Dodge |
|
|
*markets: markets in which this brand is used (usually country, sometimes just regions of countries ie North East, Intermountain west, etc) |
|
|
*previousowners: previous entities that owned this brand |
|
|
*trademarkregistrations: countries and dates where the brand has been made a registered trademark |
|
|
*website: official website of the brand |
|
|
|
|
|
|
|
| label1 = Type |
|
==Usage== |
|
|
|
| data1 = {{{type|}}} |
|
<pre style="width: 15em;">{{Infobox Brand |
|
|
|
| label2 = Current owner |
|
|logo= |
|
|
|
| data2 = {{{currentowner|}}} |
|
|name= |
|
|
|
| label3 = Country of origin |
|
|image= |
|
|
|
| data3 = {{{origin|}}} |
|
|type= |
|
|
|
| label4 = Introduced |
|
|currentowner= |
|
|
|
| data4 = {{{introduced|}}} |
|
|origin= |
|
|
|
| label5 = Discontinued |
|
|introduced= |
|
|
|
| data5 = {{{discontinued|}}} |
|
|discontinued= |
|
|
|
| label6 = Related brands |
|
|related= |
|
|
|
| data6 = {{{related|}}} |
|
|markets= |
|
|
|
| label7 = Markets |
|
|previousowners= |
|
|
|
| data7 = {{{markets|}}} |
|
|trademarkregistrations= |
|
|
|
| label8 = Previous owners |
|
|website= |
|
|
|
| data8 = {{{previousowners|}}} |
|
}}</pre> |
|
|
|
| label9 = Registered as a ] in |
|
|
| data9 = {{{trademarkregistrations|}}} |
|
|
| label10 = Website |
|
|
| data10 = [{{{website|}}} |
|
|
|
|
|
|
}}<noinclude>{{doc}}<!-- place category and language links on the /doc sub-page, not here --></noinclude> |
|
==Example== |
|
|
<pre>{{Infobox Brand |
|
|
|logo= |
|
|
|name=Trojan Brand Condoms |
|
|
|image= |
|
|
|type= |
|
|
|currentowner=] (since 2001) |
|
|
|origin={{flagcountry|USA}} |
|
|
|introduced=1920 |
|
|
|discontinued= |
|
|
|related= |
|
|
|markets=World |
|
|
|previousowners=1920 - Youngs Drug Products<br />1985 - Carter-Wallace Inc<br /> |
|
|
|trademarkregistrations= |
|
|
|website=http://www.trojancondoms.com/ |
|
|
}}</pre> |
|
|
{{Infobox Brand |
|
|
|logo= |
|
|
|name=Trojan Brand Condoms |
|
|
|image= |
|
|
|type= |
|
|
|currentowner=] (since 2001) |
|
|
|origin={{flagcountry|USA}} |
|
|
|introduced=1920 |
|
|
|discontinued= |
|
|
|related= |
|
|
|markets=World |
|
|
|previousowners=1920 - Youngs Drug Products<br />1985 - Carter-Wallace Inc<br /> |
|
|
|trademarkregistrations= |
|
|
|website=http://www.trojancondoms.com/ |
|
|
}} |
|
|
<!--Categories--> |
|
|
] |
|
|
] |
|
|
</noinclude> |
|
The infobox may be added by pasting the template as shown above into an article, typically at the top of an article above the lead section. All parameters except name are optional; any unused parameters should be left blank or omitted. Separate multiple values using {{plainlist}} or {{flatlist}}.