Template:Cite web: Difference between revisions

From Doc-Wiki
Jump to navigation Jump to search
m 1 revision imported
No edit summary
Line 3: Line 3:
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
<templatedata>
{
    "description": "Cite a web source",
    "params": {
        "url": {
            "label": "URL",
            "description": "URL of the web page",
            "type": "url",
            "required": true
        },
        "title": {
            "label": "Title",
            "description": "Title of the web page",
            "type": "string",
            "required": true
        },
        "date": {
            "label": "Date",
            "description": "Date of publication",
            "type": "date"
        },
        "access-date": {
            "label": "Access date",
            "description": "Date the URL was accessed",
            "type": "date"
        },
        "website": {
            "label": "Website",
            "description": "Name of the website",
            "type": "string"
        },
        "author": {
            "label": "Author",
            "description": "Author name",
            "type": "string"
        },
        "language": {
            "label": "Language",
            "description": "Language of the source",
            "type": "string"
        }
    },
    "format": "inline"
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 19:27, 1 January 2026

Cite a web source

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
URLurl

URL of the web page

URLrequired
Titletitle

Title of the web page

Stringrequired
Datedate

Date of publication

Dateoptional
Access dateaccess-date

Date the URL was accessed

Dateoptional
Websitewebsite

Name of the website

Stringoptional
Authorauthor

Author name

Stringoptional
Languagelanguage

Language of the source

Stringoptional