Template:BrandHeader: Difference between revisions

Template page
No edit summary
No edit summary
 
(11 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": "Formats a citation to a website using the provided information such as URL and title. Used only for sources that are not correctly described by the specific citation templates for books, journals, news sources, etc.",
    "params": {
        "title": {
            "label": "Name",
            "description": "The common name of the entity/organization.",
            "type": "string",
            "required": true,
            "example": ""
        },
        "logo": {
            "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).",
            "type": "content",
            "suggested": true,
            "example": "[[File:example.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 here, using their \"use this image\" button. Must be in [[File:image.extension]] format.",
            "type": "content",
            "suggested": true,
            "example": "[[File: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