WikiPartner (talk | contribs) No edit summary |
WikiPartner (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly>{{#if:{{{author|}}}|{{{author}}}. }}{{#if:{{{title|}}}|{{#if:{{{url|}}}|[{{{url}}} {{{title}}}]|{{{title}}}}}|{{#if:{{{url|}}}|[{{{url}}} {{{url}}}]|}}}}{{#if:{{{website|}}}|. ''{{{website}}}''}}{{#if:{{{date|}}}|. {{{date}}}}}{{#if:{{{access-date|}}}|. Retrieved {{{access-date}}}}}.</includeonly><noinclude> | ||
{{#if:{{{author|}}}|{{{author}}}. }} | <templatedata> | ||
{{#if:{{{title|}}}| | { | ||
{{#if:{{{ | "description": "Cites a webpage or online source.", | ||
{{#if:{{{ | "params": { | ||
{{#if:{{{ | "url": { | ||
{{#if:{{{access-date|}}}|Retrieved {{{access-date}}} | "label": "URL", | ||
</ | "description": "Full URL of the source", | ||
"type": "url", | |||
<noinclude> | "required": true | ||
}, | |||
"title": { | |||
"label": "Title", | |||
{{ | "description": "Title of the webpage or article", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"description": "Website or publisher name", | |||
"type": "string", | |||
}} | "suggested": true | ||
</ | }, | ||
"author": { | |||
"label": "Author", | |||
"type": "string" | |||
}, | |||
"date": { | |||
"label": "Publication date", | |||
"type": "date" | |||
}, | |||
"access-date": { | |||
"label": "Access date", | |||
"type": "date", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"url", | |||
"title", | |||
"website", | |||
"author", | |||
"date", | |||
"access-date" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 11:15, 21 August 2026
Cites a webpage or online source.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| URL | url | Full URL of the source | URL | required |
| Title | title | Title of the webpage or article | String | required |
| Website | website | Website or publisher name | String | suggested |
| Author | author | no description | String | optional |
| Publication date | date | no description | Date | optional |
| Access date | access-date | no description | Date | suggested |