User talk:Corinne/Archive 17
From Wikipedia, the free encyclopedia
| This is an archive of past discussions with User:Corinne. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
| Archive 10 | ← | Archive 15 | Archive 16 | Archive 17 | Archive 18 | Archive 19 | Archive 20 |
Technical mission to start off the new year
Corinne, I have a slightly broken toolbar/information-bar on each article page that I find to be very helpful. The brokenness does not cause any issues—it just means certain functionality has left the toolbar and will not be available since the toolbar's developer left the building earlier this year. For one thing it tells you who authored a page.
OK, here you go:
First copy this line of code to your clipboard:
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript');
( the code line starts with mw. and ends with '); )
Then go to this link, and if the edit page is open paste that code on to the edit page and save it. If the edit window is not open, click on the edit link and then paste the code and save it:
Then go back to Wikipedia from Wikimedia and Purge your Wikipedia page and you should see the new toolbar/information-bar. Easy peezy. Don't be scared! Cheers! {{u|Checkingfax}} {Talk} 00:51, 2 January 2016 (UTC)
CheckingfaxWow! It worked! I didn't even have to purge my talk page. It was already there. Thanks. I saw, in the instructions just before I pasted that code at Wikimedia, that it said something like "be sure to categorize this". Of course, I didn't, because I didn't know what it meant. Is that all right? Corinne (talk) 01:03, 2 January 2016 (UTC) I was surprised that there were 55 page watchers of my talk page. Is there any way to "hide" that whole line so that it's visible only if I want to look at it? Corinne (talk) 01:05, 2 January 2016 (UTC)
- Dear Corinne. I do not know how to disable it short of commenting out the line from your global.js file ( using /* and */ ).
- I do not know about the categorization suggestion. I only have one JavaScript in my global.js file. I have about 15 in my common.js file and I have a few in my common.css file so when I add a JavaScript I add a comment line right above it to remind me what the JavaScript is for. For example, in my global.js file, above the script line I offered to you, I added this comment:
- /* Adds XTools gadgets to all Wikis */
- XTools gadgets is the name of that particular script
- /* starts a comment section and */ ends the comment section. That way the comment does not interfere with the code.
- The JavaScripts I have installed help me with my Wikipedia editing productivity. They are created by other users. Here is a library of published ones. It is best to install them one by one and make sure they work and do not disable previous ones before installing more. In the library if you find one you like simply click on the link and it will jump you down the page to the install-code and to the install-link.
- And again, I find it helpful to create a comment line preceding each one using the:
/* comment goes here */format. Cheers!{{u|Checkingfax}} {Talk}01:23, 2 January 2016 (UTC)
- Checkingfax Thank you. Is it too late to add that "comment" describing what the code is? If not, do I have to go back and re-do what I just did? Where and how would I add the "comment"? Corinne (talk) 01:29, 2 January 2016 (UTC) Regarding "hiding" the line, can I use the same template that I used to hide my featured pictures that were promoted, at the bottom of my user page? Corinne (talk) 01:31, 2 January 2016 (UTC)
- Dear Corinne. I added my comment section on a line above the line of code. It is not too late to add it; click on that link again; click on edit; put a line feed above the code line; add the comment line above the code line; save it; purge it.
- If Xtools gadgets was up to speed that blue Fedora would indicated your interwiki message alerts by showing a number 0 on a grey background for no messages and then it would change to a red box with the number of pending messages.
{{u|Checkingfax}} {Talk}01:37, 2 January 2016 (UTC) - PS: On the Xtools gadgets bar the number after a username is their total number of en Wikipedia edits. Cheers!
{{u|Checkingfax}} {Talk}01:40, 2 January 2016 (UTC)- Checkingfax Well, I guess I didn't do it right because the comment doesn't show (is it supposed to?). I clicked on the link again, and clicked "Edit". Then I saw the page where I had originally pasted that code (mw, etc.), but it was on the "1." line. I didn't know how to "put a line feed above the code line". I clicked on the diamond-shaped bracket at the top left, and it changed the look of the page so that it looked more like a regular edit window. I just moved the code down one line, added the "comment" line you gave me, and saved. Then I went back to WP and purged the page (that, you had given me earlier, and I found it), but I don't see the words "Adds Xtools gadgets to all wikis". Am I supposed to see those words? If not, O.K., but then why would I add them? Where would I look to see them and get the benefit of having added them? If I did something wrong, please tell me how to undo it. Corinne (talk) 01:51, 2 January 2016 (UTC)
- If Xtools gadgets was up to speed that blue Fedora would indicated your interwiki message alerts by showing a number 0 on a grey background for no messages and then it would change to a red box with the number of pending messages.
Hi Corinne. You did good. Congrats on successfully installing your first custom Javascript! If you look at my common.js file on Wikipedia you can see how I keep track of my 15 installed scripts by using comment sections:
I used to have a few more but they broke everything so I removed them and kept my working favorites.
Comment lines or comment sections do not render anyplace.
I also have some custom scripts in my common.css file that change the appearance of my WP experience, like I have one that makes all redirect links appear green to me instead of the standard blue for all live links.
Cheers! {{u|Checkingfax}} {Talk} 02:31, 2 January 2016 (UTC)
Checkingfax Thanks for the congratulations. I'm glad I did it right. I looked at your list and (...sigh...) there is so much that I still have to learn. There was one, though, that interested me. It's "Puts a Highlight duplicate links link on left side of each page". Does this highlight when the same word or phrase is linked more than once in an article? I've read the MoS on links, and it says it's all right to link a term in the lead and "the first mention after the lead", which is the guideline I follow, but it would be helpful to have all of the duplicate links highlighted so I can remove some and be sure that it's the first mention in the article that's highlighted, not a later one. Is that what this does? If so, can I copy it from your page? By the way, does it matter that my user name is red at the top of the Wikimedia page? Corinne (talk) 02:41, 2 January 2016 (UTC)
Your username is red because you have not yet created an optional userpage over there.
One more consensus exception to repeating links is that it is OK to repeat previous maxed out links in tables or lists. So if a page is linked in lead and body it can also be linked in any table or list, and it makes things handy.
The duplicate link finder will box links in red that are potentially overlinked. It does not make it easy to find out the first use of a link in the body.
It is not my Javascript; it came from that user library of scripts. You will want to put it in your common.js file which you can create at:
User:Corinne/common.js
PS: A line feed is created when you hit the ↵ Enter key.
PPS: The global.js file makes the change work across all wikis whereas changes to the common.js or common.css file only apply to the particular wiki they are made on. Cheers! {{u|Checkingfax}} {Talk} 03:08, 2 January 2016 (UTC)
- Checkingfax I placed the "comment" and the code on lines 1 and 2 at the common.js file page, but before I save I wanted to ask you about something. At the top of that page it gives a warning saying something like, "the code you add here may contain malicious software that could compromise your account". I guess I can trust that this code won't compromise my account. Corinne (talk) 03:34, 2 January 2016 (UTC)
- Corinne, Javascripts are powerful and a popular way on the Internet to spread nasty things. If you notice, each of the scripts I use are connected to a WP user account by a colon. I trust these not to be malicious. User Technical 13 has been banned from WP for sockpuppetry back in June. I do not know the downside of their sockpuppetry. I do know they were active and did a lot of good for the project. I use their one-click-archiver for Talk pages instead of using a fully-automated one. If you find a script on the Internet have a script guru on WP check it first. Cheers!
{{u|Checkingfax}} {Talk}04:00, 2 January 2016 (UTC)
- Corinne, Javascripts are powerful and a popular way on the Internet to spread nasty things. If you notice, each of the scripts I use are connected to a WP user account by a colon. I trust these not to be malicious. User Technical 13 has been banned from WP for sockpuppetry back in June. I do not know the downside of their sockpuppetry. I do know they were active and did a lot of good for the project. I use their one-click-archiver for Talk pages instead of using a fully-automated one. If you find a script on the Internet have a script guru on WP check it first. Cheers!
Checkingfax What am I supposed to see at the left for the links highlighting? Does that work when viewing the article regularly or only in edit mode? Will I see nothing at all if there are no duplicate links? I see "Edit links" at the bottom left, below the languages, but when I click on it, I see a list of links in tiny letters, nothing red and no highlighting. Corinne (talk) 04:28, 2 January 2016 (UTC)
- Dear Corinne. This is a copy/paste:
There will be a link "Highlight duplicate links" in the toolbox on the left on every mainspace article. Once in Edit mode, clicking it will highlight the duplicate links in the edit preview by drawing a red border around them.
- Furthermore:
User:Ucucha/duplinks.js is a script that highlights links that occur more than once in an article. Per WP:REPEATLINK, terms should generally be linked only once in an article, but there are a number of exceptions to this rule. To account for these exceptions, this script considers only links that are within paragraphs (<p>...</p> tags) and ignores any links inside an infobox or navbox. In addition, it highlights duplicate links within the lead and within the body of the article separately.
- Cheers!
{{u|Checkingfax}} {Talk}06:55, 2 January 2016 (UTC)
- UPDATE: Hi, Corinne. I have the link in my lefthand links section under Tools and it is called Highlight duplicate links.
- I went to the George Foreman page because that was on my list of pages waiting for a Pending changes review.
- I clicked on the link for Highlighting and it highlighted nothing in the lead or infobox but highlighted several links in the body of the article. Curiously one of them was Puerto Rico and I could not find a 2nd instance of it being wikilinked. It highlights dups by surrounding the link with a thin red border.
- Then I tried clicking on Edit source to open the Wikipedia text editor after which I scrolled down the page and clicked on the Preview button. After that I again clicked on the Highlighting link and in the graphical Preview it highlighted all the duplicate links and I could have dropped down to the text editing window to delink them but I did not.
- Then I clicked on the Edit link to switch over to the Wikipedia:VisualEditor (their WYSIWYG editor) and clicked on the Highlighting and it lit up all the duplicate links plus the Puerto Rico link which I don't think is a duplicate.
- I think using VisualEditor is the way to go because you can easily see the double links, click on them, then click on the circled-red-slash to "remove styling" which performs a delinking. Have you ever used VisualEditor? It has some features that are very cool, but I do most of my editing in the Wikipedia text editor, but I enhance it by running wikEd from Gadgets in Preferences. By enabling wikEd it also gives me wikEdDiff which makes diffs easier for me to digest. wikEd has a few quirks but I have figured out workarounds so they do not annoy me. One of the quirks is a Google Chrome thing and until Google fixes the issue, wikEd will still suffer from the quirk. Cheers!
{{u|Checkingfax}} {Talk}07:33, 2 January 2016 (UTC)
- Thanks, Checkingfax! I just enabled Visual Editor. So do I just click on "Highlight duplicate links" when I have the edit window open? Not when I'm just looking at the article? I looked at a few long articles earlier today, clicked "Edit source" to open the edit window for the entire article, clicked "Highlight duplicate links", and scrolled down looking for anything highighted, and I didn't find one. I guess there were no duplicate links. By the way, I still don't understand how to create a diff. I mean, I can follow your instructions (way above), but you didn't answer (or I didn't see your answers to) two questions:
- (a) Do I have to type all of that, or can I copy something from the URL and paste?
- (b) Where do I go or look to find the diff? What's the very first step? I figure I need to look in an article's revision history, but what exactly do I select to look at a diff? I mean, do I select something in the long list of revisions, or do actually open the last edit and see that edit and the previous one, and so on, going backward? I figure a diff doesn't have to be the very last edit and the version just previous to it. Couldn't it be an edit that was made three days or two weeks earlier? When I find the edit that I want to show as a diff, do I look up at the URL and just select parts of it? I'm sorry, Checkingfax, if I've exhausted your patience. You've been very helpful. I tried to make a diff after you wrote all of your instructions, but I still couldn't find the information I needed to put into the example you gave, so I gave up. Corinne (talk) 20:45, 2 January 2016 (UTC)
Hi, Corinne. I am on my Blackberry right now but will do my best to answer your dup finder questions now.
If you have opened a page for editing with the text-editor:
- Scroll down the page and press the Preview button
- Click the Highlight dupes link
- Scroll all the way up the page to the page Preview area and take note of the location of the duplicate links
- Scroll down the page to the text editor section and manually remove the four [[bracket]]s from each link
- Optional: Press Preview page again and click on the Highlight dupes link again to see if you got them all.
- Save your edits.
PS: If you are doing a long page all at once you may wish to set the {{in use}} to try and minimize wasting your time with edit-conflicts.
If you click on the Dup highlighter before opening an editor your highlights will vanish when you open an editor. The highlighter does not highlight anything down in the text editing area; that is why you must use the Preview page button.
To use Wikipedia:VisualEditor:
- Go to a page.
- Click on Edit at top of page.
- Click on Highlight dupes.
- Single click on duplicated link (do not highlight it with a mouse drag: just click on it and an Edit box will pop up).
- Click on the red-circled-X in the Edit box to "Remove styling".
- Move on.
- Click Save.
- Provide a summary.
I hope this helps. If you see other problems on the page just click on the problem and start typing. VE edits magically. Plus you can switch to text editing mode if you choose to.
I shall answer the diff question later and up in the other discussion area. Just remember diff is an abbr for difference, so you need two things to compare, and yes you have to pick apart small chunks of a long URL to dissect the two germane pieces. Cheers! {{u|Checkingfax}} {Talk} 00:08, 3 January 2016 (UTC)
- Checkingfax Thanks to your kind lessons, I can now see at the top of my page that I have one fewer page watchers than I did yesterday. It's not important, but I really hope it wasn't you who decided not to watch my page anymore because I exasperated you to your limit with my questions regarding diffs. I promise I won't ask you any more about diffs. I'll figure it out. Maybe I'll still have questions about other things. Your lesson just above about finding duplicate links was very helpful. I really am sorry. I guess I just need to spend some time re-reading what you've already written. I hope you'll forgive me and continue to communicate with me. Corinne (talk) 00:20, 4 January 2016 (UTC)
- Hi, Corinne. No problem trying to clear things up. If you do not understand something, keep the questions coming until it coalesces for you. My answers get kind of wordy and confusing and I am trying to learn to use an economy of words. I have been helping out in the Wikipedia:Tip of the day department the last couple of months and the sages there tell us the best tips to write are in a single sentence ... and that is very difficult to pull off. I am learning a lot about Diffs from your questions. Another thing, Diffs are hard to intrepret. In the Gadgets section of Preferences there is a Gadget called wikEdDiff that makes Diff analysis infinity easier. Cheers! PS: If you enable wikEdDiff, there is a triangle at the top of the new Diff view to collapse/uncollapse the wikEdDiff view—which combines the two column diff view into an enhanced single-column view while maintaining the double-column view below it. Try it and you will get hooked on it.
{{u|Checkingfax}} {Talk}02:59, 4 January 2016 (UTC) - PS: Another page to help your head explode: Help:Page history Cheers!
{{u|Checkingfax}} {Talk}03:07, 4 January 2016 (UTC)
- Hi, Corinne. No problem trying to clear things up. If you do not understand something, keep the questions coming until it coalesces for you. My answers get kind of wordy and confusing and I am trying to learn to use an economy of words. I have been helping out in the Wikipedia:Tip of the day department the last couple of months and the sages there tell us the best tips to write are in a single sentence ... and that is very difficult to pull off. I am learning a lot about Diffs from your questions. Another thing, Diffs are hard to intrepret. In the Gadgets section of Preferences there is a Gadget called wikEdDiff that makes Diff analysis infinity easier. Cheers! PS: If you enable wikEdDiff, there is a triangle at the top of the new Diff view to collapse/uncollapse the wikEdDiff view—which combines the two column diff view into an enhanced single-column view while maintaining the double-column view below it. Try it and you will get hooked on it.
This week's article for improvement (week 1, 2016)
King Mswati III, the monarch of Swaziland, one of the Monarchies in Africa.
The following is WikiProject Today's articles for improvement's weekly selection: Please be bold and help to improve this article! Previous selections: Person of the Year • Hors d'oeuvre Get involved with the TAFI project. You can: Nominate an article • Review nominations Posted by: MusikBot talk 04:38, 4 January 2016 (UTC) using MediaWiki message delivery (talk) on behalf of WikiProject TAFI • |
|---|
Brizola
Dear Corinne, I loved what you did on the Trajan article. Could you please take a look on the article on Leonel Brizola (admittedly about an entirely different political animal) in which I also worked and which could benefit from your attentions?Cerme (talk) 23:07, 15 December 2015 (UTC)
- Cerme I apologize for the delay in responding. Thank you. I appreciate your confidence in me and your invitation to look at the Brizola article, but it would be best if you post a request for a copy-edit at Wikipedia:WikiProject Guild of Copy Editors/Requests. Right now, there are not many requests there, so it shouldn't take too long for a copy-editor to accept the assignment. I'll be glad to work on it after I finish the article I'm working on now, but there are several excellent copy-editors who are active on the Requests page. If no one accepts the assignment before I get to it, I will do so. Corinne (talk) 02:10, 18 December 2015 (UTC)
- Cerme I think I ought to apologize again to you. I was waiting to see whether the flurry of editing would slow down enough on the Bangladesh article for me to copy-edit, but it was decided among a group of GOCE members (and coordinators) that the article wasn't in a state to be copy-edited right now, so just today that request was declined by the GOCE (see section at bottom of this page and links, if you're interested). I guess I also took a little while to make the decision because I've been distracted by holiday things lately. So, as of today I am free to accept another copy-editing assignment, but I just noticed that Baffle gab1978 accepted it. You can rest assured, though, that your article is in good hands. I'll keep my eye out for future requests from you (and you can always drop me a note here, too). Corinne (talk) 05:15, 27 December 2015 (UTC)
Subscript text== Still need help ==
Happy Holidays, Corinne: EDITED: Cheers! {{u|Checkingfax}} {Talk} 04:38, 30 December 2015 (UTC)
Checkingfax Another editor tried to explain to me how to create a "diff" that is within Wikipedia. (I know how to make the external source type of diff, by just copying the entire URL.) Based upon what I understood from the other editor's explanation, I put a kind of explanation and reminder to myself on how to do it in my list of useful things at the top right of my talk page, above, but I tried to create a diff (to use in a talk page comment) but I couldn't get it right, so I didn't save it. When I look at the revision history and see the old and new edit, I don't see two I.D. numbers at the end of the URL. Usually, there is just one I.D. number there. I don't think I'm looking in the right place. When you have time, can you tell me how to do this step-by-step? Corinne (talk) 01:21, 16 December 2015 (UTC)
- The easiest way is to use the
{{diff}}template. (Later you can click on the blue link to the left to read about the various uses and parameters available with the diff template.)
- For example, this use:
{{diff|User talk:Corinne|prev|695434370|Difference between revisions}}which only has one diff number...
- will produce this link: Difference between revisions
- Breaking it down from left to right using the above example:
- diff is the name of the template
- User talk:Corinne is the name of the page where the diff is coming from. (found in title= section of complete URL)
- prev comes from the long URL from the oldid= section (it might also be: cur, prev, next, or id=)
- 695434370 is the diff= value from the long URL that is unique to that edit
- "Difference between revisions" is whatever you feel like calling the link (I made up this name); it's the link label that displays for your reader. I just used the name from the diff we're working on here. If you leave out a label the generated diff link will just have a number like [1], AFAIK.
- I hope this gets you started. Ping me back with any questions. Be sure to use the curly braces when you set the diff template. Cheers!
{{u|Checkingfax}} {Talk}02:23, 16 December 2015 (UTC)
- Checkingfax I still need some help understanding all this. You didn't tell me where to look in order to find the diff. When I click on "Revision history", of course the last edit made on the page is on the right, and the one just previous to it is on the left. Then, when I look at the URL, it shows only "prev" and a number. That's like the example you gave me. I guess that's enough to show the present version and the one just before it. For earlier pairs of a version and the one just previous to it, do I look at Revision history, then click on one of the little gray circles to select it, then hit enter to see that diff? When I do that, and I look up at the URL, do I just copy everything that comes after "title", or select things from it to type into certain places in the template? For example, I see ampersands. Do I copy those or ignore them? Corinne (talk) 21:55, 16 December 2015 (UTC)
- Hi, Corinne. From what I can tell, if you get a Notification there is only one number and then to the left of that is the word prev. The template does not require much information. What it requires is:
- The template curly braces and name:
{{diff}} - The exact page name where the diff is coming from (probably best to copy/paste this so you get all the casing and punctuation right (and no underscores)
- The two diff statements, which from a notification would be: prev|1234567890
- The template curly braces and name:
- Hi, Corinne. From what I can tell, if you get a Notification there is only one number and then to the left of that is the word prev. The template does not require much information. What it requires is:
- A description is optional.
- So, for this long URL which is from your Talk page:
- https://en.wikipedia.org/w/index.php?title=User_talk:Corinne&diff=prev&oldid=695552708
- So, for this long URL which is from your Talk page:
- You would use:
{{diff|User talk:Corinne|prev|695552708|what you want to label the link goes here}}and it would generate this:
- You would use:
- So as you can see you don't need a lot of junk from the long URL. The newest version number goes to the left side of the template and the oldest version number goes to the *right* side of the template, so if you had a diff with two numbers like the next one you would put the largest number (newer page version) to the left and the smallest number (older page version) to the right:
- https://en.wikipedia.org/w/index.php?title=User_talk:Corinne&diff=695573832&oldid=695552708
- So as you can see you don't need a lot of junk from the long URL. The newest version number goes to the left side of the template and the oldest version number goes to the *right* side of the template, so if you had a diff with two numbers like the next one you would put the largest number (newer page version) to the left and the smallest number (older page version) to the right:
{{diff|User talk:Corinne|695573832|695552708|comparing a newer page to an older page by version numbers}}will generate this:
- Checkingfax Thank you. All of this is quite helpful. I'm beginning to understand. However, in the paragraph just above that starts, "So as you can see", in the second sentence,
"The newest version number goes to the left side of the template and the oldest version number goes to the left side of the template",you've got "left" twice. Judging from the next clause, one of these, I think the "oldest version number", should read "goes to the right side of the template", right? RIGHT YOU ARE!
- Checkingfax Thank you. All of this is quite helpful. I'm beginning to understand. However, in the paragraph just above that starts, "So as you can see", in the second sentence,
- In that next clause, you wrote, "so if you had a diff with two numbers like the next one you would put the largest number (newer page version) to the left and the smallest number (older page version) to the right". This clause is crystal clear, and helpful, but upon looking at the numbers "6995552708" and "695573832", the largest number is not to the left. It's to the right. So that is confusing to me. I have posted another question below this, near the end of your comment. I HAVE NOW SWITCHED THEM PER YOUR CORRECT OBSERVATION
- If you leave out the link label like this:
{{diff|User talk:Corinne|695552708|695573832}}will generate this:
- If you leave out the link label like this:
- Now, to answer you questions. No you do not need any equal signs, ampersands or question marks (unless you choose to use the option listed at the end of this reply) and you cannot just copy everything from one string of text. You have to pick and sort.
- I have never used the radio buttons to choose diffs (using the Compare selected revisions button). I have only used: (cur | prev) from history, etc. and I have used 'previous edit' and 'next edit' links from there.
- OK, I just used the radio-buttons and here is what I got as a diff:
- https://en.wikipedia.org/w/index.php?title=User_talk%3ACorinne&type=revision&diff=695592676&oldid=695592296
- OK, I just used the radio-buttons and here is what I got as a diff:
- So, here is the template we would build from that:
{{diff|User talk:Corinne|695592676|695592296|any old link label name goes here}}would generate this: - (notice the larger number goes on the left)
- So, here is the template we would build from that:
- If you do not want the diff to display the rendered page below it you can add this parameter: diffonly=yes, so the template would look like this instead:
{{diff|User talk:Corinne|695592676|695592296|any old link label name goes here|diffonly=yes}}which would generate this link:
- any old link label name goes here
- (click on the above link to see how the page is omitted)
- I'm sorry, but I don't understand this whole last part. I don't understand what is meant by, "If you do not want the diff to display the rendered page below it". I clicked on the link just above this, as you invited me to, and I saw two pages, with text, and the note that says something like "one intermediate version not shown". But there is text there, on the left and the right. Corinne (talk) 23:54, 17 December 2015 (UTC)
- THAT ONE IS A LITTLE TRICKY TO UNDERSTAND. Have you ever noticed that when you look at a diff, if you scroll down below the diff you see the rendered page of the latest edits? If you use the diffonly=yes parameter you will only see the two columns of diffs and you won't see the latest page rendering.
- Ping me back with any more questions. Cheers!
{{u|Checkingfax}} {Talk}05:55, 17 December 2015 (UTC)
- Ping me back with any more questions. Cheers!
Hi, Corinne. Diff, which stands for Difference can be found in many places: Contributions, User contributions, Page history, etc.
A Diff is when you are given the opportunity to compare two edits side-by-side. You can get a Diff by answering a message Notification by clicking on the Show Changes link, or you can get a Diff by clicking on the (Prev) link in Contributions, or you can get a Diff by going to Page history, or by clicking two radio buttons in those and pressing the Compare selected revisions button or by clicking the (Prev) link next to a page link.
When you click on the link labeled "Prev" you are given two consecutive page versions. One for the page link near the Diff link and then for the page version just prior to it. That will be your Diff.
Alternatively, if you do a Compare you will get page versions separated by a period of time. That will be your Diff.
Some other places to find Diffs: Recent changes; Related changes; your Watchlist; clicking on the Show changes button in the text editor.
I found two pages that might fill in some holes that I am not explaining properly:
Wikipedia:Simple diff and link guide
Help:Diff Cheers! {{u|Checkingfax}} {Talk} 05:01, 3 January 2016 (UTC)
- Checkingfax I'm getting to the point of tears. I read that article "Simple diff and link guide". It was clear but seemed totally different from what you have told me. I thought I followed the instructions for "harvesting a diff" and removing the https and using single brackets, and putting the word "this", but when I left a comment at Talk:Japan–Korea disputes#Comfort women just now, after I saved my comment, I clicked on the link at "this" and it led to the entire article talk page, so I knew that was wrong. Then I went to the revision history of the article, right-clicked on the button "Prev", and it led nowhere, so I right-clicked on the time stamp to the right of it, and used that url-minus-https, but when I tested it, it led to the final revision of the article, not to something that showed the difference. Since I've left this on an active talk page, now I am embarrassed. In your comment, you used a phrase that I simply do not understand: "the (Prev) link next to a page link". What is "a page link"? Where is it on the page, and what does it look like? Can you please fix the link to the second of the two edits by ST-somebody on that talk page? Corinne (talk) 14:56, 3 January 2016 (UTC)
- Hi Corinne. I will fix the Diff link in a minute.
- If you take a long link from a non-Diff page and put single brackets around it that would be a Permalink (Permanent Link) not a Diff. Any time you go to a regular article page and capture the page's URL that is a Permalink that will always take you back to that particular snapshot version of the page. A Permalink only has one version number in it so it is not comparing anything so it is not a Diff(erence). You have to copy the long URL from a Diff page in order to harvest a Diff from the URL.
- If you are ever looking at a Diff page you can go over to the left-hand set of links and use the Permalink link to view the page as it appeared at the time of the latest edit showing in the Diff or you can copy the Permalink to share or archive it. For instance, if you have a DYK on the Main Page, you can copy the Permalink and use that to show off the Main Page later and it will show that particular day, time, and version of the Main Page.
- If you go to the article's Page history and right-click on the Prev link next to the edit you're after you can copy the Prev link location to your clipboard or you can open the Prev page. The URL at the top of that Prev page will be your Diff. The Diff page will look different than a Permalink page. A Diff page will have two columns at the top, and the rendered snapshot version of the page at the bottom. The rendered page will be that of the latest page version that is showing in the right-hand column of the Diff page.
- Here is the page URL you linked to from that Talk page:
- https://en.wikipedia.org/w/index.php?title=Japan%E2%80%93Korea_disputes&oldid=697982120
- Here is the page URL you linked to from that Talk page:
- Notice there is only one equals sign in it, so it is not comparing two pages. It is not a Diff page.
- Each edit that is saved creates a new version number for the page that was edited. The version number for the STSC edit is
- 697982120.
- Below is what I referred to as "the (Prev) link next to a page link":
- (cur | prev) ( ) ( ) 22:27, 2 January 2016 STSC (talk | contribs) . . (58,950 bytes) (+15) . . (→Comfort women: ce) (undo | thank)
- Below is what I referred to as "the (Prev) link next to a page link":
- If you right-click and open the Prev link it will take you to the Diff page for that particular edit.
- You can also right-click on Prev and copy the link location to your clipboard and then you have the Diff in your clipboard.
- Checkingfax I was so happy to see your latest comment at the bottom of this page this morning and to learn you hadn't thrown up your hands and given up on me. Thank you! I was reading the Template diff (describing the diff template) page, then I saw these additional comments/explanations. Regarding the two lines just above this, when I right-click, (a) do I right-click right on the word "Prev" and (b) when I right-click on "Prev", I see a little menu that has these choices:
- Open link in new tab
- Open link in new window
- Open link in incognito window
- Save link as...
- Copy link address
- Inspect
- Clicking on Cur will take you to the Current version of the page; clicking on: 22:27, 2 January 2016 is the Permalink to the page version as it existed after the edit performed for that line item in the Page history. Ping me back with any remaining questions.
- Here is the long Diff URL for that particular edit:
- //en.wikipedia.org/w/index.php?title=Japan%E2%80%93Korea_disputes&diff=697982120&oldid=697972913
- 697982120 is the page version after the edit, and 697972913 is the page version just prior to the edit.
- Here is the long Diff URL for that particular edit:
- You can see that the URL you posted only contained the latest version and nothing to compare it to.
- OK, I fixed the Diff using the
{{Diff}}template: '''{{diff|Japan–Korea disputes|697982120|697972913|this}}'''
- OK, I fixed the Diff using the
- Could have used this long link too:
- [ //en.wikipedia.org/w/index.php?title=Japan%E2%80%93Korea_disputes&diff=697982120&oldid=697972913 this]
- Could have used this long link too:
- Cheers!
{{u|Checkingfax}} {Talk}02:21, 4 January 2016 (UTC)
- Cheers!
- Hi, Corinne. I just found a new template called
{{Diff2}}that makes most Diffs easier to present. It only requires one page-version-number, and no page title. A link label is optional. So, for the Korea Diff you could use: {{Diff2|697982120|this}}and it would automatically show the 697982120 page version plus the page version immediately prior to it.
- Hi, Corinne. I just found a new template called
- The output would be this:
- this
- The output would be this:
- If you leave out the label, like this:
{{Diff2|697982120}}
- If you leave out the label, like this:
- Cheers!
{{u|Checkingfax}} {Talk}04:57, 4 January 2016 (UTC)
- Cheers!
- Oh, that looks easier. I take it that I use the number from the diff URL that is after "diff=", not the one after "oldid", right? The one thing I still need to understand is what I asked you about above (about how to find the diff page, and I asked you one more question about that, above). Corinne (talk) 17:17, 4 January 2016 (UTC)
Hi, Corinne. I am AFK so I cannot say off the top of my head. The number you use with Diff2 is the largest one. Go check and see which is largest and that will always be true going forward.
Diff2 does not work for generating Diff pages from page versions that are not adjacent.
Right-click right on the (Prev) link brings up that menu and if you want to copy/paste the underlying link pick Copy link location (or words to that effect) which will copy the long URL to your clipboard. Then you can paste the long URL in a Talk page reply to dissect it.
Alternatively, you can left-click right on the (Prev) link to open the Diff page, then go up to the web browser URL address bar and copy/paste the long URL from there.
You can also open in a new-tab or in a new-window by right-clicking right on the (Prev) link and selecting new-tab or new-browser.
Did I catch all your questions? Cheers! {{u|Checkingfax}} {Talk} 04:40, 5 January 2016 (UTC)
Again on Hadrian: "marble with gold thread".
Dear Corinne: I checked on this awkard sentence about the temple of Zeus in Cyzicus and it comes verbatin from the Hadrian biography by Anthony Birley: "its [the temple's] marble blocks were odorned with gold thread". The "gold thread" might be (a) lines of gold paint made in order to highlight a relief (at the fronton, for instance). Lots of Rococo interiors use gold paint, and Roman art at Hadrian's time was somewhat over the top like Rococo. Or then it was (b) marble blocks with golden veins? But then I would agree that the sentence is metaphorical at best, and somewhat clumsy.Cerme (talk) 02:01, 6 January 2016 (UTC)
Linda Ronstadt
Hi, Corinne. At TAFI I nominated the Linda Ronstadt article and I think you would be able to prune it down, but it has to get approved first. Cheers! {{u|Checkingfax}} {Talk} 09:27, 5 January 2016 (UTC)
- Checkingfax Thanks for your confidence in me! Do you need my "Support" vote there, or shall I just wait? Corinne (talk) 03:17, 6 January 2016 (UTC)
- Hi, Corinne. LOL. After 21 days of no replies nominations are now automatically canned by the MusikBot. Another vote is needed within that timeframe which is very soon. Cheers!
{{u|Checkingfax}} {Talk}06:07, 6 January 2016 (UTC)
- Hi, Corinne. LOL. After 21 days of no replies nominations are now automatically canned by the MusikBot. Another vote is needed within that timeframe which is very soon. Cheers!
- Checkingfax I looked for the nomination but couldn't find it. Has it already been removed from the nominations page? P.S. It's one "r" and two "n's": Corinne. Corinne (talk) 15:49, 6 January 2016 (UTC)
- Hi, Corinne. Yeah must have timed out. It had three supports, but one oppose, for a net of two supports. Must have gone beyond 21 days. Oh, well, there are already 4 years worth of nominations pending in the approved bucket. You had me flummoxed with the n/r thing. Didn't see that applying to Linda Ronstadt. But then I noticed I fouled up your name. Sorry. I usually am careful to get it right. Cheers!
{{u|Checkingfax}} {Talk}23:10, 6 January 2016 (UTC)
- Hi, Corinne. Yeah must have timed out. It had three supports, but one oppose, for a net of two supports. Must have gone beyond 21 days. Oh, well, there are already 4 years worth of nominations pending in the approved bucket. You had me flummoxed with the n/r thing. Didn't see that applying to Linda Ronstadt. But then I noticed I fouled up your name. Sorry. I usually am careful to get it right. Cheers!
Hi
Correct way to make sibilant Williams possessive
Hi, Corinne. What is the correct way to make the sibilant Williams possessive such as in this Diff: ?
Is is s's or s' ? Cheers! {{u|Checkingfax}} {Talk} 07:46, 8 January 2016 (UTC)
- Checkingfax This is often problematic. I've read these guidelines carefully several times, and there is a specific reference to the name "Williams" in the second one, but it's not a hard-and-fast rule, just a description of customary usage. It seems that, in both guidelines, the way the possessive form sounds best when pronounced is a good guideline. See MOS:POSS and Apostrophe#Possessive apostrophe, particularly these sections:
- Basic rule (singular nouns)
- Singular nouns ending with an "s" or "z" sound. See the second paragraph after the two bulleted items for specific discussion of the name Williams. Would you say "Williams' wife" or "Williams's wife", with the second one pronounced "Williamses wife"? I don't know which one I would say; I've never known anyone with that last name. There is a small consideration: that "Williams' wife" sounds the same as "William's wife", with the second example being a man whose first name is William, but I don't know if that's a problem, especially in an article where it is clear that it is the man's last name. With "Williams's wife", it is clear beyond a doubt that his last name is "Williams". What do you think? Corinne (talk) 16:40, 8 January 2016 (UTC)
- Dear Corinne. Honestly I was thinking maybe Williamses. LOL. Cheers!
{{u|Checkingfax}} {Talk}02:08, 9 January 2016 (UTC)
- Dear Corinne. Honestly I was thinking maybe Williamses. LOL. Cheers!
- • This is interesting. In school 100 years ago I learned to use simply a possessive apostrophe, but somewhere along the line I learned that the correct form (supposedly) is 's, just as with other names. Hence, the Günter Grass article (which I've had a hand in editing) uses Grass's as the possessive form. OK, Corinne, it's up to you to settle this conclusively for the entire English-speaking world. Sca (talk) 18:12, 9 January 2016 (UTC)
- Sca
Oh, so you noticed I didn't take a stand, above, for one or the other, and, before that, I noticed that WP didn't take a stand, either. It was the same for me: I learned that a plural noun ending in "s" or a name ending in "s" took only an apostrophe to make the possessive form, but probably the teachers didn't go into too much detail then. I think Charles Dickens might roll his eyes, though, if he heard "the Dickenses house" (the Dickens's house). First of all, is possessive really needed there? What's wrong with "the Dickens house", where the family name just modifies or characterizes the house, like "the Jefferson house" (i.e., the house in which the Thomas Jefferson family lived). The problem is that you can't do that with a wife. It's got to be possessive: "Williams' wife" or "Williams's wife"; it can't be "the Williams wife". I'm leaning toward "Williams's wife" only because it makes it clear what his last name really is: Williams, not William. What do you think? Corinne (talk) 19:49, 9 January 2016 (UTC)
- I lean towards simple possessive apostrophe, FWIW. Consider All Hallows' Eve or All Saints' Church; by analogy, Venus Williams and Serena Williams's trophy room contains the Williams' trophies, not the Williamses or Williams's (in the plural); thus, Williams's if there's just one Williams, or Williams' if there are more than one. ‑ Iridescent 20:00, 9 January 2016 (UTC)
- (edit conflict) Also, if the extra "s" makes the posessive noun difficult to pronounce, use a terminating apostrophe; "This is Mr. Fred Davids, and here's Mr. Davids' (not Davids's) wife"; "The buses' roofs caught fire", etc. Cheers, Baffle gab1978 (talk) 20:15, 9 January 2016 (UTC)
- Well, Iridescent, that's what I learned in school (All Hallows' Eve). Regarding your Williams sisters example, I never before heard of making that distinction between, for example, one Williams and more than one Williams and using two different possessive forms like that. Interesting. (I want to be sure you're clear that I wrote "Williamses", above, only to indicate the pronunciation of "Williams's".) Thanks, Baffle gab1978, for your thoughts. Are you saying you agree with Iridescent? Sca and Rothorpe, what do you think? Corinne (talk) 20:25, 9 January 2016 (UTC)
- Yes, pretty much, but it's complex and not clear-cut; i generally prefer a simple apostrophe but that's a personal thing; on WP I normally follow WP:MOS unless there's a good reason not to. Cheers, Baffle gab1978 (talk) 01:07, 10 January 2016 (UTC)
- I agree that the word must sound like grasses, for which reason I would write Grass's, as it seems there's no agreement whether Grass' is pronounced grass or grasses (as far as I can make out from previous conversations here). Rothorpe (talk) 01:15, 10 January 2016 (UTC)
- Well, that is what I was going to ask Baffle gab1978: even if you spell it "Günter Grass' works", how would you say it? Also, with regard to WP:MOS, specifically MOS:POSS, and the article Apostrophe, specifically Apostrophe#Possessive apostrophe, I didn't see a rule one way or another. I saw a description of three different styles, with an admonishment to choose one and be consistent within an article, and examples of the different styles. Where did you see a firm rule? Corinne (talk) 03:21, 10 January 2016 (UTC)
- I agree that the word must sound like grasses, for which reason I would write Grass's, as it seems there's no agreement whether Grass' is pronounced grass or grasses (as far as I can make out from previous conversations here). Rothorpe (talk) 01:15, 10 January 2016 (UTC)
Mayabazar
Mayabazar turns a FA! Thanks for your valuable contributions as a copy-editor.
Pavanjandhyala (talk) 02:49, 10 January 2016 (UTC)
- Pavanjandhyala Congratulations! Is this your first Featured Article? Even if it's not, you deserve to feel proud of yourself and all your hard work on the article. Congratulations! Corinne (talk) 03:24, 10 January 2016 (UTC)
- Yes Corinne, this is my first FA. It is also the first Telugu film related article to attain that status and that makes it more special.
Pavanjandhyala (talk) 04:12, 10 January 2016 (UTC)
- Yes Corinne, this is my first FA. It is also the first Telugu film related article to attain that status and that makes it more special.
This week's article for improvement (week 2, 2016)
Depictions of various deities on the entrance tower of Sri Mariamman Temple, Singapore, dedicated to the Hindu goddess of rain; Mariamman.
The following is WikiProject Today's articles for improvement's weekly selection: Please be bold and help to improve this article! Previous selections: Monarchies in Africa • Person of the Year Get involved with the TAFI project. You can: Nominate an article • Review nominations Posted by: MusikBot talk 00:08, 11 January 2016 (UTC) using MediaWiki message delivery (talk) on behalf of WikiProject TAFI • |
|---|




