<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.americanmusicclub.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=219.164.57.180</id>
	<title>The Official Website for Mark Eitzel &amp; American Music Club - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.americanmusicclub.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=219.164.57.180"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/wiki/Special:Contributions/219.164.57.180"/>
	<updated>2026-04-04T10:45:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:Infobox/doc&amp;diff=524</id>
		<title>Template:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:Infobox/doc&amp;diff=524"/>
		<updated>2008-05-13T05:36:38Z</updated>

		<summary type="html">&lt;p&gt;219.164.57.180: rvv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{intricate template}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
This template is intended as a meta-template, that is, a template that&#039;s used when constructing other templates. It&#039;s not meant for use directly in an article. See [[Help:Infobox]] for information on how to craft infoboxes in general.&lt;br /&gt;
&lt;br /&gt;
Usage is similar to {{tl|navbox}}, but with an additional distinction. Each row on the table can either be a &amp;quot;header&amp;quot;, or it can have a label/data pair, or it can just be a data cell. These are mutually exclusive states so if you define a row to be both a header and a label/data pair, the label/data pair is overridden.&lt;br /&gt;
&lt;br /&gt;
Note that if you want to insert an image elsewhere other than the top of the infobox, or insert other &amp;quot;freeform&amp;quot; data, using a row with just a &amp;quot;data&amp;quot; field allows for that sort of thing.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
====View/discuss/edit links====&lt;br /&gt;
;name : The template page name that the &amp;quot;view/discuss/edit&amp;quot; links should point to. You can use &amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;. If this parameter is omitted the view/discuss/edit links will not be displayed.&lt;br /&gt;
&lt;br /&gt;
====Title====&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title = Text in caption over infobox&lt;br /&gt;
|data1 = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
|above = Text in uppermost cell of infobox&lt;br /&gt;
|data1 = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
There are two different ways to put a title on an infobox. One contains the title inside the infobox&#039;s border, the other puts it on top as a caption. You can use both of them together if you like, or just one or the other, or even neither (though this is not recommended).&lt;br /&gt;
;title : Text to put in the caption over top of the table.&lt;br /&gt;
;above : Text to put within the uppermost cell of the table.&lt;br /&gt;
&lt;br /&gt;
====Optional content====&lt;br /&gt;
; image : An image to display at the top of the template. Use full image syntax, for example &amp;lt;nowiki&amp;gt;[[Image:example.png|200px]]&amp;lt;/nowiki&amp;gt;. Image is centered by default.&lt;br /&gt;
;caption : Text to put underneath the image.&lt;br /&gt;
;header(n) : Text to use as a header in row n.&lt;br /&gt;
;label(n): Text to use as a label in row n.&lt;br /&gt;
;data(n): Text to display as data in row n.&lt;br /&gt;
;below: Text to put in the bottom cell. The bottom cell is intended for footnotes, see-also, and other such information.&lt;br /&gt;
&lt;br /&gt;
====Optional CSS styling====&lt;br /&gt;
;bodystyle : Applies to the infobox table as a whole&lt;br /&gt;
;titlestyle : Applies only to the title caption. Adding a background color is usually inadvisable since the text is rendered &amp;quot;outside&amp;quot; the infobox.&lt;br /&gt;
;abovestyle : Applies only to the &amp;quot;above&amp;quot; cell at the top. The default style has font-size:large; since this cell is usually used for a title, if you want to use the above cell for regular-sized text include &amp;quot;font-size:medium;&amp;quot; in the abovestyle.&lt;br /&gt;
;imagestyle : Applies to the cell the image is in. This includes the text of the image caption, but you should set text properties with captionstyle instead of imagestyle in case the caption is moved out of this cell in the future.&lt;br /&gt;
;captionstyle : Applies to the text of the image caption.&lt;br /&gt;
;headerstyle : Applies to all header cells&lt;br /&gt;
;labelstyle : Applies to all label cells&lt;br /&gt;
;datastyle : Applies to all data cells&lt;br /&gt;
;belowstyle : Applies only to the below cell&lt;br /&gt;
&lt;br /&gt;
====Microformats====&lt;br /&gt;
;bodyclass: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox as a whole&lt;br /&gt;
;class(n): This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the data cell of the specified row. If there&#039;s no data cell it has no effect. &lt;br /&gt;
;titleclass: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s title caption.&lt;br /&gt;
;aboveclass: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s above cell.&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. To flag an infobox as containing hCard information, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for each row containing a data cell that&#039;s part of the vcard, add a corresponding class parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|class1 = fn&lt;br /&gt;
|class2 = org&lt;br /&gt;
|class3 = tel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...and so forth. &amp;quot;above&amp;quot; and &amp;quot;title&amp;quot; can also be given classes, since these are usually used to display the name of the subject of the infobox.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [http://microformats.org/wiki/Main_Page microformats.org] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
===Making fields optional===&lt;br /&gt;
A row with a label but no data is not displayed. This allows for the easy creation of optional infobox content rows. To make a row optional use a parameter that defaults to an empty string, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|label5 = Population&lt;br /&gt;
|data5  = {{{population|}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This way if an article doesn&#039;t define the population parameter in its infobox the row won&#039;t be displayed.&lt;br /&gt;
&lt;br /&gt;
For more complex fields with pre-formated contents that would still be present even if the parameter wasn&#039;t set, you can wrap it all in an &amp;quot;#if&amp;quot; statement to make the whole thing vanish when the parameter is not used. For instance, the &amp;quot;#if&amp;quot; statement in the following example reads &amp;quot;#if:the parameter &#039;&#039;mass&#039;&#039; has been supplied |then display it, followed by &#039;kg&#039;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|label6 = Mass&lt;br /&gt;
|data6  = {{#if:{{{mass|}}} |{{{mass}}} kg}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more on #if, see [[meta:ParserFunctions##if:|here]].&amp;lt;br/&amp;gt;&lt;br /&gt;
You can also make headers optional in a similar way. If you want a header to appear only if one or more of the data fields that fall under it are filled, one could use the following pattern as an example of how to do it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name    = {{subst:PAGENAME}}&lt;br /&gt;
|title   = Example of an optional header&lt;br /&gt;
|header1 = {{#if:{{{item_one|}}}{{{item_two|}}}{{{item_three|}}} |Optional header}}&lt;br /&gt;
|label2  = Item one&lt;br /&gt;
|data2   = {{{item_one|}}}&lt;br /&gt;
|label3  = Item two&lt;br /&gt;
|data3   = {{{item_two|}}}&lt;br /&gt;
|label4  = Item three&lt;br /&gt;
|data4   = {{{item_three|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header1 will be shown if any of item_one, item_two, or item_three is defined. If none of the three parameters are defined the header won&#039;t be shown.&lt;br /&gt;
&lt;br /&gt;
The trick to this is that the &amp;quot;if&amp;quot; returns false only if there is nothing whatsoever in the conditional section, so only if all three of item_one, item_two and item_three are undefined will the if statement fail.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name         = Infobox/doc&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = Test Infobox&lt;br /&gt;
|titlestyle   = &lt;br /&gt;
|image        = [[Image:example.png|200px]]&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|caption      = Caption for example.png&lt;br /&gt;
|captionstyle = &lt;br /&gt;
|headerstyle  = background:#ccf;&lt;br /&gt;
|labelstyle   = background:#ddf;&lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1 = Header defined alone&lt;br /&gt;
|label1  = &lt;br /&gt;
|data1   = &lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label defined alone&lt;br /&gt;
|data2   = &lt;br /&gt;
|header3 =&lt;br /&gt;
|label3  = &lt;br /&gt;
|data3   = Data defined alone&lt;br /&gt;
|header4 = All three defined (header)&lt;br /&gt;
|label4  = All three defined (label)&lt;br /&gt;
|data4   = All three defined (data)&lt;br /&gt;
|header5 =&lt;br /&gt;
|label5  = Label and data defined (label)&lt;br /&gt;
|data5   = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
|belowstyle = background:#ddf;&lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name    = Infobox/doc&lt;br /&gt;
|title   = Test Infobox&lt;br /&gt;
|image   = [[Image:example.png|200px]]&lt;br /&gt;
|caption = Caption for example.png&lt;br /&gt;
&lt;br /&gt;
|headerstyle  = background:#ccf;&lt;br /&gt;
|labelstyle   = background:#ddf;&lt;br /&gt;
&lt;br /&gt;
|header1 = Header defined alone&lt;br /&gt;
|label1  = &lt;br /&gt;
|data1   = &lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label defined alone&lt;br /&gt;
|data2   = &lt;br /&gt;
|header3 = &lt;br /&gt;
|label3  = &lt;br /&gt;
|data3   = Data defined alone&lt;br /&gt;
|header4 = All three defined (header)&lt;br /&gt;
|label4  = All three defined (label)&lt;br /&gt;
|data4   = All three defined (data)&lt;br /&gt;
|header5 = &lt;br /&gt;
|label5  = Label and data defined (label)&lt;br /&gt;
|data5   = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
|belowstyle = background:#ddf;&lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice how when a label is defined without an accompanying data cell the row doesn&#039;t appear in the displayed infobox, and when a header is defined on the same row as a data cell the header takes precedence.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
For this example, {{nowrap|bodystyle &amp;amp;#0061; width:20em;}} and {{nowrap|labelstyle &amp;amp;#0061; width:33%;}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
|bodystyle    = width:20em;&lt;br /&gt;
|name         = Infobox/doc&lt;br /&gt;
|title        = Test Infobox&lt;br /&gt;
|titlestyle   = &lt;br /&gt;
|headerstyle  = &lt;br /&gt;
|labelstyle   = width:33%;&lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1 = &lt;br /&gt;
|label1  = Label 1&lt;br /&gt;
|data1   = Data 1&lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label 2&lt;br /&gt;
|data2   = Data 2&lt;br /&gt;
|header3 = &lt;br /&gt;
|label3  = Label 3&lt;br /&gt;
|data3   = Data 3&lt;br /&gt;
|header4 = Header 4&lt;br /&gt;
|label4  = &lt;br /&gt;
|data4   = &lt;br /&gt;
|header5 = &lt;br /&gt;
|label5  = Label 5&lt;br /&gt;
|data5   = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==Full blank syntax==&lt;br /&gt;
(Note: the template currently handles up to 80 rows; only 20 are included here since infoboxes larger than that will be relatively rare. Just extend the numbering as needed. The microformat &amp;quot;class&amp;quot; parameters are also omitted as they are not commonly used.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name         = {{subst:PAGENAME}}&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = &lt;br /&gt;
|titlestyle   = &lt;br /&gt;
|above        = &lt;br /&gt;
|abovestyle   = &lt;br /&gt;
|image        = &lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|caption      = &lt;br /&gt;
|captionstyle = &lt;br /&gt;
|headerstyle  = &lt;br /&gt;
|labelstyle   = &lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1  = &lt;br /&gt;
|label1   = &lt;br /&gt;
|data1    = &lt;br /&gt;
|header2  = &lt;br /&gt;
|label2   = &lt;br /&gt;
|data2    = &lt;br /&gt;
|header3  = &lt;br /&gt;
|label3   = &lt;br /&gt;
|data3    = &lt;br /&gt;
|header4  = &lt;br /&gt;
|label4   = &lt;br /&gt;
|data4    = &lt;br /&gt;
|header5  = &lt;br /&gt;
|label5   = &lt;br /&gt;
|data5    = &lt;br /&gt;
|header6  = &lt;br /&gt;
|label6   = &lt;br /&gt;
|data6    = &lt;br /&gt;
|header7  = &lt;br /&gt;
|label7   = &lt;br /&gt;
|data7    = &lt;br /&gt;
|header8  = &lt;br /&gt;
|label8   = &lt;br /&gt;
|data8    = &lt;br /&gt;
|header9  = &lt;br /&gt;
|label9   = &lt;br /&gt;
|data9    = &lt;br /&gt;
|header10 = &lt;br /&gt;
|label10  = &lt;br /&gt;
|data10   = &lt;br /&gt;
|header11 = &lt;br /&gt;
|label11  = &lt;br /&gt;
|data11   = &lt;br /&gt;
|header12 = &lt;br /&gt;
|label12  = &lt;br /&gt;
|data12   = &lt;br /&gt;
|header13 = &lt;br /&gt;
|label13  = &lt;br /&gt;
|data13   = &lt;br /&gt;
|header14 = &lt;br /&gt;
|label14  = &lt;br /&gt;
|data14   = &lt;br /&gt;
|header15 = &lt;br /&gt;
|label15  = &lt;br /&gt;
|data15   = &lt;br /&gt;
|header16 = &lt;br /&gt;
|label16  = &lt;br /&gt;
|data16   = &lt;br /&gt;
|header17 = &lt;br /&gt;
|label17  = &lt;br /&gt;
|data17   = &lt;br /&gt;
|header18 = &lt;br /&gt;
|label18  = &lt;br /&gt;
|data18   = &lt;br /&gt;
|header19 = &lt;br /&gt;
|label19  = &lt;br /&gt;
|data19   = &lt;br /&gt;
|header20 = &lt;br /&gt;
|label20  = &lt;br /&gt;
|data20   = &lt;br /&gt;
&lt;br /&gt;
|belowstyle =&lt;br /&gt;
|below = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tl|start infobox page}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates| ]]&lt;br /&gt;
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[ar:قالب:قالب معلومات]]&lt;br /&gt;
[[de:Vorlage:Infobox]]&lt;br /&gt;
[[fa:الگو:دادان]]&lt;br /&gt;
[[fr:Modèle:Infobox]]&lt;br /&gt;
[[ia:Patrono:Infobox]]&lt;br /&gt;
[[mk:Шаблон:Infobox]]&lt;br /&gt;
[[ja:Template:Infobox]]&lt;br /&gt;
[[nn:Mal:Infoboks]]&lt;br /&gt;
[[sl:Predloga:Infopolje]]&lt;br /&gt;
[[zh:Template:Infobox]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>219.164.57.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:Navbox_suite&amp;diff=15733</id>
		<title>Template:Navbox suite</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:Navbox_suite&amp;diff=15733"/>
		<updated>2008-05-05T11:46:14Z</updated>

		<summary type="html">&lt;p&gt;219.164.57.180: +cat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;{{Navbox&lt;br /&gt;
|navbar = off&lt;br /&gt;
|state = off&lt;br /&gt;
|style = width:auto;float:right;margin:0em 0em 0em 1em;&lt;br /&gt;
|title = Navbox suite&lt;br /&gt;
|list1 = {{t1|Navbox}}&lt;br /&gt;
|list2 = {{t1|Navbox subgroup}}&lt;br /&gt;
|list3 = {{t1|Navbox with columns}}&lt;br /&gt;
|list4 = {{t1|Navbox with collapsible groups}}&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
NOTE: A template MUST support all of the parameters marked with a cross in Template:Navbox/doc in order to be Navbox suite compliant.  In particular, the name, state, border, and navbar parameters are especially important.  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Navbox (navigational) templates| ]]&lt;/div&gt;</summary>
		<author><name>219.164.57.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:))&amp;diff=19245</id>
		<title>Template:))</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:))&amp;diff=19245"/>
		<updated>2008-04-25T18:59:07Z</updated>

		<summary type="html">&lt;p&gt;219.164.57.180: +ja&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template can be used in place of a literal &amp;quot;}}&amp;quot; when the latter would be interpreted as a syntactic marker.&lt;br /&gt;
&lt;br /&gt;
For example, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{urlencode:{{))}} and {{!}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; produces {{urlencode:{{))}} and {{!}}}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[:Template:((]]&lt;br /&gt;
* [[:Template:=]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Template namespace templates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[ja:Template:))]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>219.164.57.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:Big&amp;diff=3568</id>
		<title>Template:Big</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:Big&amp;diff=3568"/>
		<updated>2008-04-24T21:27:45Z</updated>

		<summary type="html">&lt;p&gt;219.164.57.180: CSS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>219.164.57.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:Cite_journal/doc&amp;diff=10952</id>
		<title>Template:Cite journal/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:Cite_journal/doc&amp;diff=10952"/>
		<updated>2008-04-21T16:26:55Z</updated>

		<summary type="html">&lt;p&gt;219.164.57.180: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;cite journal&#039;&#039;&#039; is for formatting references to articles in magazines and academic journals in a consistent and legible manner. It can be used at the end of the article, directly in the References section. It can also be placed within &amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;&amp;lt;/nowiki&amp;gt; tags for in-line citations (see [[Wikipedia:Footnotes]]).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
; Common parameters, horizontal format (with today&#039;s date)&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{cite journal |last= |first= |authorlink= |coauthors= |year= |month= |title= |journal= |volume= |issue= |pages= |id= |url= |accessdate= &amp;lt;/nowiki&amp;gt;{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}&amp;lt;nowiki&amp;gt; |quote= }}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Common parameters, horizontal format&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{cite journal |last= |first= |authorlink= |coauthors= |year= |month= |title= |journal= |volume= |issue= |pages= |id= |url= |accessdate= |quote= }}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;6&amp;quot;&lt;br /&gt;
! Using lastname, firstname !! Using author (firstname lastname)&lt;br /&gt;
|- width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | quotes = &lt;br /&gt;
 | last = &lt;br /&gt;
 | first = &lt;br /&gt;
 | authorlink = &lt;br /&gt;
 | coauthors = &lt;br /&gt;
 | date = &lt;br /&gt;
 | year = &lt;br /&gt;
 | month = &lt;br /&gt;
 | title = &lt;br /&gt;
 | journal = &lt;br /&gt;
 | volume = &lt;br /&gt;
 | issue = &lt;br /&gt;
 | pages = &lt;br /&gt;
 | publisher = &lt;br /&gt;
 | location = &lt;br /&gt;
 | issn = &lt;br /&gt;
 | pmid = &lt;br /&gt;
 | doi = &lt;br /&gt;
 | bibcode = &lt;br /&gt;
 | oclc =&lt;br /&gt;
 | id = &lt;br /&gt;
 | url = &lt;br /&gt;
 | language = &lt;br /&gt;
 | format = &lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | laysummary = &lt;br /&gt;
 | laysource = &lt;br /&gt;
 | laydate = &lt;br /&gt;
 | quote = &lt;br /&gt;
 }}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | quotes = &lt;br /&gt;
 | author = &lt;br /&gt;
 | date = &lt;br /&gt;
 | year = &lt;br /&gt;
 | month = &lt;br /&gt;
 | title = &lt;br /&gt;
 | journal = &lt;br /&gt;
 | volume = &lt;br /&gt;
 | issue = &lt;br /&gt;
 | pages = &lt;br /&gt;
 | publisher = &lt;br /&gt;
 | location = &lt;br /&gt;
 | issn = &lt;br /&gt;
 | pmid = &lt;br /&gt;
 | doi = &lt;br /&gt;
 | bibcode = &lt;br /&gt;
 | oclc =&lt;br /&gt;
 | id = &lt;br /&gt;
 | url = &lt;br /&gt;
 | language = &lt;br /&gt;
 | format = &lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | laysummary = &lt;br /&gt;
 | laysource = &lt;br /&gt;
 | laydate = &lt;br /&gt;
 | quote = &lt;br /&gt;
 }}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;quotes&#039;&#039;&#039;: Specify &amp;quot;quotes=no&amp;quot; to disable the quotation marks around the title. If &amp;quot;quotes&amp;quot; is not defined or set to the empty string, the template places quotation marks around the title (default).&lt;br /&gt;
