8,856
editsMore actions
no edit summary
No edit summary |
No edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#tag:ref|{{#if: {{{work}}} | | <includeonly>{{#tag:ref|{{#if: {{{work|}}} | {{{work}}}: | }} {{#if: {{{author|}}} | {{{author}}}{{#if: {{{date|}}} | ({{{date}}}). | . }} | }} [{{{url}}} {{{title}}}]{{#if: {{{pdf|}}} | (PDF) | . }} {{#if: {{{publisher|}}} | ''{{{publisher}}}''. | }} {{#if: {{{accessdate|}}} | Retrieved {{{accessdate}}}. | }} {{#if: {{{archiveurl|}}} | [{{{archiveurl}}} Archived] from the original{{#if: {{{archivedate|}}} | on {{{archivedate}}}. | . }} | }} | group = url}}</includeonly><noinclude>Cite external webpages and optionally add an archived url. URL and title parameters are required. | ||
Intended to be used with [[Template:Reflist]]. Do not use without {{code|<nowiki>{{reflist|url}}</nowiki>}} on the page. | |||
<pre>{{cite web | <pre>{{cite web | ||
Line 27: | Line 29: | ||
|archivedate = 2023-04-04 | |archivedate = 2023-04-04 | ||
}} | }} | ||
</noinclude> | <references group="url"/> | ||
[[Category:Templates]] | |||
[[Category:Citation templates]] | |||
== Template data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"work": {}, | |||
"author": {}, | |||
"date": {}, | |||
"url": { | |||
"required": true | |||
}, | |||
"title": { | |||
"required": true | |||
}, | |||
"pdf": {}, | |||
"publisher": {}, | |||
"accessdate": { | |||
"suggested": true | |||
}, | |||
"archiveurl": { | |||
"suggested": true | |||
}, | |||
"archivedate": { | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> |