Template:Cite web: Difference between revisions
rm accessyear from doc. Requiring accessdate in ISO format.
m>Ligulem (linking {{{date}}} as this must be specified in ISO format anyway (per the doc)) |
m>Ligulem (rm accessyear from doc. Requiring accessdate in ISO format.) |
||
Line 71: | Line 71: | ||
| language = | | language = | ||
| accessdate = | | accessdate = | ||
| curly = | | curly = | ||
}}</pre> | }}</pre> | ||
<code><nowiki>{{cite web|last= |first= |authorlink= |coauthors= | date= |url= |title= |format= |work= |pages= |publisher= | language= |accessdate | <code><nowiki>{{cite web|last= |first= |authorlink= |coauthors= | date= |url= |title= |format= |work= |pages= |publisher= | language= |accessdate= |curly= }} | ||
</nowiki></code> | </nowiki></code> | ||
=== Required parameters === | === Required parameters === | ||
* '''url''': URL of online item. | * '''url''': URL of online item. | ||
* '''title''': Title of online item. | * '''title''': Title of online item. | ||
* '''accessdate''': | * '''accessdate''': Full date when item was accessed, in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked. | ||
=== Optional parameters === | === Optional parameters === | ||
Line 87: | Line 85: | ||
** '''authorlink''' works either with '''author''' or with '''last''' & '''first''' to link to the appropriate article | ** '''authorlink''' works either with '''author''' or with '''last''' & '''first''' to link to the appropriate article | ||
** '''coauthors''': allows additional authors | ** '''coauthors''': allows additional authors | ||
* '''date''': Full date of publication, in [[ISO 8601]] YYYY-MM-DD format, | * '''date''': Full date of publication, in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked. | ||
** OR: '''year''': Year of publication, and '''month''': Name of the month of publication. If you also have the day, use ''date'' instead. Must not be wikilinked. | ** OR: '''year''': Year of publication, and '''month''': Name of the month of publication. If you also have the day, use ''date'' instead. Must not be wikilinked. | ||
* '''format''': Format, i.e. PDF. HTML implied if not specified. | * '''format''': Format, i.e. PDF. HTML implied if not specified. |