* &#039;&#039;&#039;author&#039;&#039;&#039;: Author&lt;br /&gt;
** &#039;&#039;&#039;last&#039;&#039;&#039; works with &#039;&#039;&#039;first&#039;&#039;&#039; to produce &amp;lt;code&amp;gt;last, first;&amp;lt;/code&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;authorlink&#039;&#039;&#039; works either with &#039;&#039;&#039;author&#039;&#039;&#039; or with &#039;&#039;&#039;last&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;first&#039;&#039;&#039; to link to the appropriate article ([[Wikipedia:Interwikimedia link|interwiki link]])&lt;br /&gt;
** &#039;&#039;&#039;coauthors&#039;&#039;&#039;: allows additional authors&lt;br /&gt;
* &#039;&#039;&#039;date&#039;&#039;&#039;: &#039;&#039;&amp;lt;nowiki&amp;gt;[[January 1]], [[2006]]&amp;lt;/nowiki&amp;gt;&#039;&#039;. Full [[Wikipedia:Date#Dates|date]] of publication.&lt;br /&gt;
** &#039;&#039;&#039;year&#039;&#039;&#039;: &#039;&#039;2006&#039;&#039;. Year of publication (ignored if the &#039;&#039;date&#039;&#039; field is used).&lt;br /&gt;
*** &#039;&#039;&#039;month&#039;&#039;&#039;: &#039;&#039;January&#039;&#039;. Month of publication (ignored if the &#039;&#039;date&#039;&#039; field is used, or if the &#039;&#039;year&#039;&#039; field is &#039;&#039;not&#039;&#039; used).&lt;br /&gt;
* &#039;&#039;&#039;title&#039;&#039;&#039;: Title of article. &#039;&#039;&#039;&#039;&#039;This is the only required parameter. All other parameters are optional.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;journal&#039;&#039;&#039;: Name of the journal or periodical.&lt;br /&gt;
* &#039;&#039;&#039;volume&#039;&#039;&#039;: Volume number of the journal in which the article is found&lt;br /&gt;
* &#039;&#039;&#039;issue&#039;&#039;&#039;: Issue number of the journal in which the article is found&lt;br /&gt;
* &#039;&#039;&#039;pages&#039;&#039;&#039;: &#039;&#039;&amp;lt;nowiki&amp;gt;45&amp;amp;ndash;47&amp;lt;/nowiki&amp;gt;&#039;&#039;: first page, and optional last page (separated by an [[en dash]] &amp;amp;ndash;). Manually prepend with &#039;&#039;p.&#039;&#039; or &#039;&#039;pp.&#039;&#039; if desired.&lt;br /&gt;
* &#039;&#039;&#039;publisher&#039;&#039;&#039;: Publisher of journal or periodical; should not include corporate designation such as &amp;quot;Ltd&amp;quot; or &amp;quot;Inc&amp;quot;.&lt;br /&gt;
** &#039;&#039;&#039;location&#039;&#039;&#039;: Place of publication for journal or periodical.&lt;br /&gt;
* &#039;&#039;&#039;issn&#039;&#039;&#039;: The publication&#039;s [[International Standard Serial Number]] such as &#039;&#039;1111-2220&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;pmid&#039;&#039;&#039;: The document&#039;s [[PMID|PubMed Unique Identifier]], such as &#039;&#039;15128012&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;oclc&#039;&#039;&#039;: The periodical&#039;s [[Online Computer Library Center]] ID number, such as &#039;&#039;3185581&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;doi&#039;&#039;&#039;: A [[digital object identifier]] for the document, such as &#039;&#039;&amp;lt;nowiki&amp;gt;10.1016/j.coi.2004.08.001&amp;lt;/nowiki&amp;gt;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;doilabel&#039;&#039;&#039;: If the doi contains any of &amp;lt;nowiki&amp;gt;&amp;lt;, &amp;gt;, [, or ]&amp;lt;/nowiki&amp;gt;, enter a [[percent-escape]]d version here. For example, instead of this:&lt;br /&gt;
         &amp;lt;nowiki&amp;gt;&amp;lt;!-- This does not work --&amp;gt;&lt;br /&gt;
        |doi=10.0000/[aa]&amp;lt;vvv&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
