Template:Cite web: Difference between revisions

From Doc-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
     "description": "Cite a web source",
     "description": "Cite a web source",
     "params": {
     "params": {
         "url": {
         "url": {"label": "URL", "type": "url", "required": true},
            "label": "URL",
         "title": {"label": "Title", "type": "string", "required": true},
            "description": "URL of the web page",
         "date": {"label": "Date", "type": "date"},
            "type": "url",
         "access-date": {"label": "Access date", "type": "date"},
            "required": true
        "website": {"label": "Website", "type": "string"},
        },
         "author": {"label": "Author", "type": "string"},
         "title": {
        "language": {"label": "Language", "type": "string"}
            "label": "Title",
    },
            "description": "Title of the web page",
    "maps": {
            "type": "string",
         "citoid": {
            "required": true
             "url": "url",
        },
             "title": "title",
         "date": {
             "date": "date",
            "label": "Date",
             "accessDate": "access-date",
            "description": "Date of publication",
             "websiteTitle": "website",
            "type": "date"
             "language": "language"
        },
         "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"
         }
         }
     },
     },

Revision as of 19:28, 1 January 2026

Cite a web source

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
URLurl

no description

URLrequired
Titletitle

no description

Stringrequired
Datedate

no description

Dateoptional
Access dateaccess-date

no description

Dateoptional
Websitewebsite

no description

Stringoptional
Authorauthor

no description

Stringoptional
Languagelanguage

no description

Stringoptional