Template:Infobox brand: Difference between revisions

From Robin's SM-201 Website
Jump to navigation Jump to search
(Created page with "{| class="infobox vcard" style="width:23em; font-size:90%;" |- {{#if:{{{logo|}}}| <tr> <td colspan="2" style="text-align: center;">{{{logo}}}</td> </tr> }} |- ! colspan="2" style="font-size: larger; text-align: center;" | {{{name}}} |- {{#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>Type</th> <td>{{{type}}}</td> </tr> }} |- {{#if:{{{currentown...")
 
No edit summary
Line 1: Line 1:
{| class="infobox vcard" style="width:23em; font-size:90%;"
{| | class="infobox" cellspacing="5" style="width:{{{width|25em}}}; font-size:85%; border: 1px solid black;padding:0.5em  1em 0.5em 1em" align="right"
|- {{#if:{{{logo|}}}|
|- {{#if:{{{logo|}}}|
<tr>
<tr>

Revision as of 13:00, 3 February 2025

{{{name}}}

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

Usage

{{Infobox Brand
|logo=
|name=
|image=
|type=
|currentowner=
|origin=
|introduced=
|discontinued=
|related=
|markets=
|previousowners=
|trademarkregistrations=
|website=
}}