User talk:Qwerfjkl/Archive 35

Page contents not supported in other languages.
Source: Wikipedia, the free encyclopedia.
Archive 30 Archive 33 Archive 34 Archive 35 Archive 36 Archive 37 Archive 40

Septermber GOCE newsletter

Guild of Copy Editors
September 2023 Newsletter

Hello and welcome to the September 2023 newsletter, a quarterly digest of Guild activities since June. Don't forget you can unsubscribe at any time; see below.

David Thomsen: Prolific Wikipedian and Guild member David Thomsen (Dthomsen8) died in November 2022. He was a regular copy editor who took part in many of our Drives and Blitzes. An obituary was published in the mid-July issue of The Signpost. Tributes can be left on David's talk page.

Election news: In our mid-year Election of Coordinators, Dhtwiki was chosen as lead coordinator, Miniapolis and Zippybonzo continue as assistant coordinators, and Baffle gab1978 stepped down from the role. If you're interested in helping out at the GOCE, please consider nominating yourself for our next election in December; it's your WikiProject and it doesn't organize itself!

June Blitz: Of the 17 editors who signed up for our June Copy Editing Blitz, 12 copy-edited at least one article. 70,035 words comprising 26 articles were copy-edited. Barnstars awarded are here.

July Drive: 34 of the 51 editors who took part in our July Backlog Elimination Drive copy-edited at least one article. They edited 276 articles and 683,633 words between them. Barnstars awarded are here.

August Blitz: In our August Copy Editing Blitz, 13 of the 16 editors who signed up worked on at least one article. Between them, they copy-edited 79,608 words comprising 57 articles. Barnstars awarded are available here.

September Drive: Sign up here for our month-long September Backlog Elimination Drive, which is now underway. Barnstars awarded will be posted here.

Progress report: As of 14:29, 9 September 2023 (UTC), GOCE copy editors have processed 245

requests
since 1 January. The backlog of tagged articles stands at 2,066.

Thank you all again for your participation; we wouldn't be able to achieve what we have without you! Cheers from your GOCE coordinators, Dhtwiki, Miniapolis and Zippybonzo.

To discontinue receiving GOCE newsletters, please remove your name from our mailing list.

MediaWiki message delivery (talk) 13:55, 10 September 2023 (UTC)

getting diffs

Hello. I am non-seriously working on

WP:BOTREQ#Creating archive page for added ITN items. I successfully got editor name, time, and edit summary, but I have been failing to get diffs of any page/edit. I tried to find the information regarding edit diffs in manual, and in this man page, but I am still failing. Do you know some other manpage, or how to get a diff? —usernamekiran (talk)
10:24, 10 September 2023 (UTC)

@Usernamekiran, I assume you're using pywikibot. Do you want something like page.revisions()? — Qwerfjkltalk 10:30, 10 September 2023 (UTC)
thanks. Yes, I'm using pywikibot. I had tried using page.revisions() but couldn't get it correctly. My code so far for getting the info is as following. I have also created another chunk for creating archive pages, it is working correctly. The only thing I'm stuck with is the diff text. —usernamekiran (talk) 10:51, 10 September 2023 (UTC)
import pywikibot

site = pywikibot.Site("en", "wikipedia")
source_page_title = "Template:In the news"

source_page = pywikibot.Page(site, source_page_title)

# Most recent edit to the source page
latest_revision = source_page.latest_revision

# Extract information from the latest revision
editor_name = latest_revision.user
edit_time = latest_revision.timestamp
edit_summary = latest_revision.comment

# Create the archive entry with username, timestamp, and edit s
archive_entry = f"Editor: {editor_name}, Timestamp: {edit_time}, Summary: {edit_summary}"

# Print
print(archive_entry)

I think it just clicked me. But I'm on mobile. I will let you know how it goes in a couple of hours. —usernamekiran (talk) 10:56, 10 September 2023 (UTC)
@Usernamekiran, so do you want something like site.compare(old, diff, difftype='table')? — Qwerfjkltalk 11:24, 10 September 2023 (UTC)
I tried multiple methods, I am getting bizarre outputs. I am also getting texts from irrelevant articles. I tested the script on the template:in the news, as well as on my userpage - same issues. I have been unable to get/load the diffs. can you get the diffs? —usernamekiran (talk) 13:18, 10 September 2023 (UTC)
When I tried to investigate the issue further, I got following error: pywikibot.exceptions.InconsistentTitleError: Query on [[en:User:Usernamekiran]] returned data on 'Yuri Petukhov (footballer)' CRITICAL: Exiting due to uncaught exception InconsistentTitleError: Query on [[en:User:Usernamekiran]] returned data on 'Yuri Petukhov (footballer)'
In the html output (of previous script), there was mention of "Yuri Aleksandrovich Petukhov" which is a redirect to "Yuri Petukhov (footballer)". These two articles are not mentioned, and were never mentioned in any previous version of my userpage. However KiranBOT had updated the category of "Yuri Aleksandrovich Petukhov", after that, the "Yuri Aleksandrovich Petukhov" page was moved to "Yuri Petukhov (footballer)" by some other editor. I still have no idea why texts of these articles were popping up in the output. —usernamekiran (talk) 13:30, 10 September 2023 (UTC)
@Usernamekiran, I just used
print(site.compare(latest_revision.parentid, latest_revision.revid))

