Wikipedia:Verification methods
Essay on editing Wikipedia
From Wikipedia, the free encyclopedia
These examples show several common methods that Wikipedia editors use to make their articles verifiable. Wikipedia editors are free to use any of these methods, or to develop newer methods—no particular method is preferred. However some method is required and each article must use the same method throughout the entire article. (When making changes to an article that already has sources, an editor should study the method already in use.)
This is an essay. It contains the advice or opinions of one or more Wikipedia contributors. This page is not an encyclopedia article or a Wikipedia policy, as it has not been reviewed by the community. |
This article is only intended to provide examples and give a rough introduction to the methods in use. This article does not debate their respective merits or consider any precise technical details. For this information, please see other guides such as: Citing sources, Citation templates, Footnotes and Harvard references.
Temporary references
It is more important to provide some kind of source than to format the source perfectly. Later editors can easily fix a badly formatted citation, but they will find it difficult or impossible to do the research necessary to find a source for a random bit of material added to an article. Newer editors may use any means necessary to provide a source for the material they bring to Wikipedia.
- A book: add the authors name, the book's title, year of publication and the page number that the material comes from. The year is important since it establishes which edition of the book was used.
- A website: provide the URL (in brackets) of the particular webpage on which this material appears.
These examples require almost no knowledge of Wikipedia's special characters or markup language, and no knowledge at all of proper citation formats.
| Markup | Renders as |
|---|---|
<syntaxhighlight lang="wikitext">
This is material that comes from a book (John Doe, Book of Facts, 1990, page 21).
This is other material that comes from a website.[http://example.org]
This is material that isn't obvious, that you're sure is true, but that you haven't found a
source for yet.{{fact}}
</syntaxhighlight> |
This is material that comes from a book. (John Doe, Book of Facts, 1990, page 21) This is other material that comes from a website. This is material that isn't obvious, that you're sure is true, but that you haven't found a source for yet.[citation needed] |
General references section
Many articles have a list of references (i.e. a bibliography) at the end of the article. The references are assumed to verify material throughout the article. This section should contain full citations. For information on how to write proper citations for journals, web sites, newspaper articles, and other sources (without using templates) see Wikipedia:Citing sources#Examples.
Example 1
| Markup | Renders as |
|---|---|
<syntaxhighlight lang="wikitext"> This is material that comes from a book. This is other material that comes from a different book. == References == * [[John Doe|Doe, John]] (1991), ''Book of Facts'', Great Books, ISBN 9780123456878 * [[Jane Doe|Doe, Jane]] (2001), ''More Facts'', Better Books, ISBN 9780123456878 </syntaxhighlight> |
This is material that comes from a book. This is other material that comes from a different book. References
|
Example 2: Using citation templates
This example uses citation templates to format the references. Templates (such as {{cite book}} or {{citation}}) are not essential, but many editors find them useful. For more information on using citation templates, see Wikipedia:Citation templates.
| Markup | Renders as |
|---|---|
<syntaxhighlight lang="wikitext">
This is material that comes from a book.
This is other material that comes from a different book.
== References ==
* {{cite book
| last=Doe | first=John | authorlink=John Doe
| year=1992
| title=Book of Facts
| publisher=Great Books
| isbn=9780123456878}}
* {{cite book
| last=Doe | first=Jane | authorlink=Jane Doe
| year=2002
| title=More Facts
| publisher=Better Books
| isbn=9780123456878}}
</syntaxhighlight> |
This is material that comes from a book. This is other material that comes from a different book. References
|