Template:BrandHeader/doc: Difference between revisions

Template page
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatedata>
<templatedata>
{
{
"description": "Essential brand/organization information.",
"description": "Required organization information.",
"params": {
"params": {
"title": {
"label": "Name",
"description": "The common name of the entity/organization.",
"type": "string",
"required": true
},
"logo": {
"logo": {
"label": "Logo Filename",
"label": "Logo",
"description": "The primary logo or lettermark for the brand. SVG or Transparent background highly suggested. Wikipedia likely already has this. Upload fair-use files with /wiki/Special:Upload (Insert>Images>Upload>Default Upload Page).",
"description": "The primary logo or lettermark for the brand (SVG or transparent PNG filename). Use Wikipedia's: Click on Image > Share > Embed > Wikitext > Copy Filename",
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true,
"suggested": true,
Line 18: Line 12:
"cover": {
"cover": {
"label": "Cover Image",
"label": "Cover Image",
"description": "A decorative/contextual image of the brand's real world presence (e.g. storefront, distincive facilities). Wikimedia Commons likely already has one, which you can link directly by filename, using their \"use this image\" button.",
"description": "An image of the brand's real-world presence (e.g. facilities, products, storefront). Use a Wikimedia Commons filename. Search > Click on image > First link to copy.",
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true,
"suggested": true,
Line 25: Line 19:
"coverCaption": {
"coverCaption": {
"label": "Cover Caption",
"label": "Cover Caption",
"description": "Brief, literal description of the provided cover image.",
"description": "Brief, literal description of the provided cover image. Wikimedia should already have this, above where you copied the filename.",
"type": "string",
"type": "line",
"suggested": false
"suggested": true,
"example": "An H&R Block location in Mechanicsburg, Pennsylvania."
},
},
"parent": {
"parent": {
"label": "Parent Entity",
"label": "Ownership Structure",
"description": "If part of an umbrella organization, the name of the parent company.",
"description": "If owned by a larger organization, the show structure of ownership using '➔': 'Legal Name ➔ Parent Legal Name ➔ Umbrella Legal Name'",
"type": "wiki-page-name",
"type": "line",
"example": "Fandom, Inc. (which owns Metacritic)"
"example": "Metacritic ➔ Fandom, Inc.",
"suggested": true
},
},
"products": {
"products": {
"label": "Products/Services",
"label": "Products/Services",
"description": "The consumer-facing offerings of the brand; mainly to aid product-based searches.",
"description": "The brand's products, separated by ' • '. Use Wikipedia's infobox's Products list first.",
"type": "line",
"example": "Oreo Cookies • Nutter Butter",
"suggested": true
},
"industry": {
"label": "Industry",
"description": "The organization's primary domain. Usually, this is in the first paragraph on the corresponding Wikipedia page.",
"example": "Oil and Gas",
"type": "wiki-page-name",
"type": "wiki-page-name",
"example": "Oreo Cookies, Nutter Butter (for Nabisco)"
"required": true
},
"brands": {
"label": "Sub-Brands",
"description": "Labels/brands that this organization sells under, separated by ' • '. Use Wikipedia's infobox's list of brands, first. (Add '[[Brand Name]]' double brackets around brands that have or warrent their own page.)",
"type": "content",
"example": "[[Jiffy Lube]] • Pennzoil",
"suggested": true
}
}
},
},
"paramOrder": [
"paramOrder": [
"title",
"industry",
"logo",
"logo",
"cover",
"cover",
"coverCaption",
"coverCaption",
"parent",
"parent",
"brands",
"products"
"products"
],
],

Latest revision as of 17:05, 5 February 2024

Required organization information.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Industryindustry

The organization's primary domain. Usually, this is in the first paragraph on the corresponding Wikipedia page.

Example
Oil and Gas
Page namerequired
Logologo

The primary logo or lettermark for the brand (SVG or transparent PNG filename). Use Wikipedia's: Click on Image > Share > Embed > Wikitext > Copy Filename

Example
brandname-logo.png
Filesuggested
Cover Imagecover

An image of the brand's real-world presence (e.g. facilities, products, storefront). Use a Wikimedia Commons filename. Search > Click on image > First link to copy.

Example
example.png
Filesuggested
Cover CaptioncoverCaption

Brief, literal description of the provided cover image. Wikimedia should already have this, above where you copied the filename.

Example
An H&R Block location in Mechanicsburg, Pennsylvania.
Linesuggested
Ownership Structureparent

If owned by a larger organization, the show structure of ownership using '➔': 'Legal Name ➔ Parent Legal Name ➔ Umbrella Legal Name'

Example
Metacritic ➔ Fandom, Inc.
Linesuggested
Sub-Brandsbrands

Labels/brands that this organization sells under, separated by ' • '. Use Wikipedia's infobox's list of brands, first. (Add '[[Brand Name]]' double brackets around brands that have or warrent their own page.)

Example
[[Jiffy Lube]] • Pennzoil
Contentsuggested
Products/Servicesproducts

The brand's products, separated by ' • '. Use Wikipedia's infobox's Products list first.

Example
Oreo Cookies • Nutter Butter
Linesuggested