Template:Cite web/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
mNo edit summary
>TheFrz
mNo edit summary
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
{{wikipedia template}}


{{tlx|Cite web}} is used to generate formatted web citations.
{{tlx|Cite web}} is used to generate formatted web citations.

Revision as of 18:17, 14 June 2017

This subpage provides documentation for Template:Cite web.

This template was adapted from Template:Cite web/doc on Wikipedia.
Adaptation is noted for reference and attribution only. This template may differ from the original in function or in usage.

{{Cite web}} is used to generate formatted web citations.

Accepted parameters are author, date, title, url, publisher, and accessdate. All parameters should be used as needed.

Example

The code:

{{cite web|author=Dwune, Richard|date=August 21, 2005|title=Ham Sandwich|url=http://www.google.com/search?q=ham+sandwich|publisher=Sandwiches Quarterly|accessdate=January 5, 2008}}

Yields:

Dwune, Richard (August 21, 2005). "Ham Sandwich". Sandwiches Quarterly. Retrieved January 5, 2008.

Official forums code template

You can use this code template to quickly create citations of the official forums. Just fill in author with the post author, date with the date the post was written, title with the name of the thread, url with the URL to the post, and accessdate with the date the citation was made.

<ref>{{cite web|author=|date=|title=|url=|publisher=Official Path of Exile Forums|accessdate=}}</ref>