Editing Template:Cite web
Template page
More actions
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{ | ||
#if: {{#if: {{{url|}}} | {{#if: {{{title|}}} |1}}}} | #if: {{#if: {{{url|}}} | {{#if: {{{title|}}} |1}}}} | ||
|| Error on call {{tl|cite web}} template: Parameters '''url''' and '''title''' ''must'' be specified. | |||
}}{{ | }}{{ | ||
#if: {{{archiveurl|}}}{{{archivedate|}}} | #if: {{{archiveurl|}}}{{{archivedate|}}} | ||
| Line 9: | Line 9: | ||
}}{{#if: {{{author|}}}{{{last|}}} | }}{{#if: {{{author|}}}{{{last|}}} | ||
| {{#if: {{{authorlink|}}} <!-- Work on this to do external link --> | | {{#if: {{{authorlink|}}} <!-- Work on this to do external link --> | ||
| [[{{{authorlink}}} | | [[{{{authorlink}}}|{{#if: {{{last|}}} | ||
| {{{last}}}{{#if: {{{first|}}} | , {{{first}}} }} | |||
| {{{author}}} | |||
}}]] | |||
| {{#if: {{{last|}}} | | {{#if: {{{last|}}} | ||
| {{{last}}}{{#if: {{{first|}}} | , {{{first}}} }} | | {{{last}}}{{#if: {{{first|}}} | , {{{first}}} }} | ||
| Line 30: | Line 33: | ||
| . }}{{#if: {{{archiveurl|}}} | | . }}{{#if: {{{archiveurl|}}} | ||
| {{#if: {{{archiveurl|}}} | {{#if: {{{title|}}} | [{{{archiveurl}}} {{{title}}}] }}}} | | {{#if: {{{archiveurl|}}} | {{#if: {{{title|}}} | [{{{archiveurl}}} {{{title}}}] }}}} | ||
| {{#if: {{{url|}}} | {{#if: {{{title|}}} | [{{{url}}} {{{title}}}] }}}} | |||
}}{{#if: {{{language|}}} |  (in {{{language}}}) | |||
| {{#if: {{{url|}}} | {{#if: {{{title|}}} | [{{{url}}} {{{title}}}] | |||
}} | |||
{{#if: {{{language|}}} | |||
}}.{{#if: {{{format|}}} | }}.{{#if: {{{format|}}} | ||
|  ({{formattype|{{{format}}}}}) | |  ({{formattype|{{{format}}}}}) | ||
| Line 57: | Line 57: | ||
}} | }} | ||
}}{{#if: {{{archivedate|}}} | }}{{#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 90: | Line 90: | ||
| pages = | | pages = | ||
| language = | | language = | ||
| archiveurl = | | archiveurl = | ||
| archivedate = | | archivedate = | ||
}}</pre> | }}</pre> | ||
<code><nowiki>{{cite web|url= |title= |accessdate= |accessmonthday= |accessyear= |author= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= }}</nowiki></code> | |||
<br/> | |||
<code><nowiki>{{cite web|url= |title= |date= |accessdate= |last= |first= |format= |language= }}</nowiki></code> - Most Common Fields | <code><nowiki>{{cite web|url= |title= |date= |accessdate= |last= |first= |format= |language= }}</nowiki></code> - Most Common Fields | ||
<br/> | <br/> | ||
| Line 100: | Line 101: | ||
=== Required parameters === | === Required parameters === | ||
* '''url''': URL of online item. | * '''url''': URL of online item. | ||
* '''title''': Title of online item | * '''title''': Title of online item. | ||
* One of the two date format parameters: | * One of the two date format parameters: | ||
** '''accessdate''': Full date when item was accessed, in [[Wikipedia:ISO 8601|ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked. | ** '''accessdate''': Full date when item was accessed, in [[Wikipedia:ISO 8601|ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked. | ||
| Line 118: | Line 119: | ||
* '''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''') | * '''archiveurl''': URL of the archive location of the item (requires '''archivedate''') | ||
** Usually found on http://www.archive.org | ** Usually found on http://www.archive.org | ||
| Line 130: | Line 129: | ||
[[Category:Templates using ParserFunctions|{{PAGENAME}}]] | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | ||
[[de:Vorlage:Cite web]] | [[de:Vorlage:Cite web]] | ||
</noinclude> | </noinclude> | ||