Template:Cite web: Difference between revisions
Add archiveurl= and archivedate= for {{tl|waybackref}} merger
m>RossPatterson m (Update documentation so parameters are in the same order in all three presentations.) |
m>RossPatterson (Add archiveurl= and archivedate= for {{tl|waybackref}} merger) |
||
Line 2: | Line 2: | ||
#if: {{#if: {{{url|}}} | {{#if: {{{title|}}} |1}}}} | #if: {{#if: {{{url|}}} | {{#if: {{{title|}}} |1}}}} | ||
||Error on call to [[template:cite web]]: Parameters '''url''' and '''title''' must be specified | ||Error on call to [[template:cite web]]: Parameters '''url''' and '''title''' must be specified | ||
}}{{ | |||
#if: {{{archiveurl|}}}{{{archivedate|}}} | |||
| {{#if: {{#if: {{{archiveurl|}}}| {{#if: {{{archivedate|}}} |1}}}} | |||
||Error on call to [[template:cite web]]: Parameters '''archiveurl''' and '''archivedate''' must be both specified or both omitted | |||
}} | |||
}}</includeonly>{{#if: {{{author|{{{last|}}}}}} | }}</includeonly>{{#if: {{{author|{{{last|}}}}}} | ||
| {{#if: {{{authorlink|}}} | | {{#if: {{{authorlink|}}} | ||
Line 26: | Line 31: | ||
|}} | |}} | ||
}}{{#if: {{{last|}}}{{{author|}}} | }}{{#if: {{{last|}}}{{{author|}}} | ||
| . }}{{#if: {{{ | | . }}{{#if: {{{archiveurl|}}} | ||
| [{{{url}}} {{{title}}}]{{#if: {{{language|}}} |  (in {{{language}}}) }}. | | {{#if: {{{archiveurl|}}} | {{#if: {{{title|}}} | [{{{archiveurl}}} {{{title}}}] }}}} | ||
| {{#if: {{{url|}}} | {{#if: {{{title|}}} | [{{{url}}} {{{title}}}] }}}} | |||
}}{{#if: {{{language|}}} |  (in {{{language}}}) | |||
}}.{{#if: {{{format|}}} | |||
|  ({{{format|}}}) | |  ({{{format|}}}) | ||
}}{{#if: {{{work|}}} | }}{{#if: {{{work|}}} | ||
Line 49: | Line 56: | ||
}} | }} | ||
}} | }} | ||
}}{{#if: {{{archivedate|}}} | |||
|  archived from [{{{url}}} the original] on [[{{{archivedate}}}]] | |||
}}{{#if: {{{accessdate|}}} | }}{{#if: {{{accessdate|}}} | ||
|  Retrieved on [[{{{accessdate}}}]]{{#if: {{{accessyear|}}} | , [[{{{accessyear}}}]] }}. | |  Retrieved on [[{{{accessdate}}}]]{{#if: {{{accessyear|}}} | , [[{{{accessyear}}}]] }}. | ||
Line 77: | Line 86: | ||
| pages = | | pages = | ||
| language = | | language = | ||
| archiveurl = | |||
| archivedate = | |||
}}</pre> | }}</pre> | ||
<pre>{{cite web|url= |title= |accessdate= |accessmonthday= |accessyear= |author= |last= |first= | <pre>{{cite web|url= |title= |accessdate= |accessmonthday= |accessyear= |author= |last= |first= | ||
|authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= | |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= | ||
|language= }}</pre> | |language= |archiveurl= |archivedate=}}</pre> | ||
=== Required parameters === | === Required parameters === | ||
Line 101: | Line 112: | ||
* '''pages''': Pages, if any, especially if pdf format | * '''pages''': Pages, if any, especially if pdf format | ||
* '''language''': language of publication | * '''language''': language of publication | ||
* '''archiveurl''': URL of the archive location of the item (requires '''archivedate''') | |||
* '''archivedate''': Date when the item was archived (requires '''archiveurl'''), in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked; it will be linked automatically. | |||
__NOEDITSECTION__ | __NOEDITSECTION__ |