Template:Cite web: Difference between revisions
Added date/month like in template:cite book, per talk
m>Ligulem m (<code><nowiki> instead of <pre> for one liner) |
m>Ligulem (Added date/month like in template:cite book, per talk) |
||
Line 15: | Line 15: | ||
}}{{#if: {{{author|{{{last|}}}}}} | }}{{#if: {{{author|{{{last|}}}}}} | ||
| {{#if: {{{coauthors|}}}| <nowiki>;</nowiki> {{{coauthors}}} }} | | {{#if: {{{coauthors|}}}| <nowiki>;</nowiki> {{{coauthors}}} }} | ||
}}{{#if: {{{year|}}} | }}{{#if: {{{date|}}} | ||
|  ({{{date}}}) | |||
| {{#if: {{{year|}}} | |||
| {{#if: {{{month|}}} | |||
|  ({{{month}}} {{{year}}}) | |||
|  ({{{year}}}) | |||
}} | |||
}} | |||
}}{{#if: {{{last|}}}{{{author|}}}{{{year|}}} | }}{{#if: {{{last|}}}{{{author|}}}{{{year|}}} | ||
| .}}{{#if: {{{url|}}} | {{#if: {{{title|}}} | | .}}{{#if: {{{url|}}} | {{#if: {{{title|}}} | ||
Line 39: | Line 45: | ||
| authorlink = | | authorlink = | ||
| coauthors = | | coauthors = | ||
| year = | | date = | ||
| year = | |||
| month = | |||
| url = | | url = | ||
| title = | | title = | ||
Line 49: | Line 57: | ||
| accessyear = | | accessyear = | ||
}}</pre> | }}</pre> | ||
<code><nowiki>{{cite web|last= |first= |authorlink= |coauthors= | | <code><nowiki>{{cite web|last= |first= |authorlink= |coauthors= | date= |url= |title= |format= |work= |pages= |publisher= |accessdate= |accessyear= }} | ||
</nowiki></code> | </nowiki></code> | ||
=== Required parameters === | === Required parameters === | ||
Line 62: | Line 70: | ||
** '''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 | ||
* '''year''': | * '''date''': Full date of publication, in [[ISO 8601]] YYYY-MM-DD format, eg. ''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. | |||
* '''format''': Format, i.e. PDF. HTML implied if not specified. | * '''format''': Format, i.e. PDF. HTML implied if not specified. | ||
* '''work''': If this item is part of a larger work, name of that work. | * '''work''': If this item is part of a larger work, name of that work. |