Template:Cite web: Difference between revisions

399 bytes added ,  18 years ago
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>&#32;{{{coauthors}}} }}
   | {{#if: {{{coauthors|}}}| <nowiki>;</nowiki>&#32;{{{coauthors}}} }}
}}{{#if: {{{year|}}}
}}{{#if: {{{date|}}}
  | &#32;({{{year|}}})
  | &#32;({{{date}}})
  | {{#if: {{{year|}}}
    | {{#if: {{{month|}}}
      | &#32;({{{month}}} {{{year}}})
      | &#32;({{{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= |year= |url= |title= |format= |work= |pages= |publisher= |accessdate= |accessyear= }}
<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 published.
* '''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.
Anonymous user