Wikipedia Citation Styles: A Guide to the Systems, Their History, and Their Syntax
Citations are one of the defining features of Wikipedia. They allow readers to verify claims, trace information back to its sources, and distinguish documented facts from an editor's interpretation. But Wikipedia does not use a single conventional citation style in the way that a university department or academic journal might. Instead, it has developed its own flexible citation system built around footnote-style references, templates, and the <ref> markup.
Understanding Wikipedia's citation practices becomes easier when they are viewed against the longer history of academic citation. Modern Wikipedia syntax is, in effect, a digital descendant of several older traditions: numbered scientific references, scholarly footnotes, bibliographies, and author-date systems.
The major citation traditions
Most formal citation systems fall into a few broad families:
- Notes and bibliography — sources are identified with numbered footnotes or endnotes.
- Author-date — the author's name and publication year appear in the text.
- Numbered references — sources receive numbers corresponding to a numbered bibliography.
- Citation-template systems — bibliographic information is entered into structured templates that automatically produce a consistent-looking citation.
Wikipedia primarily uses the first and third approaches. Its <ref> system creates numbered footnotes, while citation templates provide standardized bibliographic information inside those notes.
1. The traditional footnote style
The oldest and most important tradition behind Wikipedia's system is the scholarly footnote.
Footnotes became especially important in historical and humanities scholarship because they let an author identify precisely where evidence came from without interrupting the prose. Historians, in particular, commonly use notes because their sources may include books, archival documents, newspapers, letters, interviews, government records, and other materials that do not fit neatly into a single standardized bibliography.
A conventional scholarly text might look like this:
The expedition reached the valley in October 1847.^1
The footnote then supplies the source:
- James Smith, Explorations of the Western Territories (Boston: Brown & Co., 1851), 143.
Wikipedia translates this basic idea into markup:
The expedition reached the valley in October 1847.<ref>James Smith, ''Explorations of the Western Territories'' (Boston: Brown & Co., 1851), p. 143.</ref>
The <ref> element tells Wikipedia to turn the material into a numbered footnote.
A references section is then normally placed at the bottom of the article:
== References ==
The result is a numbered list of notes generated automatically.
Why this matters
Wikipedia's system does not require an editor to manually number citations. The software assigns the numbers and renumbers them automatically when references are added, removed, or rearranged.
This is one of the major advantages of electronic footnotes over traditional printed scholarship.
2. Wikipedia's numbered-reference system
Wikipedia's system is closely related to the Vancouver or author-number system, which became particularly important in scientific and medical publishing.
In a numbered system, a source is assigned a number according to its first appearance:
The compound was first synthesized in 1898.[1]
A second source becomes:
The compound was first synthesized in 1898.[1] Later experiments confirmed the result.[2]
If the first source is cited again, it retains its original number:
The compound was first synthesized in 1898.[1] Later work expanded on the original experiment.[2] The original result was subsequently replicated.[1]
This principle has been used in scientific publishing for more than a century. The name “Vancouver system” dates specifically from 1978, when medical journal editors meeting in Vancouver established common requirements for biomedical manuscripts.
Wikipedia's implementation differs in its mechanics, however. Rather than manually assigning [1], [2], and [3], an editor normally writes:
The compound was first synthesized in 1898.<ref>Source information.</ref>
Wikipedia generates the visible reference number.
Named references
Wikipedia can also assign a name to a reference:
The compound was first synthesized in 1898.<ref name=“Smith”>Source information.</ref>
The same source can subsequently be reused:
The original experiment was later replicated.<ref name=“Smith”/>
This is particularly useful when the same source supports numerous statements.
3. The author-date or Harvard tradition
Another major citation family is author-date referencing, often associated with Harvard referencing.
Instead of assigning numbers to sources, the text identifies the author and year:
The technology became commercially viable in the 1980s (Smith 1987).
With a page number:
The technology became commercially viable in the 1980s (Smith 1987, 143).
The bibliography then contains the complete source:
Smith, James. 1987. The History of Modern Technology. New York: Example Press.
The great advantage is that the reader can immediately see both the author and date without looking down at a footnote.
Author-date systems became particularly useful in scientific and social-science writing, where the date of a study may be as important as its author. They also avoid one of the traditional problems of numbered references: renumbering citations when material is rearranged.
Wikipedia generally does not use Harvard-style parenthetical citations as its primary citation mechanism. An editor could write such information inside a <ref> note, but Wikipedia's standard architecture remains the numbered reference.
4. Chicago's notes-and-bibliography style
The Chicago Manual of Style represents another important ancestor of Wikipedia's citation culture.
Chicago offers two principal systems: an author-date system and a notes-and-bibliography system. The latter uses superscript numbers linked to footnotes or endnotes, followed by bibliographic information.
A traditional Chicago note might look like:
1. James Smith, The History of Modern Technology (New York: Example Press, 1987), 143.
The corresponding bibliography entry might be:
Smith, James. The History of Modern Technology. New York: Example Press, 1987.
Chicago has a particularly interesting historical relationship to modern citation practice. Its manual originated at the University of Chicago Press in 1906 as a guide to typography and publishing. It later grew into one of the major American style manuals. The 15th edition, published in 2003, incorporated substantial guidance for electronic and Internet sources.
Wikipedia's references resemble Chicago footnotes visually, but Wikipedia goes further toward automation. The editor supplies source information and Wikipedia handles numbering and display.
5. MLA style
The Modern Language Association (MLA) system is especially associated with literature and the humanities.
Its characteristic in-text citation is generally author-page rather than author-year:
(Smith 143)
The Works Cited entry might look like:
Smith, James. The History of Modern Technology. Example Press, 1987.
MLA is therefore fundamentally different from Wikipedia's normal numbered-footnote architecture.
An editor could still put MLA-style bibliographic information inside a Wikipedia reference:
<ref>Smith, James. ''The History of Modern Technology''. Example Press, 1987, p. 143.</ref>
But the visible citation would still appear as a Wikipedia footnote:
[1]
This illustrates an important distinction: citation style and Wikipedia markup are not exactly the same thing. The markup controls how Wikipedia constructs the reference; the bibliographic conventions control how the source information itself is presented.
6. APA style
The American Psychological Association (APA) system is another major author-date tradition.
A typical APA citation is:
(Smith, 1987)
or, for a quotation:
(Smith, 1987, p. 143)
The reference list contains considerably more detailed publication information:
Smith, J. (1987). The history of modern technology. Example Press.
APA became particularly influential in psychology and the social sciences, where identifying the date of research is important.
Again, Wikipedia does not normally use APA's parenthetical system in the body of an article. Instead, an APA-style source can be placed within a Wikipedia <ref>.
7. IEEE and other numbered scientific styles
Engineering and technical publishing produced another important numbered tradition, exemplified by IEEE.
An IEEE-style article might say:
The circuit was redesigned in 1972 [1].
The bibliography would then contain:
[1] J. Smith, The History of Electronic Engineering. New York: Example Press, 1987.
The basic logic is very close to Vancouver:
citation number → numbered reference-list entry
The details differ between individual systems, particularly in punctuation, capitalization, author formatting, and treatment of electronic sources. Hundreds of scientific journals use author-number systems with variations on this basic principle.
Wikipedia's numbered references therefore belong to a much larger family of scientific and technical citation practices.
Wikipedia's actual syntax
The most important thing for a Wikipedia editor to understand is that Wikipedia markup is not itself a citation style such as APA or Chicago.
Instead, Wikipedia provides markup and templates that can represent bibliographic information.
Basic <ref> syntax
The simplest form is:
Some factual statement.<ref>Author, ''Book Title'', Publisher, 1987.</ref>
Wikipedia displays the reference as a numbered footnote.
At the end:
== References ==
{{cite book}}
For books, Wikipedia commonly uses the cite book template:
<ref>{{cite book
|last=Smith
|first=James
|title=The History of Modern Technology
|publisher=Example Press
|year=1987
|page=143
}}</ref>This separates the bibliographic components into fields rather than requiring the editor to format the entire citation manually.
A more detailed example might include an ISBN:
<ref>{{cite book
|last=Smith
|first=James
|title=The History of Modern Technology
|publisher=Example Press
|year=1987
|isbn=978-0-123456-78-9
|page=143
}}</ref>{{cite web}}
For websites:
<ref>{{cite web
|url=https://example.org/article
|title=History of Modern Technology
|author=James Smith
|date=1987-06-12
|access-date=2026-08-23
}}</ref>The template is designed to identify the principal pieces of information associated with an online source.
{{cite journal}}
For scholarly journal articles:
<ref>{{cite journal
|last=Smith
|first=James
|title=The Development of Modern Technology
|journal=Journal of Technology History
|volume=12
|issue=3
|pages=140–158
|year=1987
|doi=10.1234/example
}}</ref>This is especially useful because journal citations have many structured components that are easy to omit or inconsistently format when entered manually.
Citation templates versus manual citations
Wikipedia permits both approaches.
A manually written citation might be:
<ref>James Smith, ''The History of Modern Technology'', Example Press, 1987, p. 143.</ref>
A template-based citation would be:
<ref>{{cite book
|last=Smith
|first=James
|title=The History of Modern Technology
|publisher=Example Press
|year=1987
|page=143
}}</ref>The template approach has several advantages:
- information is organized into predictable fields;
- citation formatting can be standardized;
- editors can more easily identify missing information;
- automated tools can process the bibliographic data;
- changes to citation-template conventions can be applied systematically.
It also reflects a larger transformation in publishing: citation information has increasingly become structured data rather than merely typeset prose.
The rise of machine-readable citations
This is one of the more recent chapters in citation history.
Traditional citations were designed primarily for human readers. A person could recognize an author's name, book title, publisher, and date.
Modern digital publishing increasingly requires computers to understand those same components.
The development of the Citation Style Language (CSL) is an example of this transition. CSL is a structured XML-based language used to describe how citations and bibliographies should be formatted. It is supported by reference-management systems such as Zotero and Mendeley and can generate many different citation styles from structured bibliographic data.
Wikipedia's citation templates occupy a related position: they turn a citation into a collection of identifiable fields rather than just a string of formatted text.
A quick comparison
| System | Typical in-text form | Main tradition |
|---|---|---|
| Wikipedia | [1] | Numbered notes |
| Vancouver | [1] or superscript 1 | Scientific/medical |
| IEEE | [1] | Engineering/technical |
| Chicago Notes | Superscript 1 | Humanities/history |
| Harvard | (Smith 1987) | Author-date |
| APA | (Smith, 1987) | Social sciences |
| MLA | (Smith 143) | Literature/humanities |
The important point is that these systems solve the same fundamental problem in different ways: how can a reader connect a statement to the source from which it was derived?
Why Wikipedia chose numbered references
For a constantly changing encyclopedia with millions of citations, numbered references have practical advantages.
A Wikipedia article may be edited by hundreds of people over many years. If citations were embedded in the prose using author-date references, editors would have to maintain consistent author and date formatting throughout the article.
The numbered <ref> system largely separates those concerns.
The article can simply say:
The bridge opened in 1883.<ref>{{cite web ...}}</ref>The software handles the numbering.
If another citation is inserted before it, the existing reference does not have to be manually renumbered. This is especially important in a collaborative, constantly revised publication.
Citation style versus citation quality
One of the most useful lessons from Wikipedia is that a beautifully formatted citation is not necessarily a good citation.
A citation can be perfectly formatted and still be weak if the source is unreliable, does not actually support the statement, or is too far removed from the original evidence.
Conversely, a somewhat imperfectly formatted citation can still point readers to an excellent primary source.
The ideal Wikipedia citation therefore has several properties:
- The source is reliable for the claim being made.
- The citation actually supports the statement.
- The source can be located by the reader.
- Important bibliographic information is supplied.
- The citation is placed close to the claim it supports.
- The formatting is consistent with the article's existing citation practice.
This is ultimately the reason the elaborate history of citation styles matters. The punctuation, italics, brackets, parentheses, and numbering are conventions. The deeper purpose is to create a reliable chain between claim, evidence, source, and reader.
From medieval marginalia to Wikipedia
The history of citation is considerably older than modern academic style manuals. Scholars have long needed ways to tell readers where a statement, quotation, interpretation, or piece of evidence originated. Manuscript marginalia, scholarly annotations, footnotes, bibliographies, archival references, and printed scholarly apparatus gradually developed into the formal systems familiar today.
The twentieth century brought increasingly standardized systems such as Chicago, MLA, APA, and Vancouver. The Internet then introduced a new problem: citations had to work not only for readers but also for hyperlinks, databases, search engines, reference managers, and automated publishing systems.
Wikipedia sits at the intersection of these traditions.
Its visible [1], [2], [3] references resemble the numbered systems of scientific publishing. Its notes resemble the footnotes of historians. Its citation templates turn bibliographic information into structured data. And its automated numbering reflects the possibilities of digital publishing.
In that sense, a Wikipedia citation is not really a new invention. It is the latest digital form of a very old scholarly idea: tell the reader where the evidence came from, and make it possible for the reader to check it.





