Template:BrandHeader: Difference between revisions

Template page
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#invoke:BrandHeader|main}}</includeonly>
<includeonly>
{{#invoke:BrandHeader|main|title={{PAGENAME}}}}
</includeonly>
<noinclude>
<noinclude>
{{Documentation|content=<templatedata>
{{Documentation}}
{
"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>}}
</noinclude>
</noinclude>

Latest revision as of 17:07, 5 February 2024