Template:Cite web/doc

From Path of Exile Wiki
Jump to navigation Jump to search

This subpage provides documentation for Template:Cite web.

{{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>