<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fallenchungus.wiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AReferencing_for_beginners_with_citation_templates</id>
	<title>Help:Referencing for beginners with citation templates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fallenchungus.wiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AReferencing_for_beginners_with_citation_templates"/>
	<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Help:Referencing_for_beginners_with_citation_templates&amp;action=history"/>
	<updated>2026-04-19T21:16:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://www.fallenchungus.wiki/index.php?title=Help:Referencing_for_beginners_with_citation_templates&amp;diff=6504&amp;oldid=prev</id>
		<title>CapybaraKiller: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Help:Referencing_for_beginners_with_citation_templates&amp;diff=6504&amp;oldid=prev"/>
		<updated>2025-05-27T04:25:23Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:25, 26 May 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>CapybaraKiller</name></author>
	</entry>
	<entry>
		<id>https://www.fallenchungus.wiki/index.php?title=Help:Referencing_for_beginners_with_citation_templates&amp;diff=6503&amp;oldid=prev</id>
		<title>wikipedia&gt;Michael Aurel: Undid revision 1278302741 by 8.39.240.177 (talk)</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Help:Referencing_for_beginners_with_citation_templates&amp;diff=6503&amp;oldid=prev"/>
		<updated>2025-03-01T17:22:38Z</updated>

		<summary type="html">&lt;p&gt;Undid revision &lt;a href=&quot;/Special:Diff/1278302741&quot; title=&quot;Special:Diff/1278302741&quot;&gt;1278302741&lt;/a&gt; by &lt;a href=&quot;/Special:Contributions/8.39.240.177&quot; title=&quot;Special:Contributions/8.39.240.177&quot;&gt;8.39.240.177&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:8.39.240.177&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:8.39.240.177 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{bots|deny=Citation bot}}&lt;br /&gt;
{{Wikipedia how to}}&lt;br /&gt;
{{see also|Help:Introduction to referencing|Help:Referencing for beginners without using templates}}&lt;br /&gt;
&lt;br /&gt;
The easiest way to start citing on Wikipedia is to see a basic example. The example here will show you how to cite a newspaper article using the {{tl|cite news}} template (see [[Wikipedia:Template index/Sources of articles/Citation quick reference|Citation quick reference]] for other types of citations). [[Cut, copy, and paste#Copy and paste|Copy and paste]] the following immediately after what you want to reference:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&amp;lt;ref&amp;gt;{{cite news&lt;br /&gt;
| last =&lt;br /&gt;
| first =&lt;br /&gt;
| date =&lt;br /&gt;
| title =&lt;br /&gt;
| newspaper =&lt;br /&gt;
| page =&lt;br /&gt;
| url =&lt;br /&gt;
| access-date =  &lt;br /&gt;
| quote =&lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and put as much information as you can to the right of the equal signs. For example, suppose you wish to cite the statement&lt;br /&gt;
&lt;br /&gt;
{{pre|&amp;lt;nowiki&amp;gt;Going forward, Jimmy Wales emphasizes quality over quantity for Wikipedia articles.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
in a Wikipedia article&amp;#039;s source text by using an article from &amp;#039;&amp;#039;The New York Times&amp;#039;&amp;#039; newspaper. It could be done by editing the article&amp;#039;s source text to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;Going forward, Jimmy Wales emphasizes quality over quantity for Wikipedia articles.&amp;lt;ref&amp;gt;{{cite news&lt;br /&gt;
| last = Levine&lt;br /&gt;
| first = Robert&lt;br /&gt;
| date = August 7, 2006&lt;br /&gt;
| title = The Many Voices of Wikipedia, Heard in One Place&lt;br /&gt;
| newspaper = The New York Times&lt;br /&gt;
| page = C00004&lt;br /&gt;
| url = https://www.nytimes.com/2006/08/07/technology/07wiki.html&lt;br /&gt;
| access-date = January 29, 2020&lt;br /&gt;
| quote = ...Jimmy Wales, the site&amp;#039;s founder, said that the emphasis going forward would be on quality, not quantity.&lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The {{para|last}} and {{para|first}} parameters are for the author&amp;#039;s name. {{para|date}} is when the article was published. {{para|url}} may be given if there is also an online version of the newspaper article and the {{para|access-date}} parameter is when you viewed the online version. {{para|page}} is for the page of the material needed to support the statement. (If multiple pages are needed, use {{para|pages}} instead.) Unused parameters are best deleted but leaving them blank is okay.&lt;br /&gt;
&lt;br /&gt;
After your edit is published, the statement will have a reference footnote and the reference information will appear later in the page (usually in a References section), like so:&lt;br /&gt;
&lt;br /&gt;
{{quotation|Going forward, Jimmy Wales emphasizes quality over quantity for Wikipedia articles.&amp;lt;ref&amp;gt;{{cite news&lt;br /&gt;
| last = Levine&lt;br /&gt;
| first = Robert&lt;br /&gt;
| date = August 7, 2006&lt;br /&gt;
| title = The Many Voices of Wikipedia, Heard in One Place&lt;br /&gt;
| newspaper = The New York Times&lt;br /&gt;
| page = C00004&lt;br /&gt;
| url = https://www.nytimes.com/2006/08/07/technology/07wiki.html&lt;br /&gt;
| access-date = January 29, 2020&lt;br /&gt;
| quote = ...Jimmy Wales, the site&amp;#039;s founder, said that the emphasis going forward would be on quality, not quantity.&lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
{{fake heading|sub=3|References}}&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it! You&amp;#039;re done. Good luck!&lt;br /&gt;
&lt;br /&gt;
{{Wikipedia referencing}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia how-to|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Wikipedia quick introductions]]&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Michael Aurel</name></author>
	</entry>
</feed>