No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{Documentation|content=<templatedata> | {{Documentation|content=<templatedata> | ||
{ | { | ||
"description": "Essential brand/organization information.", | |||
"params": { | |||
"title": { | |||
"label": "Name", | |||
"description": "The common name of the entity/organization.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"logo": { | |||
"label": "Logo Filename", | |||
"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).", | |||
"type": "wiki-file-name", | |||
"suggested": true, | |||
"example": "brandname-logo.png" | |||
}, | |||
"cover": { | |||
"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.", | |||
"type": "wiki-file-name", | |||
"suggested": true, | |||
"example": "example.png" | |||
}, | |||
"coverCaption": { | |||
"label": "Cover Caption", | |||
"description": "Brief, literal description of the provided cover image.", | |||
"type": "string", | |||
"suggested": false | |||
}, | |||
"parent": { | |||
"label": "Parent Entity", | |||
"description": "If part of an umbrella organization, the name of the parent company.", | |||
"type": "wiki-page-name", | |||
"example": "Fandom, Inc. (which owns Metacritic)" | |||
}, | |||
"products": { | |||
"label": "Products/Services", | |||
"description": "The consumer-facing offerings of the brand; mainly to aid product-based searches.", | |||
"type": "wiki-page-name", | |||
"example": "Oreo Cookies, Nutter Butter (for Nabisco)" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"logo", | |||
"cover", | |||
"coverCaption", | |||
"parent", | |||
"products" | |||
], | |||
"format": "{{_\n| _ = _\n}}" | |||
} | } | ||
</templatedata>}} | </templatedata>}} | ||
</noinclude> | </noinclude> |
Revision as of 23:10, 7 January 2024
Essential brand/organization information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | title | The common name of the entity/organization. | String | required |
Logo Filename | logo | 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).
| File | suggested |
Cover Image | cover | 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.
| File | suggested |
Cover Caption | coverCaption | Brief, literal description of the provided cover image. | String | optional |
Parent Entity | parent | If part of an umbrella organization, the name of the parent company.
| Page name | optional |
Products/Services | products | The consumer-facing offerings of the brand; mainly to aid product-based searches.
| Page name | optional |