Template:Cite web/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(category)
mNo edit summary
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}


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


Accepted parameters are <code>author</code>, <code>date</code>, <code>title</code>, <code>url</code>, <code>publisher</code>, and <code>accessdate</code>. All parameters should be used in as needed.
Accepted parameters are <code>author</code>, <code>date</code>, <code>title</code>, <code>url</code>, <code>publisher</code>, and <code>accessdate</code>. All parameters should be used as needed.


==Example==
==Example==
Line 14: Line 14:
{{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}}
{{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}}


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



Revision as of 12:34, 24 October 2013

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>