Template:Cite web: Difference between revisions
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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| URL | url | URL of the web page | URL | required |
| Title | title | Title of the web page | String | required |
| Date | date | Date of publication | Date | optional |
| Access date | access-date | Date the URL was accessed | Date | optional |
| Website | website | Name of the website | String | optional |
| Author | author | Author name | String | optional |
| Language | language | Language of the source | String | optional |
Cite a web source
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| URL | url | URL of the web page | URL | required |
| Title | title | Title of the web page | String | required |
| Date | date | Date of publication | Date | optional |
| Access date | access-date | Date the URL was accessed | Date | optional |
| Website | website | Name of the website | String | optional |
| Author | author | Author name | String | optional |
| Language | language | Language of the source | String | optional |