https://en.wikipedia.org/ for an English article), because an article URL can be inferred from an article title.
Information in Wikipedia is often accompanied by a reference. You can use Wikipedia to find the source of the information and cite that. Indeed, Wikipedia can often be a good starting point for research to other sources of information.
Some Wikipedia articles (list) have been published in peer reviewed academic literature. In that case, it is possible to cite the published article. e.g.:
If the topic under research is Wikipedia itself, then Wikipedia is the preferred source of information. For topics such as Wikipedia policies and policy-making, Wikipedia language edition growth, and Wikipedia editorial collaboration Wikipedia is not a tertiary source but a primary source.
If the topic under research is unavailable through other means, then Wikipedia might be an acceptable source. Wikipedia includes articles on relatively obscure topics that might not be covered in much depth elsewhere on the Internet or at a typical library. So a line referenced article such as Siege of Compiègne could be the best information available to a particular researcher. Whenever this situation emerges, the best course of action is to report the dearth of sources in advance (to a teacher, professor, or boss) and request permission to cite Wikipedia.
Some Wikipedia articles are directly adapted from peer reviewed academic papers. In such cases the source page may be treated as any other source, but not the Wikipedia page. Note that the Wikipedia page may have diverged from the original source, so it is important to check before citing that the point being referenced was present in the peer reviewed article.
Wikipedia has a tool to generate citations for particular articles. For the cite tool, see Special:Cite, or follow the "Cite this page" link in the toolbox on the left of the page in the article you wish to cite.
The following examples assume you are citing the Wikipedia article on Plagiarism, using the version that was submitted on July 22, 2004, at 10:55 UTC, and that you retrieved the article on August 10, 2004, except as otherwise noted.
Citation in APA style, as recommended by the American Psychological Association:
Note that in APA 5th Edition style, the following rules apply for the reference:
The proper in-text citation is ("Plagiarism," 2004) for a paraphrased passage or ("Plagiarism," 2004, para. #) if you directly quote the material. Note that para. # represents the paragraph number in the page where the information appears. If there are multiple headings on the page, it is also acceptable to place the subheading and then a paragraph number within that heading.
For example, proper in-text citation for a direct quote of fewer than 40 words is:
If the quoted material is more than 40 words, use the block quote format instead.
As another example, the proper in-text citation for a paraphrased passage is:
APA Style requires that you provide a separate reference entry for each term you are citing in your paper because 1) you must provide a URL for each term that goes directly to the term, and 2) you must provide the publication date for each term separately. However, if you are discussing the "online encyclopedia" itself, not a term in the encyclopedia, you might need to reference the site itself. The proper citation of Wikipedia, the site, as referenced in APA 5th Edition Style is:
The in-text citation formation would be (Wikipedia, 2004).
Citation in MLA style, as recommended by the Modern Language Association, 8th edition:
The eighth edition published in 2016 calls for urls to omit "http://" or "https://".
Note that MLA style calls for both the date of publication (or its latest update). The "Accessed date" is now optional but could be useful for general readership not familiar with permanent links in Wikipedia (
oldid).Be sure to double check the exact syntax your institution requires.
For citation of Wikipedia as a site, use:
Citation in MHRA style, as recommended by the Modern Humanities Research Association:
Citation in Chicago style:
Note that the Chicago Manual of Style states that "Well-known reference books, such as major dictionaries and encyclopedias, are normally cited in notes rather than bibliographies."
Citation in CBE/CSE style, as recommended by the Council of Science Editors:
The following are examples of how to cite Wikipedia articles according to A Manual for Writers of Term Papers, Theses, and Dissertations, 6th edition, by Kate L. Turabian (Chicago: University of Chicago Press, 1996).ISBN 0226816265 (cloth),ISBN 0226816273 (paper).
Note on Turabian style: Please understand that Turabian does not have rules that cover anything like Wikipedia. These examples are based on "reading between the lines" and assimilating rules from various not-so-similar cases that Turabian does cover. If the party to which you are submitting your paper is particularly strict, you might want to find out if they have their own adaptation of Turabian that would apply in this case. Alternately, you could always consult with the party before the deadline to make sure it's acceptable.
1 "Plagiarism," in Wikipedia: The Free Encyclopedia; (Wikimedia Foundation Inc., updated 22 July 2004, 10:55 UTC) [encyclopedia on-line]; available from https://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=5139350; Internet; retrieved 10 August 2004.
2 Wikipedia contributors, "Marketing."Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=Marketing&oldid=1282675280 (Accessed April 2, 2025)
Wikipedia: The Free Encyclopedia. Wikimedia Foundation Inc. Updated 22 July 2004, 10:55 UTC. Encyclopedia on-line. Available from https://en.wikipedia.org/w/index.php?title=Endangered_species&oldid=1282505110. Internet. Retrieved 2 April 2025.
(According to Turabian 6th edition, ¶9.8, for entries in the bibliography, "the first line of each entry is flush left, and any run over lines are indented five spaces". The presentation above uses CSS to approximate the effect.)
Either of these two:
Plagiarism. 22 July 2004, 10:55 UTC. In Wikipedia: The Free Encyclopedia. Wikimedia Foundation Inc. Encyclopedia on-line. Available from https://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=5139350. Internet. Retrieved 10 August 2004.
(Indenting is like that of the bibliography.)
The Harvard Journal of Law & Technology has adopted the following format for citations to articles in Wikipedia:
Here is an example:
This format reflects Rule 18.2 of the 18th and 19th edition of the Bluebook, but uses "as of" rather than "last updated"/"last visited" in the date parenthetical. This change allows specification of the exact version of the article to which the author is referring.
The date and time used should correspond exactly to the latest version listed in the article's Wikipedia history page that states the proposition for which you are citing it. Use of GMT conforms to the timestamp format used in those history entries (e.g., use 24-hour notation to avoid AM/PM).
Depending on your preference, it may be more desirable to use a permanent link (a URL with anoldid) to provide easier access to the specific version of the article. For the Bluebook example, the version visible at the given date is https://en.wikipedia.org/w/index.php?title=Bluebook&oldid=40199560.
@misc{ wiki:###,
author = "{Wikipedia contributors}",
title = "Plagiarism --- {W}ikipedia{,} The Free Encyclopedia",
year = "2004",
url = "https://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=5139350",
note = "[Online; accessed 22-July-2004]"
}
The additional curly brackets are necessary to prevent the values from being interpreted depending on the style. In BibTeX syntax, author = "Wikipedia contributors"
indicates an author with the first name Wikipedia
and the last name contributors
, and may then be formatted as, e.g., contributors, W.
.
Built-in BibTeX styles do not have support for URLs. They do not make use of the url
field, and the only way to display a URL is through the "catch-all" howpublished
field like howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=5139350}"
(the \url
command requires the use of \usepackage{url}
). In this case, the \url
command simply prints out the URL with appropriate line-break control, without creating a link.
It is however discouraged to use LaTeX code within BibTeX. The better solution is to use a citation style file that has inbuilt support for URLs; the example above uses the field url
, which is supported by biblatex
and many other styles. Doing this allows the style file to present the URL in whatever way it sees fit; for example, it may decide to simply make the article title a hyperlink (similar to: Plagiarism—Wikipedia, the Free Encyclopedia), or to print out the URL as a clickable link (similar to: en
Note that the url
field should only contain the plain URL. The \url
command must not be included in the url
field.
Citation in AMA style, as recommended by the American Medical Association: