Wikipedia:Template index/Sources of articles/Citation quick reference: Difference between revisions
Content deleted Content added
add link to Template:Citation |
m Bot: Fixing lint errors, replacing obsolete HTML tags: <tt> (3x) Tag: Fixed lint errors |
||
(25 intermediate revisions by 15 users not shown) | |||
Line 3:
'''Note that the use of these templates is not required.'''
Use of these templates is manual
Introductory ("Beginner" and "Tutorial") pages such as the CITING SOURCES tab in the [[Wikipedia:Tutorial]] page do not necessarily cover templates. Another template which covers all these uses may be found at [[Template:Citation|Citation]]. For more information see [[Wikipedia:Citing sources]].
''See full list of citation templates at [[Wikipedia:Citation templates]].'' For other templates, see [[Wikipedia:Template_namespace]].▼
If you are using the inline reference citation style in your article (using <nowiki><ref></nowiki> tags to create footnotes), then these templates would go inside the <nowiki><ref></nowiki> tags as follows:
<pre><ref>{{cite book|author=...}}</ref></pre>
▲''See full list of citation templates at [[Wikipedia:Citation templates]].'' For other templates, see [[Wikipedia:
== Citing a book ==
'''{{tl|cite book}}'''
;Not complete
{| cellpadding="0" cellspacing="6"
Line 19 ⟶ 26:
| last =
| first =
|
|
| editor =
| others =
| title = <!-- required -->
|
| url =
| format =
|
| edition =
| date =
| year =
▲ | month =
| publisher =
| ___location =
| language =
|
| pages =
| chapter =
|
| quote =
}}
Line 49 ⟶ 54:
| last =
| first =
|
| year =
| title = <!-- required -->
| publisher =
| ___location =
|
| pages =
}}
Line 64 ⟶ 68:
'''{{tl|cite journal}}'''
;Not complete
{| cellpadding="0" cellspacing="6"
Line 71 ⟶ 77:
<pre>
{{Cite journal
| first = Jean
| last = Elford
|
|
| date = 1974
| year =
| title = The Icelanders - Their Ontario Year
| month = ▼
▲ | date =
| quote =
| journal = The Beaver
| volume =
| issue =
| pages = 53–57
| doi =
| id =
| url =
| format =
|
}}</pre>
| style="vertical-align: top;" |
Line 94 ⟶ 100:
{{Cite journal
| author =
| year =
| month = ▼
| title = <!-- required -->
| journal =
Line 101 ⟶ 107:
| issue =
| pages =
| id =
| url =
Line 116 ⟶ 123:
| first =
| last =
|
| author =
|
| title =
| url =
Line 127 ⟶ 134:
| page =
| date =
|
| language =
| quote =
Line 133 ⟶ 140:
</pre>
*'''title''' is required, rest is optional. Note that title must be on one line in order for the hyperlink to display properly.
* '''author''': Author
** '''last''' works with '''first''' to produce <code>last, first</code>
** '''
** '''
** '''author2-link''' and '''author-last2''': allow links to Wikipedia pages for additional authors
* '''url''': Link to the news item if available online
** '''format''': Format, i.e. PDF. Don't specify for HTML (implied as default).
Line 144 ⟶ 152:
* '''publisher''': Publisher, if any.
* '''date''': date of publication, in same format as dates in the body of the article.
* '''pages''' or '''page''': the page number or numbers of the relevant information (e.g. pages=31-32 or page=157). Note that "pages" overrides "page" if they are both present.
* '''
* '''language''': the language in which the source is written.
* '''quote''': Relevant quote.
Line 158 ⟶ 166:
| url = <!-- required -->
| title = <!-- required -->
|
| author =
| last =
| first =
|
| date =
| year =
| work =
| publisher =
Line 173 ⟶ 179:
| language =
| quote =
|
|
}}</pre>
Line 180 ⟶ 186:
;Common form for cases where little is known about authorship of the page
<
;Using author
<
;Using last, first
<
The most common parameters are as follows. See also the complete documentation in [[Template:Cite web]].
* '''url''' (required): URL of online item.
* '''title''' (required): Title of online item.
* '''
* either '''author''', or '''last''' and '''first''' to produce <code>last, first</code>. Don't wikilink these; instead use '''
* '''
* '''archive-url''': URL of the archive ___location of the item, and '''archive-date''': Date when the item was archived, in same format as main text of the article.
<noinclude>
[[Category:Citation templates|
[[Category:Wikipedia template administration]]
</noinclude>
|