Template:Cite web

Revision as of 14:23, 29 June 2017 by m>Memm (added info from https://en.wikipedia.org/w/index.php?title=Wikipedia:Citing_sources&oldid=787136846 see there for contributors)

Purpose

This is a variant of the {{cite}} template that is to be used when you're pulling a quote or information from a web page or document (such as a PDF file). This is to be used to cite sources, and should be used within <ref></ref> tags.

Usage

To use, enter this code:
Template:NoWikiTemp

The full code is as follows:
Template:NoWikiTemp

Template:Parameter Template:Parameter Template:Parameter Template:Parameter Template:Parameter Template:Parameter Template:Parameter Template:Parameter

Examples

<ref>{{cite web|url= https://bleistift.blog |title= Bleistift Blog Landing Page |site= Bleistift Blog }}</ref>
Bleistift Blog Landing Page, Bleistift Blog.


<ref>{{Cite web|quote= Hello world!|author= John Smith |published= May 13, 2001 |retrieved= July 24, 2009 |url= http://testing.org/ |title= Hello! |site= Testing.Org}}</ref>
"Hello world!" — John Smith, Hello!, Testing.Org, published May 13, 2001, retrieved July 24, 2009.

Repeated citations

For multiple use of the same inline citation or footnote, you can use the named references feature, choosing a name to identify the inline citation, and typing

<ref name="name">text of the citation</ref>

Thereafter, the same named reference may be reused any number of times either before or after the defining use by typing just

<ref name="name" />

The use of the slash before the > means that the tag is self-closing, and the </ref> used to close other references must not be used in addition.