Template:Cite web: Difference between revisions

Template page
(Added TemplateData)
m (Reverted edits by Admin (talk) to last revision by [[User:Template:Cite news>Anthony Appleyard|Template:Cite news>Anthony Appleyard]])
Line 2: Line 2:
|CitationClass=web
|CitationClass=web
}}</includeonly><noinclude>
}}</includeonly><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. Transparent background highly suggested. Wikimedia Commons likely already has this, 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]]"
        },
        "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>

Revision as of 22:29, 7 January 2024