use this:&lt;br /&gt;
         &amp;lt;nowiki&amp;gt;|doi= 10.0000/[aa]&amp;lt;vvv&amp;gt;&lt;br /&gt;
         |doilabel= 10.0000/%5Baa%5D%3Cvvv%3E&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
             }}&lt;br /&gt;
* &#039;&#039;&#039;bibcode&#039;&#039;&#039;: The document&#039;s [[bibcode]] in the [[Astrophysics Data System]], e.g., &#039;&#039;1924MNRAS..84..308E&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;id&#039;&#039;&#039;: A [[unique identifier]], used if none of the above are applicable.  In this case, you need to specify the kind of identifier you are using, preferably with a template like {{tl|US patent}}, {{tl|MR}} / {{tl|MathSciNet}}, {{tl|Zbl}}, or {{tl|JFM}}.  (Use one of the more specialized parameters if possible; they are linked automatically.  In other words, don&#039;t use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;id = PMID 15128012&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; anymore.  Use &amp;lt;code&amp;gt;pmid = 15128012&amp;lt;/code&amp;gt;.)&lt;br /&gt;
* &#039;&#039;&#039;url&#039;&#039;&#039;: URL of a copy of the article, if available online.&lt;br /&gt;
** &#039;&#039;&#039;format&#039;&#039;&#039;: Format, e.g. PDF. Don&#039;t specify for HTML (implied as default).&lt;br /&gt;
**: Specify as&#039;&#039; &#039;fee required&#039; &#039;&#039;if free access no longer available.&lt;br /&gt;
**: Specify as&#039;&#039; &#039;Reprint&#039; &#039;&#039;if a full original version but not hosted by the original publisher.&lt;br /&gt;
* &#039;&#039;&#039;accessdate&#039;&#039;&#039;: Full date when URL was last checked. Use [[ISO 8601]] YYYY-MM-DD format, for example &amp;quot;accessdate = {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}&amp;quot;. &#039;&#039;Must not be wikilinked&#039;&#039;&lt;br /&gt;
&#039;&#039;For producing a non-wikilinked date of retrieval:&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;accessmonthday&#039;&#039;&#039; and &#039;&#039;&#039;accessyear&#039;&#039;&#039;: Month and day when item was accessed, for example &amp;quot;accessmonthday = May 10&amp;quot;, &amp;lt;u&amp;gt;and&amp;lt;/u&amp;gt; year when item was accessed, for example &amp;quot;accessyear = 2005&amp;quot;. Produces: &#039;&#039;Retrieved on May 10, 2006.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;accessdaymonth&#039;&#039;&#039; and &#039;&#039;&#039;accessyear&#039;&#039;&#039;: Month and day when item was accessed, for example &amp;quot;accessmonthday = 10 May&amp;quot;, &amp;lt;u&amp;gt;and&amp;lt;/u&amp;gt; year when item was accessed, for example &amp;quot;accessyear = 2005&amp;quot;. Produces: &#039;&#039;Retrieved on 10 May 2006.&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;laysummary&#039;&#039;&#039;: URL of a lay summary, which could be in a popular science magazine or newspaper.&lt;br /&gt;
**&#039;&#039;&#039;laysource&#039;&#039;&#039;: Name of the source, e.g. &#039;&#039;The Guardian&#039;&#039; (UK newspaper) or &#039;&#039;New Scientist&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;laydate&#039;&#039;&#039;: Date of publication or, where this is not available, date of retrieval of the lay summary.&lt;br /&gt;
* &#039;&#039;&#039;quote&#039;&#039;&#039;: Relevant excerpt from the journal.&lt;br /&gt;
&lt;br /&gt;
An alternate method of adding one or more references to common media (preferably in [[Layman&#039;s terms]]) from the related journal citation can be specified &#039;&#039;within&#039;&#039; a single &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;...&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag using other [[:Category:Citation templates|citation templates]]; for example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;Text in the article.&#039;&#039;&#039;&#039;&#039;&amp;amp;lt;ref&amp;amp;gt;&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;{{cite journal | ... }}&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Related news articles:&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
*{{cite news | ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
*{{cite web | ... }}&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&amp;amp;lt;/ref&amp;amp;gt;&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
Although it may appear redundant to include multiple ids for articles, it is helpful for many editors who only have access to a certain resource.  If only one ID is to be included, the DOI should be used, as this is the universal standard preferred by professional publications.  Specifying a link as a doi, pmid etc is always preferable to including it as a url parameter, as it makes it clear that the link is accurate and stable.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
;Formal citation&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
;Include URL link to free-article, pre-print or abstract&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |issue=19&lt;br /&gt;
 |date=[[October 1]], [[1879]]&lt;br /&gt;
 |pages=289&lt;br /&gt;
 |url=http://www.lavazone2.com/dbroadhu/IL/sain1872.htm#100179&lt;br /&gt;
 |accessdate=2006-03-23&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |issue=19&lt;br /&gt;
 |date=[[October 1]], [[1879]]&lt;br /&gt;
 |pages=289&lt;br /&gt;
 |url=http://www.lavazone2.com/dbroadhu/IL/sain1872.htm#100179&lt;br /&gt;
 |accessdate=2006-03-23&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
;Specify the [[DOI]] to provide a permanent and direct link to the article from the publisher:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Giles&lt;br /&gt;
 |first=Jim&lt;br /&gt;
 |title=Preprint Server Seeks Way to Halt Plagiarists&lt;br /&gt;
 |url=http://www.nature.com/nature/journal/v426/n6962/full/426007a.html&lt;br /&gt;
 |journal=Nature&lt;br /&gt;
 |date=6 November 2003&lt;br /&gt;
 |pages=7&lt;br /&gt;
 |doi=10.1038/426007a&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Giles&lt;br /&gt;
 |first=Jim&lt;br /&gt;
 |title=Preprint Server Seeks Way to Halt Plagiarists&lt;br /&gt;
 |url=http://www.nature.com/nature/journal/v426/n6962/full/426007a.html&lt;br /&gt;
 |journal=Nature&lt;br /&gt;
 |date=6 November 2003&lt;br /&gt;
 |pages=7&lt;br /&gt;
 |doi=10.1038/426007a&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
;Other examples&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Fowler&lt;br /&gt;
 |first=Martin&lt;br /&gt;
 |authorlink=Martin Fowler&lt;br /&gt;
 |coauthors=Kent Beck&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Fowler&lt;br /&gt;
 |first=Martin&lt;br /&gt;
 |authorlink=Martin Fowler&lt;br /&gt;
 |coauthors=Kent Beck&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |first=W. Hugh&lt;br /&gt;
 |last=Woodin&lt;br /&gt;
 |title=The Continuum Hypothesis, Part I&lt;br /&gt;
 |journal=Notices of the AMS&lt;br /&gt;
 |volume=48&lt;br /&gt;
 |issue=6&lt;br /&gt;
 |year=2001&lt;br /&gt;
 |pages=567–576&lt;br /&gt;
 |location=Providence, RI&lt;br /&gt;
 |publisher=American Mathematical Society&lt;br /&gt;
 |url=http://www.ams.org/notices/200106/fea-woodin.pdf&lt;br /&gt;
 |language=Greek&lt;br /&gt;
 |format=PDF&lt;br /&gt;
 |issn=1088-9477&lt;br /&gt;
 |oclc=34550461&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |first=W. Hugh&lt;br /&gt;
 |last=Woodin&lt;br /&gt;
 |title=The Continuum Hypothesis, Part I&lt;br /&gt;
 |journal=Notices of the AMS&lt;br /&gt;
 |volume=48&lt;br /&gt;
 |issue=6&lt;br /&gt;
 |year=2001&lt;br /&gt;
 |pages=567–576&lt;br /&gt;
 |location=Providence, RI&lt;br /&gt;
 |publisher=American Mathematical Society&lt;br /&gt;
 |url=http://www.ams.org/notices/200106/fea-woodin.pdf&lt;br /&gt;
 |language=Greek&lt;br /&gt;
 |format=PDF&lt;br /&gt;
 |issn=1088-9477&lt;br /&gt;
 |oclc=34550461&lt;br /&gt;
 }}&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{cite journal&lt;br /&gt;
 |title=Disney Releases 10 Titles on Laser Videodisc&lt;br /&gt;
 |year=1982&lt;br /&gt;
 |journal=VIDEODISC/VIDEOTEX&lt;br /&gt;
 |volume=2&lt;br /&gt;
 |issue=3&lt;br /&gt;
 |pages=175&lt;br /&gt;
 }}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |title=Disney Releases 10 Titles on Laser Videodisc&lt;br /&gt;
 |year=1982&lt;br /&gt;
 |journal=VIDEODISC/VIDEOTEX&lt;br /&gt;
 |volume=2&lt;br /&gt;
 |issue=3&lt;br /&gt;
 |pages=175&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
==Useful links==&lt;br /&gt;
* [[Zotero]] - find articles in [[Mozilla Firefox]] and easily paste them into Wikipedia as citation templates with Ctrl-Alt-C&lt;br /&gt;
* [[User:Verisimilus|Verisimilus]]&#039;s [http://www.srcf.ucam.org/~ms609/Wiki/Wiki Cite generator] - find articles using built-in [[Google Scholar]] interface and automatically produce an appropriate cite template. Also features a [[BibTeX]] to &amp;lt;nowiki&amp;gt;{{cite}}&amp;lt;/nowiki&amp;gt; converter.&lt;br /&gt;
* [[User:DOI bot|DOI bot]] - You can ask this bot to automatically add DOIs to a page of your choice. [http://www.srcf.ucam.org/~ms609/Wiki/Bot/DOI%20bot Click here] to activate.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Cite sources]]: Style guide&lt;br /&gt;
* [[Wikipedia:Cite sources/example style]]: Style guide examples&lt;br /&gt;
* [[Wikipedia:Citation templates]]: Related templates&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Citation templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Templates generating COinS|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[bg:Шаблон:Cite journal]]&lt;br /&gt;
[[cs:Šablona:Citace časopisu]]&lt;br /&gt;
[[de:Vorlage:Cite journal]]&lt;br /&gt;
[[el:Πρότυπο:Cite journal]]&lt;br /&gt;
[[es:Plantilla:Cita revista]]&lt;br /&gt;
[[fr:Modèle:Cite_journal]]&lt;br /&gt;
[[hu:Sablon:Cite_journal]]&lt;br /&gt;
[[it:Template:Cite journal]]&lt;br /&gt;
[[ja:Template:Cite journal]]&lt;br /&gt;
[[ko:틀:저널 인용]]&lt;br /&gt;
[[no:Mal:Cite journal]]&lt;br /&gt;
[[ru:Шаблон:Статья]]&lt;br /&gt;
[[sl:Predloga:Navedi revijo]]&lt;br /&gt;
[[sv:Mall:Tidskriftsref]]&lt;br /&gt;
[[vi:Tiêu bản:Chú thích tạp chí]]&lt;br /&gt;
[[zh:Template:Cite journal en]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>219.164.57.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:Cite_journal/doc&amp;diff=10951</id>
		<title>Template:Cite journal/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:Cite_journal/doc&amp;diff=10951"/>
		<updated>2008-04-21T16:26:41Z</updated>

		<summary type="html">&lt;p&gt;219.164.57.180: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Ducumentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;cite journal&#039;&#039;&#039; is for formatting references to articles in magazines and academic journals in a consistent and legible manner. It can be used at the end of the article, directly in the References section. It can also be placed within &amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;&amp;lt;/nowiki&amp;gt; tags for in-line citations (see [[Wikipedia:Footnotes]]).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
; Common parameters, horizontal format (with today&#039;s date)&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{cite journal |last= |first= |authorlink= |coauthors= |year= |month= |title= |journal= |volume= |issue= |pages= |id= |url= |accessdate= &amp;lt;/nowiki&amp;gt;{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}&amp;lt;nowiki&amp;gt; |quote= }}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Common parameters, horizontal format&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{cite journal |last= |first= |authorlink= |coauthors= |year= |month= |title= |journal= |volume= |issue= |pages= |id= |url= |accessdate= |quote= }}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;6&amp;quot;&lt;br /&gt;
! Using lastname, firstname !! Using author (firstname lastname)&lt;br /&gt;
|- width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | quotes = &lt;br /&gt;
 | last = &lt;br /&gt;
 | first = &lt;br /&gt;
 | authorlink = &lt;br /&gt;
 | coauthors = &lt;br /&gt;
 | date = &lt;br /&gt;
 | year = &lt;br /&gt;
 | month = &lt;br /&gt;
 | title = &lt;br /&gt;
 | journal = &lt;br /&gt;
 | volume = &lt;br /&gt;
 | issue = &lt;br /&gt;
 | pages = &lt;br /&gt;
 | publisher = &lt;br /&gt;
 | location = &lt;br /&gt;
 | issn = &lt;br /&gt;
 | pmid = &lt;br /&gt;
 | doi = &lt;br /&gt;
 | bibcode = &lt;br /&gt;
 | oclc =&lt;br /&gt;
 | id = &lt;br /&gt;
 | url = &lt;br /&gt;
 | language = &lt;br /&gt;
 | format = &lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | laysummary = &lt;br /&gt;
 | laysource = &lt;br /&gt;
 | laydate = &lt;br /&gt;
 | quote = &lt;br /&gt;
 }}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | quotes = &lt;br /&gt;
 | author = &lt;br /&gt;
 | date = &lt;br /&gt;
 | year = &lt;br /&gt;
 | month = &lt;br /&gt;
 | title = &lt;br /&gt;
 | journal = &lt;br /&gt;
 | volume = &lt;br /&gt;
 | issue = &lt;br /&gt;
 | pages = &lt;br /&gt;
 | publisher = &lt;br /&gt;
 | location = &lt;br /&gt;
 | issn = &lt;br /&gt;
 | pmid = &lt;br /&gt;
 | doi = &lt;br /&gt;
 | bibcode = &lt;br /&gt;
 | oclc =&lt;br /&gt;
 | id = &lt;br /&gt;
 | url = &lt;br /&gt;
 | language = &lt;br /&gt;
 | format = &lt;br /&gt;
 | accessdate = &lt;br /&gt;
 | laysummary = &lt;br /&gt;
 | laysource = &lt;br /&gt;
 | laydate = &lt;br /&gt;
 | quote = &lt;br /&gt;
 }}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;quotes&#039;&#039;&#039;: Specify &amp;quot;quotes=no&amp;quot; to disable the quotation marks around the title. If &amp;quot;quotes&amp;quot; is not defined or set to the empty string, the template places quotation marks around the title (default).&lt;br /&gt;