and it worked for me — Qwerfjkltalk 15:02, 10 September 2023 (UTC)

Wikidata weekly summary #593

Qwerfjkl (bot) – 212.30.22.217

Page: Nigel_Roberts

Diff: 1168830815

Cannot see the issue. Can you help?


212.30.22.217 (talk) 08:03, 11 September 2023 (UTC)

212.30.22.217, the error is that when you added
{{cite web|url=https://gsy.bailiwickexpress.com/gsy/news/local-internet-pioneer-joins-bafta/}}
you didn't add |title=
— Qwerfjkltalk 15:36, 11 September 2023 (UTC)

Qwerfjkl (bot) – 2607:FEA8:5C0:E200:8C84:ACE8:9EC0:5DC3

Page: Olivia_Chow

Diff: Special:Diff/1174913585

Comment/question:

2607:FEA8:5C0:E200:8C84:ACE8:9EC0:5DC3 (talk) 15:33, 11 September 2023 (UTC)

2607:FEA8:5C0:E200:8C84:ACE8:9EC0:5DC3, you didn't fill out |title=— Qwerfjkltalk 15:36, 11 September 2023 (UTC)

Tech News: 2023-37

MediaWiki message delivery 21:06, 11 September 2023 (UTC)

Hello, Qwerfjkl,

You closed this CFD discussion on 9/7 as Rename but the category is now empty. So, I'm not sure how to proceed with this. Is the CFD bot going to rename this category> Thanks. Liz Read! Talk! 01:35, 13 September 2023 (UTC)

Liz, I suppose either way the category is eligible for C1 deletion. I would assume the bot will still rename the category. — Qwerfjkltalk 06:14, 13 September 2023 (UTC)

The Signpost: 16 September 2023

Wikidata weekly summary #594

Qwerfjkl (bot) – 50.39.117.81

Page: Jemaa_el-Fnaa

Diff: Special:Diff/1174724178

Comment/question: I did go to look at the edit and each of the citations that I added do have title tags on them. Unsure as to what specific link the bot is referencing however. Will be happy to amend if I can find the error. Mystixa (talk) 11:09, 18 September 2023 (UTC)

@Mystixa, both of the references you added are missing |title=. They only have |url=, |website=, and |access-date=— Qwerfjkltalk 15:22, 18 September 2023 (UTC)

Tech News: 2023-38

MediaWiki message delivery 19:18, 18 September 2023 (UTC)

Question from Devendra Dahal (16:07, 19 September 2023)

Hello sir I have publish a page but wikipedia doesnt accept it --Devendra Dahal (talk) 16:07, 19 September 2023 (UTC)

@
WP:AUTOBIOGRAPHY. You cannot write an article about yourself. — Qwerfjkltalk
18:29, 19 September 2023 (UTC)

Global ratings

Hi Qwerfjkl, are you up for some more bot work sometime? It seems to me that we could roll out the

WP:PIQA assessments soon. For articles which are not in Category:Articles with conflicting quality ratings and have equal or blank class parameters defined in individual banners, we can do edits like this. Bear in mind that a few projects have chosen to opt-out of the global ratings so it will be necessary to track these templates and their redirects, and not to remove the class parameter from those. Thanks — Martin (MSGJ · talk
) 13:21, 21 September 2023 (UTC)

@MSGJ, sure, I'm happy to do that. I'll start writing the code for that after I run T22 and T23. — Qwerfjkltalk 15:13, 21 September 2023 (UTC)

Bot breaking redirects in some cases

Hi - I've noticed that Qwerfjkl (bot) has broken a couple redirects while fixing the links to episode list anchors - diffs can be found here and here. Tollens (talk) 02:31, 22 September 2023 (UTC)

Here's another one - not sure if this is a huge deal as a one-time run but just want to make sure you're aware of the errors. Tollens (talk) 05:22, 22 September 2023 (UTC)
@Tollens, thanks. I wasn't aware that EpisodeNumber was used like that. I doubt too many pages were affected by it, however. — Qwerfjkltalk 13:49, 22 September 2023 (UTC)

New pages patrol newsletter

Hello Qwerfjkl,

New Page Review article queue, March to September 2023

Backlog update: At the time of this message, there are 11,300 articles and 15,600 redirects awaiting review. This is the highest backlog in a long time. Please help out by doing additional reviews!

October backlog elimination drive: A one-month backlog drive for October will start in one week! Barnstars will be awarded based on the number of articles and redirects patrolled. Articles will earn 4x as many points compared to redirects. You can sign up here.

PageTriage code upgrades: Upgrades to the

NPP open letter in 2022 and actioned by the WMF Moderator Tools Team in 2023, are ongoing. More information can be found here. As part of this work, the Special:NewPagesFeed now has a new version in beta! The update leaves the NewPagesFeed appearance and function mostly identical to the old one, but updates the underlying code, making it easier to maintain and helping make sure the extension is not decommissioned due to maintenance issues in the future. You can try out the new Special:NewPagesFeed here
- it will replace the current version soon.

Notability tip: Professors can meet

WP:PROF #1 by having their academic papers be widely cited by their peers. When reviewing professor articles, it is a good idea to find their Google Scholar or Scopus profile and take a look at their h-index and number of citations. As a very rough rule of thumb, for most fields, articles on people with a h-index of twenty or more
, a first-authored paper with more than a thousand citations, or multiple papers each with more than a hundred citations are likely to be kept at AfD.

Reviewing tip: If you would like like a second opinion on your reviews or simply want another new page reviewer by your side when patrolling, we recommend pair reviewing! This is where two reviewers use Discord voice chat and screen sharing to communicate with each other while reviewing the same article simultaneously. This is a great way to learn and transfer knowledge.

Reminders:

MediaWiki message delivery (talk) 16:46, 22 September 2023 (UTC)

Hello

I got a msg from Wiki that you are my mentor. Pls guide me on how to avoid being blocked, I'm unable to understand why I'm being blocked in the first place. Is there a better way to communicate than here? Jinrakshak (talk) 19:22, 18 September 2023 (UTC)Jinrakshak

@Jinrakshak, you have never been blocked - see your block log. I assume you're referring to User talk:Jinrakshak#Wikipedia and copyright. Please don't just copy text from other websites. — Qwerfjkltalk 15:45, 19 September 2023 (UTC)
My IP address is blocked. I don't understand why should we not copy text from other websites and give references? Thought that was more authentic? If you could undo your actions, then I can edit. Its been so long ago and I don't even know what this was about Jinrakshak (talk) 19:30, 19 September 2023 (UTC)
@
copyright. It is okay to use a website as a source, but you can not simply copy text from another website.
I hvae nothing to do with your IP address being blocked, but I don't see the problem if you can edit from this account. — Qwerfjkltalk
20:06, 19 September 2023 (UTC)
But that website doesn't have copyright Jinrakshak (talk) 22:52, 22 September 2023 (UTC)
@Jinrakshak, I don't know which website it is. But by default everything is copyrighted. — Qwerfjkltalk 06:51, 23 September 2023 (UTC)

Question from Greenvillette (06:45, 23 September 2023)

What is the meaning of source that that should be linked after edit?? If not it's reverted! Why? --Greenvillette (talk) 06:46, 23 September 2023 (UTC)

@Greenvillette, I'm unaware of what you're referring to, but see WP:Citation needed. — Qwerfjkltalk 06:53, 23 September 2023 (UTC)

Maybe relisting would be better? Not many folks commented, but weren't there two opinions in oppose to just one support? Piotr Konieczny aka Prokonsul Piotrus| reply here 00:30, 24 September 2023 (UTC)

@Piotrus, at CfD discussions are rarely if ever relisted 3 times. Also, I factored the discussion directly above it in my close, which was discussing the same topic and had broader participation (I closed it as no consensus as well).
Finally, of course, I determine consensus based on the strength of arguments rather than their number, so that there was a numeric majority supporting doesn't matter (that much). — Qwerfjkltalk 07:27, 24 September 2023 (UTC)

Question from Malta rider (09:17, 24 September 2023)

Hello , I want to write an article about Real Rider Malta; our motorcycle club history. Is it possible? --Malta rider (talk) 09:17, 24 September 2023 (UTC)

@
general notability guidelines. — Qwerfjkltalk
11:55, 24 September 2023 (UTC)

Question from Arbaskhan-IX on Cloud seeding (15:49, 24 September 2023)

Hello --Arbaskhan-IX (talk) 15:49, 24 September 2023 (UTC)

@Arbaskhan-IX, welcome to Wikipedia! Do you have a question? — Qwerfjkltalk 16:25, 24 September 2023 (UTC)

Wikidata weekly summary #595

Question from Nana Shae on Talk:Johnny Depp (22:53, 25 September 2023)

Hi I am a huge fan of Johnny Depp. I have been commenting on fb and I get fake Johnny mightve gotten into contact with him but not sure i am looking for the right Johnny depp didn't want to say the wrong thing to Johnny if the real one really texted me. Trying to get to the bottom of this and only want to talk to Johnny and not the fakes like the imposters. Need help. --Nana Shae (talk) 22:53, 25 September 2023 (UTC)

Wikipedia is not the place for this. — Qwerfjkltalk 06:15, 26 September 2023 (UTC)

A tag has been placed on

section C1 of the criteria for speedy deletion
.

If you think this page should not be deleted for this reason you may contest the nomination by visiting the page and removing the speedy deletion tag. Liz Read! Talk! 16:33, 26 September 2023 (UTC)

Tech News: 2023-39

MediaWiki message delivery 16:49, 26 September 2023 (UTC)

A tag has been placed on

section C1 of the criteria for speedy deletion
.

If you think this page should not be deleted for this reason you may contest the nomination by visiting the page and removing the speedy deletion tag. Liz Read! Talk! 16:34, 26 September 2023 (UTC)

Liz, I thought it came under a project category that by its nature may become empty on occasion but if I'm mistaken, feel free to delete it now per G7. — Qwerfjkltalk 17:07, 26 September 2023 (UTC)
Obviously this goes for both categories. — Qwerfjkltalk 17:08, 26 September 2023 (UTC)

Question from WormwoodMatilda (16:01, 26 September 2023)

Hi, it is my first time contributing to wikipedia. I did that by adding a new language (italian) to an already existing page. It was online for several minutes but now it is under revision. Is there something that i have to do to facilitate its publication? --WormwoodMatilda (talk) 16:01, 26 September 2023 (UTC)

@WormwoodMatilda, according to Special:Contributions/WormwoodMatilda you have not edited any pages other than this one, so can you please give a link? — Qwerfjkltalk 17:09, 26 September 2023 (UTC)
Yes, sure. Here is the link:
https://it.wikipedia.org/wiki/Mehdi_Yarrahi WormwoodMatilda (talk) 19:34, 26 September 2023 (UTC)
@WormwoodMatilda, as far as I can discern, the issue was that you used automatic translation to Italian, which is not permitted. You need to be a fluent speaker of Italian. That said, I don't speak Italian, so you maky have better luck asking on w:it:Discussioni utente:Mastrocom. — Qwerfjkltalk 19:45, 26 September 2023 (UTC)
I am a fluent italian speaker and I checked the text also with some other native friends. Therefore, I believe that there is no issue about the translation quality. I have already wrote to mastrocom. Is there any other thing which I can do in case I do not recieve any reply from her part? WormwoodMatilda (talk) 19:52, 26 September 2023 (UTC)
@WormwoodMatilda, there isn't much more I can help you with. The Italian Wikipedia community has different rules from the English one, so you'd do better to inquire over there. — Qwerfjkltalk 20:15, 26 September 2023 (UTC)
Thanks for your information and help. WormwoodMatilda (talk) 20:19, 26 September 2023 (UTC)

Qwerfjkl (bot) – FlawlessTouch

Page: Damson_Idris

Diff: 1168053219

Comment/question:

Innocentjohn1977 (talk) 19:33, 30 September 2023 (UTC) need new edit update

Can you rephrase that? I'm not sure I understand what you're trying to say. — Qwerfjkltalk 20:51, 30 September 2023 (UTC)
User above appears to be inserting nonsense/gibberish into pages for unknown reasons. 2601:5CC:8300:A7F0:5151:CB04:5FBE:E09C (talk) 12:46, 1 October 2023 (UTC)
2601:5CC:8300:A7F0:5151:CB04:5FBE:E09C, indeed, that's why I didn't bother pinging them. — Qwerfjkltalk 13:56, 1 October 2023 (UTC)

The redirect Pagemover has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Anyone, including you, is welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2023 October 1 § Pagemover until a consensus is reached. * Pppery * it has begun... 16:03, 1 October 2023 (UTC)