Difference between revisions of "Template:Cite web/doc"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(New page: === Use === For linking or citing an article on the web. === Usage === There are two required parameters ('''url''' and '''title'''), the rest are optional. <pre>{{cite web |url = |t...)
 
Line 5: Line 5:
There are two required parameters ('''url''' and '''title'''), the rest are optional.
There are two required parameters ('''url''' and '''title'''), the rest are optional.


==== Required ====
;url
:The URL to the page or image in question.
;title
:The title of the article, page or whatever it be.
==== Optional ====
;author
:The author of the article.
;date
:The date of writing of the article, in format: YYYY-MM-DD.
;publisher
:The publisher of the article.
:;site
::In case it isn't really a publisher, but it is related to a specific site, this parameter may be used instead.
;format
:Unless otherwise not explicit, use this to describe the format if it is important, e.g. Image, PDF, etc.
;accessdate
:The date in question that the page has last been confirmed to be up, in format: YYYY-MM-DD.
;Horizontal version with current date
:<code><nowiki>{{cite web</nowiki> |url= |title= |author= |date= |publisher= |site= |format= |accessdate={{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}<nowiki>}}</nowiki></code>
;Vertical version
<pre>{{cite web
<pre>{{cite web
|url   =  
|url       =  
|title  =
|title     =
|site   = Site name
|author    =
|date      =
|publisher =
|site       =
|format    =
|accessdate =
}}</pre>
}}</pre>

Revision as of 15:44, 16 April 2009

Use

For linking or citing an article on the web.

Usage

There are two required parameters (url and title), the rest are optional.

Required

url
The URL to the page or image in question.
title
The title of the article, page or whatever it be.

Optional

author
The author of the article.
date
The date of writing of the article, in format: YYYY-MM-DD.
publisher
The publisher of the article.
site
In case it isn't really a publisher, but it is related to a specific site, this parameter may be used instead.
format
Unless otherwise not explicit, use this to describe the format if it is important, e.g. Image, PDF, etc.
accessdate
The date in question that the page has last been confirmed to be up, in format: YYYY-MM-DD.
Horizontal version with current date
{{cite web |url= |title= |author= |date= |publisher= |site= |format= |accessdate=2024-05-3}}
Vertical version
{{cite web
|url        = 
|title      =
|author     =
|date       =
|publisher  =
|site       =
|format     =
|accessdate =
}}