* &#039;&#039;&#039;author&#039;&#039;&#039;: Author&lt;br /&gt;
** &#039;&#039;&#039;last&#039;&#039;&#039; works with &#039;&#039;&#039;first&#039;&#039;&#039; to produce &amp;lt;code&amp;gt;last, first;&amp;lt;/code&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;authorlink&#039;&#039;&#039; works either with &#039;&#039;&#039;author&#039;&#039;&#039; or with &#039;&#039;&#039;last&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;first&#039;&#039;&#039; to link to the appropriate article ([[Wikipedia:Interwikimedia link|interwiki link]])&lt;br /&gt;
** &#039;&#039;&#039;coauthors&#039;&#039;&#039;: allows additional authors&lt;br /&gt;
* &#039;&#039;&#039;date&#039;&#039;&#039;: &#039;&#039;&amp;lt;nowiki&amp;gt;[[January 1]], [[2006]]&amp;lt;/nowiki&amp;gt;&#039;&#039;. Full [[Wikipedia:Date#Dates|date]] of publication.&lt;br /&gt;
** &#039;&#039;&#039;year&#039;&#039;&#039;: &#039;&#039;2006&#039;&#039;. Year of publication (ignored if the &#039;&#039;date&#039;&#039; field is used).&lt;br /&gt;
*** &#039;&#039;&#039;month&#039;&#039;&#039;: &#039;&#039;January&#039;&#039;. Month of publication (ignored if the &#039;&#039;date&#039;&#039; field is used, or if the &#039;&#039;year&#039;&#039; field is &#039;&#039;not&#039;&#039; used).&lt;br /&gt;
* &#039;&#039;&#039;title&#039;&#039;&#039;: Title of article. &#039;&#039;&#039;&#039;&#039;This is the only required parameter. All other parameters are optional.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;journal&#039;&#039;&#039;: Name of the journal or periodical.&lt;br /&gt;
* &#039;&#039;&#039;volume&#039;&#039;&#039;: Volume number of the journal in which the article is found&lt;br /&gt;
* &#039;&#039;&#039;issue&#039;&#039;&#039;: Issue number of the journal in which the article is found&lt;br /&gt;
* &#039;&#039;&#039;pages&#039;&#039;&#039;: &#039;&#039;&amp;lt;nowiki&amp;gt;45&amp;amp;ndash;47&amp;lt;/nowiki&amp;gt;&#039;&#039;: first page, and optional last page (separated by an [[en dash]] &amp;amp;ndash;). Manually prepend with &#039;&#039;p.&#039;&#039; or &#039;&#039;pp.&#039;&#039; if desired.&lt;br /&gt;
* &#039;&#039;&#039;publisher&#039;&#039;&#039;: Publisher of journal or periodical; should not include corporate designation such as &amp;quot;Ltd&amp;quot; or &amp;quot;Inc&amp;quot;.&lt;br /&gt;
** &#039;&#039;&#039;location&#039;&#039;&#039;: Place of publication for journal or periodical.&lt;br /&gt;
* &#039;&#039;&#039;issn&#039;&#039;&#039;: The publication&#039;s [[International Standard Serial Number]] such as &#039;&#039;1111-2220&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;pmid&#039;&#039;&#039;: The document&#039;s [[PMID|PubMed Unique Identifier]], such as &#039;&#039;15128012&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;oclc&#039;&#039;&#039;: The periodical&#039;s [[Online Computer Library Center]] ID number, such as &#039;&#039;3185581&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;doi&#039;&#039;&#039;: A [[digital object identifier]] for the document, such as &#039;&#039;&amp;lt;nowiki&amp;gt;10.1016/j.coi.2004.08.001&amp;lt;/nowiki&amp;gt;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;doilabel&#039;&#039;&#039;: If the doi contains any of &amp;lt;nowiki&amp;gt;&amp;lt;, &amp;gt;, [, or ]&amp;lt;/nowiki&amp;gt;, enter a [[percent-escape]]d version here. For example, instead of this:&lt;br /&gt;
         &amp;lt;nowiki&amp;gt;&amp;lt;!-- This does not work --&amp;gt;&lt;br /&gt;
        |doi=10.0000/[aa]&amp;lt;vvv&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
