Template:Cite web: Difference between revisions

From Doc-Wiki
Jump to navigation Jump to search
No edit summary
Imported from Wikipedia
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
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>

Latest revision as of 18:41, 2 January 2026