User:Aaronshaw/Better Wikipedia citations: Difference between revisions

From CommunityData
(→‎A basic solution: adding images and text for steps 0-2)
Line 21: Line 21:
If you click on that screenshot or navigate to any Wikipedia page (or just look at this page—even though it's not on Wikipedia it uses the same software and a very similar interface), you'll notice a little blue link near the top-right corner of the article text that says "View history." Click on that link!
If you click on that screenshot or navigate to any Wikipedia page (or just look at this page—even though it's not on Wikipedia it uses the same software and a very similar interface), you'll notice a little blue link near the top-right corner of the article text that says "View history." Click on that link!


=== 2. Select the edit you want by timestamp ===
=== 2. Select the version of the page you want by timestamp ===
 
Now you should be looking at something called a "revision history" for the original page. There's a bunch of stuff, but the main thing we're interested in is the list of things going down the middle of the page. Each of the items in this list is a previous revision of the article you were looking at a moment ago. Each row corresponds to one revision and includes some useful information such as the timestamp for when the edit was saved, the username of the editor who saved it (if applicable), the length of the article in bytes after the revision (and the length of the revision in parentheses), as well as any edit summary text that the editor entered at the time they saved the revision.


[[File:Seneca_falls_convention_viewhistory-20200212.png|thumb|right|2. What you see after you click "View history". Notice that the previous revisions are organized in reverse-chronological order. Also notice that each revision has a timestamp associated with it (a column near the left) and that you can click on any of the timestamps to view the revision in question.]]
[[File:Seneca_falls_convention_viewhistory-20200212.png|thumb|right|2. What you see after you click "View history". Notice that the previous revisions are organized in reverse-chronological order. Also notice that each revision has a timestamp associated with it (a column near the left) and that you can click on any of the timestamps to view the revision in question.]]
Assuming the page looked okay to you when you clicked "View history" a moment ago, the version you want is the most recent one right at the top of the list (the revisions are organized in reverse chronological order by default). Go ahead and click the timestamp for this revision.




=== 3. Use the URL with "oldid" in it ===
=== 3. Use the URL with "oldid" in it ===
At this point, you should be looking at the article again. Indeed, if you clicked the most recent revision from the list, you are looking at ''exactly the same version'' of the article you had seen before. So what's changed? Well, for starters, the address (URL) of the page. Look at the end of it closely. It should end in "&oldid=XXXXXXXX" where the X's correspond to some numbers. This means that the address points to the specific version of the article you clicked on from the revision list. The number is called a "revision ID" and each revision ID is, in theory, unique (database errors happen, but let's just assume that's not the case because it would be a bigger issue if they started duplicating such IDs on Wikipedia...). The other difference is the little yellow box of text across the top of the page that basically explains that the address is a permanent link.
[[File:Seneca_falls_convention_oldid-20200212.png|thumb|right|3. A specific revision from the history of the page I was looking at originally. Notice that the URL (address) for the page contains the text "&oldid=XXXXXXXX" where the X's correspond to some numbers. Also notice that the yellow textbox across the top of the page indicates (not quite accurately?) that the address (URL) "provides a permanent link to this version."]]
Now, finally, you have a link you can trust to point to the version of the page that is exactly as you saw it when you visited. You can go ahead and cite this URL using your preferred citation method. If your instructor, students, audience, or readers wonder why, just send them to read this page.

Revision as of 20:13, 12 February 2020

The problem

Wikipedia provides the best and most accessible single source of information on the largest number of topics in the largest number of languages. If you're anything like me, you use it all the time. If you (also like me) use Wikipedia to inform your research, teaching, or other sorts of projects that result in shared, public, or even published work, you also want to cite Wikipedia pages.

The days when teachers and professors banned students from citing Wikipedia are perhaps not entirely behind us, but let's say you're in a situation where that's not an issue. You're reading a Wikipedia page, you want to use something from it and you want to document your source responsibly. If your citation is to a piece of information that is already sourced and referenced on the Wikipedia article, you can just cut to the chase and cite that original source. But what if you want to cite the Wikpedia page itself? What can you do about the fact that any given page you cite can and probably will change?

A basic solution

A basic solution takes advantage of the fact that Wikipedia stores and makes available every previous version of every page that currently exists. In what follows below, I'll show you how you can find and cite a more durable URL (Uniform Resource Locator, or web address) that will only ever point to a specific version of a specific page. For many contexts, this is a sufficient solution, but please note that it is not comprehensive and far from "future proof" or permanent in an archival sense. Wikipedia pages can be deleted and once a page is deleted it becomes much harder to find their content again. Overcoming that requires a more advanced solution.

Anyhow, onwards with a basic, first-order fix to the immediate problem. It all starts with the little "View history" link towards the top right of every Wikipedia page...

0. Navigate to the page you want

Let's say I want to cite the article on the Seneca Falls Convention. Here's a screenshot of that article taken in February, 2020.

1. The page I want to cite in this example. Click to see a bigger version of the image and notice the "View history" link near the top right corner of the article text.

1. View history for the page you want

If you click on that screenshot or navigate to any Wikipedia page (or just look at this page—even though it's not on Wikipedia it uses the same software and a very similar interface), you'll notice a little blue link near the top-right corner of the article text that says "View history." Click on that link!

2. Select the version of the page you want by timestamp

Now you should be looking at something called a "revision history" for the original page. There's a bunch of stuff, but the main thing we're interested in is the list of things going down the middle of the page. Each of the items in this list is a previous revision of the article you were looking at a moment ago. Each row corresponds to one revision and includes some useful information such as the timestamp for when the edit was saved, the username of the editor who saved it (if applicable), the length of the article in bytes after the revision (and the length of the revision in parentheses), as well as any edit summary text that the editor entered at the time they saved the revision.

2. What you see after you click "View history". Notice that the previous revisions are organized in reverse-chronological order. Also notice that each revision has a timestamp associated with it (a column near the left) and that you can click on any of the timestamps to view the revision in question.

Assuming the page looked okay to you when you clicked "View history" a moment ago, the version you want is the most recent one right at the top of the list (the revisions are organized in reverse chronological order by default). Go ahead and click the timestamp for this revision.


3. Use the URL with "oldid" in it

At this point, you should be looking at the article again. Indeed, if you clicked the most recent revision from the list, you are looking at exactly the same version of the article you had seen before. So what's changed? Well, for starters, the address (URL) of the page. Look at the end of it closely. It should end in "&oldid=XXXXXXXX" where the X's correspond to some numbers. This means that the address points to the specific version of the article you clicked on from the revision list. The number is called a "revision ID" and each revision ID is, in theory, unique (database errors happen, but let's just assume that's not the case because it would be a bigger issue if they started duplicating such IDs on Wikipedia...). The other difference is the little yellow box of text across the top of the page that basically explains that the address is a permanent link.

3. A specific revision from the history of the page I was looking at originally. Notice that the URL (address) for the page contains the text "&oldid=XXXXXXXX" where the X's correspond to some numbers. Also notice that the yellow textbox across the top of the page indicates (not quite accurately?) that the address (URL) "provides a permanent link to this version."

Now, finally, you have a link you can trust to point to the version of the page that is exactly as you saw it when you visited. You can go ahead and cite this URL using your preferred citation method. If your instructor, students, audience, or readers wonder why, just send them to read this page.