use this:&lt;br /&gt;
         &amp;lt;nowiki&amp;gt;|doi= 10.0000/[aa]&amp;lt;vvv&amp;gt;&lt;br /&gt;
         |doilabel= 10.0000/%5Baa%5D%3Cvvv%3E&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
             }}&lt;br /&gt;
* &#039;&#039;&#039;bibcode&#039;&#039;&#039;: The document&#039;s [[bibcode]] in the [[Astrophysics Data System]], e.g., &#039;&#039;1924MNRAS..84..308E&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;id&#039;&#039;&#039;: A [[unique identifier]], used if none of the above are applicable.  In this case, you need to specify the kind of identifier you are using, preferably with a template like {{tl|US patent}}, {{tl|MR}} / {{tl|MathSciNet}}, {{tl|Zbl}}, or {{tl|JFM}}.  (Use one of the more specialized parameters if possible; they are linked automatically.  In other words, don&#039;t use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;id = PMID 15128012&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; anymore.  Use &amp;lt;code&amp;gt;pmid = 15128012&amp;lt;/code&amp;gt;.)&lt;br /&gt;
* &#039;&#039;&#039;url&#039;&#039;&#039;: URL of a copy of the article, if available online.&lt;br /&gt;
** &#039;&#039;&#039;format&#039;&#039;&#039;: Format, e.g. PDF. Don&#039;t specify for HTML (implied as default).&lt;br /&gt;
**: Specify as&#039;&#039; &#039;fee required&#039; &#039;&#039;if free access no longer available.&lt;br /&gt;
**: Specify as&#039;&#039; &#039;Reprint&#039; &#039;&#039;if a full original version but not hosted by the original publisher.&lt;br /&gt;
* &#039;&#039;&#039;accessdate&#039;&#039;&#039;: Full date when URL was last checked. Use [[ISO 8601]] YYYY-MM-DD format, for example &amp;quot;accessdate = {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}&amp;quot;. &#039;&#039;Must not be wikilinked&#039;&#039;&lt;br /&gt;
&#039;&#039;For producing a non-wikilinked date of retrieval:&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;accessmonthday&#039;&#039;&#039; and &#039;&#039;&#039;accessyear&#039;&#039;&#039;: Month and day when item was accessed, for example &amp;quot;accessmonthday = May 10&amp;quot;, &amp;lt;u&amp;gt;and&amp;lt;/u&amp;gt; year when item was accessed, for example &amp;quot;accessyear = 2005&amp;quot;. Produces: &#039;&#039;Retrieved on May 10, 2006.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;accessdaymonth&#039;&#039;&#039; and &#039;&#039;&#039;accessyear&#039;&#039;&#039;: Month and day when item was accessed, for example &amp;quot;accessmonthday = 10 May&amp;quot;, &amp;lt;u&amp;gt;and&amp;lt;/u&amp;gt; year when item was accessed, for example &amp;quot;accessyear = 2005&amp;quot;. Produces: &#039;&#039;Retrieved on 10 May 2006.&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;laysummary&#039;&#039;&#039;: URL of a lay summary, which could be in a popular science magazine or newspaper.&lt;br /&gt;
**&#039;&#039;&#039;laysource&#039;&#039;&#039;: Name of the source, e.g. &#039;&#039;The Guardian&#039;&#039; (UK newspaper) or &#039;&#039;New Scientist&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;laydate&#039;&#039;&#039;: Date of publication or, where this is not available, date of retrieval of the lay summary.&lt;br /&gt;
* &#039;&#039;&#039;quote&#039;&#039;&#039;: Relevant excerpt from the journal.&lt;br /&gt;
&lt;br /&gt;
An alternate method of adding one or more references to common media (preferably in [[Layman&#039;s terms]]) from the related journal citation can be specified &#039;&#039;within&#039;&#039; a single &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;...&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag using other [[:Category:Citation templates|citation templates]]; for example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;Text in the article.&#039;&#039;&#039;&#039;&#039;&amp;amp;lt;ref&amp;amp;gt;&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;{{cite journal | ... }}&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Related news articles:&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
*{{cite news | ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
*{{cite web | ... }}&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&amp;amp;lt;/ref&amp;amp;gt;&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
Although it may appear redundant to include multiple ids for articles, it is helpful for many editors who only have access to a certain resource.  If only one ID is to be included, the DOI should be used, as this is the universal standard preferred by professional publications.  Specifying a link as a doi, pmid etc is always preferable to including it as a url parameter, as it makes it clear that the link is accurate and stable.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
;Formal citation&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
;Include URL link to free-article, pre-print or abstract&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |issue=19&lt;br /&gt;
 |date=[[October 1]], [[1879]]&lt;br /&gt;
 |pages=289&lt;br /&gt;
 |url=http://www.lavazone2.com/dbroadhu/IL/sain1872.htm#100179&lt;br /&gt;
 |accessdate=2006-03-23&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Smith&lt;br /&gt;
 |first=Joseph III&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |issue=19&lt;br /&gt;
 |date=[[October 1]], [[1879]]&lt;br /&gt;
 |pages=289&lt;br /&gt;
 |url=http://www.lavazone2.com/dbroadhu/IL/sain1872.htm#100179&lt;br /&gt;
 |accessdate=2006-03-23&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
;Specify the [[DOI]] to provide a permanent and direct link to the article from the publisher:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Giles&lt;br /&gt;
 |first=Jim&lt;br /&gt;
 |title=Preprint Server Seeks Way to Halt Plagiarists&lt;br /&gt;
 |url=http://www.nature.com/nature/journal/v426/n6962/full/426007a.html&lt;br /&gt;
 |journal=Nature&lt;br /&gt;
 |date=6 November 2003&lt;br /&gt;
 |pages=7&lt;br /&gt;
 |doi=10.1038/426007a&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Giles&lt;br /&gt;
 |first=Jim&lt;br /&gt;
 |title=Preprint Server Seeks Way to Halt Plagiarists&lt;br /&gt;
 |url=http://www.nature.com/nature/journal/v426/n6962/full/426007a.html&lt;br /&gt;
 |journal=Nature&lt;br /&gt;
 |date=6 November 2003&lt;br /&gt;
 |pages=7&lt;br /&gt;
 |doi=10.1038/426007a&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
;Other examples&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |last=Fowler&lt;br /&gt;
 |first=Martin&lt;br /&gt;
 |authorlink=Martin Fowler&lt;br /&gt;
 |coauthors=Kent Beck&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |last=Fowler&lt;br /&gt;
 |first=Martin&lt;br /&gt;
 |authorlink=Martin Fowler&lt;br /&gt;
 |coauthors=Kent Beck&lt;br /&gt;
 |title=Last Testimony of Sister Emma&lt;br /&gt;
 |journal=The Saints&#039; Herald&lt;br /&gt;
 |volume=26&lt;br /&gt;
 |year=1879&lt;br /&gt;
 |month=October&lt;br /&gt;
 |pages=289&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 |first=W. Hugh&lt;br /&gt;
 |last=Woodin&lt;br /&gt;
 |title=The Continuum Hypothesis, Part I&lt;br /&gt;
 |journal=Notices of the AMS&lt;br /&gt;
 |volume=48&lt;br /&gt;
 |issue=6&lt;br /&gt;
 |year=2001&lt;br /&gt;
 |pages=567–576&lt;br /&gt;
 |location=Providence, RI&lt;br /&gt;
 |publisher=American Mathematical Society&lt;br /&gt;
 |url=http://www.ams.org/notices/200106/fea-woodin.pdf&lt;br /&gt;
 |language=Greek&lt;br /&gt;
 |format=PDF&lt;br /&gt;
 |issn=1088-9477&lt;br /&gt;
 |oclc=34550461&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |first=W. Hugh&lt;br /&gt;
 |last=Woodin&lt;br /&gt;
 |title=The Continuum Hypothesis, Part I&lt;br /&gt;
 |journal=Notices of the AMS&lt;br /&gt;
 |volume=48&lt;br /&gt;
 |issue=6&lt;br /&gt;
 |year=2001&lt;br /&gt;
 |pages=567–576&lt;br /&gt;
 |location=Providence, RI&lt;br /&gt;
 |publisher=American Mathematical Society&lt;br /&gt;
 |url=http://www.ams.org/notices/200106/fea-woodin.pdf&lt;br /&gt;
 |language=Greek&lt;br /&gt;
 |format=PDF&lt;br /&gt;
 |issn=1088-9477&lt;br /&gt;
 |oclc=34550461&lt;br /&gt;
 }}&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{cite journal&lt;br /&gt;
 |title=Disney Releases 10 Titles on Laser Videodisc&lt;br /&gt;
 |year=1982&lt;br /&gt;
 |journal=VIDEODISC/VIDEOTEX&lt;br /&gt;
 |volume=2&lt;br /&gt;
 |issue=3&lt;br /&gt;
 |pages=175&lt;br /&gt;
 }}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:→ {{cite journal&lt;br /&gt;
 |title=Disney Releases 10 Titles on Laser Videodisc&lt;br /&gt;
 |year=1982&lt;br /&gt;
 |journal=VIDEODISC/VIDEOTEX&lt;br /&gt;
 |volume=2&lt;br /&gt;
 |issue=3&lt;br /&gt;
 |pages=175&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
==Useful links==&lt;br /&gt;
* [[Zotero]] - find articles in [[Mozilla Firefox]] and easily paste them into Wikipedia as citation templates with Ctrl-Alt-C&lt;br /&gt;
* [[User:Verisimilus|Verisimilus]]&#039;s [http://www.srcf.ucam.org/~ms609/Wiki/Wiki Cite generator] - find articles using built-in [[Google Scholar]] interface and automatically produce an appropriate cite template. Also features a [[BibTeX]] to &amp;lt;nowiki&amp;gt;{{cite}}&amp;lt;/nowiki&amp;gt; converter.&lt;br /&gt;
* [[User:DOI bot|DOI bot]] - You can ask this bot to automatically add DOIs to a page of your choice. [http://www.srcf.ucam.org/~ms609/Wiki/Bot/DOI%20bot Click here] to activate.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Cite sources]]: Style guide&lt;br /&gt;
* [[Wikipedia:Cite sources/example style]]: Style guide examples&lt;br /&gt;
* [[Wikipedia:Citation templates]]: Related templates&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Citation templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Templates generating COinS|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[bg:Шаблон:Cite journal]]&lt;br /&gt;
[[cs:Šablona:Citace časopisu]]&lt;br /&gt;
[[de:Vorlage:Cite journal]]&lt;br /&gt;
[[el:Πρότυπο:Cite journal]]&lt;br /&gt;
[[es:Plantilla:Cita revista]]&lt;br /&gt;
[[fr:Modèle:Cite_journal]]&lt;br /&gt;
[[hu:Sablon:Cite_journal]]&lt;br /&gt;
[[it:Template:Cite journal]]&lt;br /&gt;
[[ja:Template:Cite journal]]&lt;br /&gt;
[[ko:틀:저널 인용]]&lt;br /&gt;
[[no:Mal:Cite journal]]&lt;br /&gt;
[[ru:Шаблон:Статья]]&lt;br /&gt;
[[sl:Predloga:Navedi revijo]]&lt;br /&gt;
[[sv:Mall:Tidskriftsref]]&lt;br /&gt;
[[vi:Tiêu bản:Chú thích tạp chí]]&lt;br /&gt;
[[zh:Template:Cite journal en]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>219.164.57.180</name></author>
	</entry>
</feed>