No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Required | "description": "Required organization information.", | ||
"params": { | "params": { | ||
"logo": { | "logo": { | ||
"label": "Logo | "label": "Logo", | ||
"description": "The primary logo or lettermark for the brand | "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": " | "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": " | "type": "line", | ||
"suggested": | "suggested": true, | ||
"example": "An H&R Block location in Mechanicsburg, Pennsylvania." | |||
}, | }, | ||
"parent": { | "parent": { | ||
"label": " | "label": "Ownership Structure", | ||
"description": "If | "description": "If owned by a larger organization, the show structure of ownership using '➔': 'Legal Name ➔ Parent Legal Name ➔ Umbrella Legal Name'", | ||
"type": " | "type": "line", | ||
"example": "Fandom, Inc. | "example": "Metacritic ➔ Fandom, Inc.", | ||
"suggested": true | |||
}, | }, | ||
"products": { | "products": { | ||
"label": "Products/Services", | "label": "Products/Services", | ||
"description": "The | "description": "The brand's products, separated by ' • '. Use Wikipedia's infobox's Products list first.", | ||
"type": " | "type": "line", | ||
"example": "Oreo Cookies | "example": "Oreo Cookies • Nutter Butter", | ||
"suggested": true | |||
}, | }, | ||
"industry": { | "industry": { | ||
"label": "Industry", | "label": "Industry", | ||
"description": " | "description": "The organization's primary domain. Usually, this is in the first paragraph on the corresponding Wikipedia page.", | ||
"example": "Oil and Gas", | "example": "Oil and Gas", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true | "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": [ | ||
"industry", | "industry", | ||
"logo", | "logo", | ||
Line 56: | Line 59: | ||
"coverCaption", | "coverCaption", | ||
"parent", | "parent", | ||
"brands", | |||
"products" | "products" | ||
], | ], |
Latest revision as of 17:05, 5 February 2024
Required organization information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Industry | industry | The organization's primary domain. Usually, this is in the first paragraph on the corresponding Wikipedia page.
| Page name | required |
Logo | logo | The primary logo or lettermark for the brand (SVG or transparent PNG filename). Use Wikipedia's: Click on Image > Share > Embed > Wikitext > Copy Filename
| File | suggested |
Cover Image | cover | 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.
| File | suggested |
Cover Caption | coverCaption | Brief, literal description of the provided cover image. Wikimedia should already have this, above where you copied the filename.
| Line | suggested |
Ownership Structure | parent | If owned by a larger organization, the show structure of ownership using '➔': 'Legal Name ➔ Parent Legal Name ➔ Umbrella Legal Name'
| Line | suggested |
Sub-Brands | brands | 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.)
| Content | suggested |
Products/Services | products | The brand's products, separated by ' • '. Use Wikipedia's infobox's Products list first.
| Line | suggested |