Template:Cite web: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
m (+zh:)
Line 1: Line 1:
<cite style="font-style:normal;"><includeonly>{{
<cite style="font-style:normal;"><includeonly>{{
#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
}}</includeonly>{{#if: {{{author|{{{last|}}}}}}
}}</includeonly>{{#if: {{{author|{{{last|}}}}}}
Line 26: Line 26:
}}{{#if: {{{publisher|}}}
}}{{#if: {{{publisher|}}}
| &#32;{{{publisher}}}.
| &#32;{{{publisher}}}.
}}{{#if: {{{accessdate|}}}
}}{{#if: {{{accessdate|}}}
| &#32;URL accessed on [[{{{accessdate}}}]]{{#if: {{{accessyear|}}} | , [[{{{accessyear}}}]] }}.
| &#32;URL accessed on [[{{{accessdate}}}]]{{#if: {{{accessyear|}}} | , [[{{{accessyear}}}]] }}.
}}</cite><noinclude>
}}</cite><noinclude>
Line 33: Line 33:
== Usage ==
== Usage ==
'''<nowiki>{{cite web
'''<nowiki>{{cite web
| last =
| last =
| first =
| first =
| authorlink =
| authorlink =
| coauthors =
| coauthors =
| year =
| year =
| url =
| url =
| title =
| title =
| format =
| format =
| work =
| work =
| publisher =
| publisher =
| accessdate =
| accessdate =
| accessyear =
| accessyear =
}}</nowiki>'''
}}</nowiki>'''


Line 62: Line 62:
* '''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.
* '''publisher''': Publisher, if any.
* '''publisher''': Publisher, if any.



__NOEDITSECTION__
__NOEDITSECTION__
Line 69: Line 68:
[[Category:Citation templates|{{PAGENAME}}]]
[[Category:Citation templates|{{PAGENAME}}]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]



[[vi:Tiêu bản:Chú thích web]]
[[vi:Tiêu bản:Chú thích web]]
[[zh:Template:Cite web]]
</noinclude>
</noinclude>

Revision as of 13:33, 23 April 2006

This template is a simpler replacement for template:web reference. It provides lower case parameters only.

Usage

{{cite web
 | last =
 | first =
 | authorlink =
 | coauthors =
 | year =
 | url =
 | title =
 | format =
 | work =
 | publisher =
 | accessdate =
 | accessyear =
}}

Required parameters

  • url: URL of online item.
  • title: Title of online item.
  • accessdate: Date (Month Day) when item was accessed. Should be ISO 8601 YYYY-MM-DD format.
    • accessyear: Year when item was accessed. (Optional if ISO 8601 date used)

Optional parameters

  • author: Author
    • last works with first to produce last, first
    • authorlink works either with author or with last & first to link to the appropriate article
    • coauthors: allows additional authors
  • year: Date published.
  • format: Format, i.e. PDF. HTML implied if not specified.
  • work: If this item is part of a larger work, name of that work.
  • publisher: Publisher, if any.


Template:Esoteric

vi:Tiêu bản:Chú thích web zh:Template:Cite web