Template:Cite web: Difference between revisions
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}, | ||
"title": {"label": "Title", "type": "string", "required": true}, | |||
"date": {"label": "Date", "type": "date"}, | |||
"access-date": {"label": "Access date", "type": "date"}, | |||
"website": {"label": "Website", "type": "string"}, | |||
"author": {"label": "Author", "type": "string"}, | |||
"title": { | "language": {"label": "Language", "type": "string"} | ||
}, | |||
"maps": { | |||
"citoid": { | |||
"url": "url", | |||
"title": "title", | |||
"date": { | "date": "date", | ||
"accessDate": "access-date", | |||
"websiteTitle": "website", | |||
"language": "language" | |||
"access-date": { | |||
" | |||
" | |||
" | |||
" | |||
" | |||
" | |||
" | |||
" | |||
} | } | ||
}, | }, | ||
Revision as of 19:28, 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 | no description | URL | required |
| Title | title | no description | String | required |
| Date | date | no description | Date | optional |
| Access date | access-date | no description | Date | optional |
| Website | website | no description | String | optional |
| Author | author | no description | String | optional |
| Language | language | no description | String | optional |