This is the talk page of SHB2000
Click here to message me – I will reply as soon as I can. All replies will be made directly underneath your message on this page. Do be aware though, that I do not use talkback. I do on the other hand, use pings as I've more or less given up on watchlists, but may not always ping you (usually, if the message has gone unanswered for about more than 12-18 hours, then I'd usually give a ping). Threads on this page are archived every 14 days of inactivity, but mass mail messages may get archived earlier, while active threads might get archived later than 14 days of inactivity, but how this page is archived isn't consistent merely because a bot couldn't do its job. |
Question
[edit]Hi SHB2000,
I hope my message finds you well. Why I'm trying my best to improve Wikivoyage but you are trying to discourage me on my contributions. I'm creating a new article of Ningi now but you tagged it as a {{stub}} ? Your persistent denies many new contributors to come and contribute on the project. Best wishes. A Sulaiman Z (talk) 09:50, 23 August 2025 (UTC)
- Huh, how the hell is tagging an article with the article status template of all things considered discouraging? This is actually getting ridiculous. //shb (t | c | m) 09:59, 23 August 2025 (UTC)
Move this one too?
[edit]Sex tourism...? Piotrus (talk) 17:45, 23 August 2025 (UTC)
- Hmm, this one is a more difficult one since it has 16 links. //shb (t | c | m) 22:58, 24 August 2025 (UTC)
AI policy
[edit]Do we have a policy on the use of AI? Given recent developments, I'm wondering if this is something that should be discussed and a specific policy page should be created. But I'd be curious what your thoughts are before raising a broader discussion. --Comment by Selfie City (talk) (contributions) 12:07, 25 August 2025 (UTC)
- I believe it was discussed somewhere that it was decided to have no policy but remove AI-related material for being bad in the first place. I can't remember where, though, and given how much AI has evolved since then, I don't think restarting this discussion is a bad idea. //shb (t | c | m) 12:14, 25 August 2025 (UTC)
- Yes — maybe we could have a guideline instead of a policy? I'm not sure, but it feels like a nuanced issue with many outstanding questions that will only increase with time.
- I tend toward waiting for the current VFD discussion to close before suggesting anything, as it's not clear to me yet how that will turn out and whether some of those articles might get rewritten. --Comment by Selfie City (talk) (contributions) 12:29, 25 August 2025 (UTC)
Tech News: 2025-35
[edit]Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Updates for editors
Template authors can now use additional CSS properties, since the CSS sanitizer used by TemplateStyles was updated. For example:
width: fit-content
;ruby-align
; relative units such aslh
; and custom strings inlist-style-type
. These improvements are a Community Wishlist wish. [1][2][3][4][5][6][7][8][9][10]- On large wikis, the default time period to display edits from, within the Special:RecentChanges page, has been changed from 7 days to 1 day. This is part of a performance improvement project. This should have no user-facing impact due to the quantity of edits on these wikis. [11]
- Administrators can now access the Special:BlockedExternalDomains page from the Special:CommunityConfiguration list page. This makes it easier to find. [12]
- Wikimedia Commons videos were not shown in the Videos tab in Google Search. The problem was investigated and reported to Google who have now fixed the issue. [13][14]
- One new wiki has been created: a Wiktionary in Betawi (
wikt:bew:
) [15] View all 39 community-submitted tasks that were resolved last week.
Updates for technical contributors
- Two fields of the recentchanges database table are being removed.
rc_new
andrc_type
are being removed in favor ofrc_source
. Queries to these older fields will start to fail starting this week and developers should userc_source
instead. These older fields were deprecated over 10 years ago and should not be in use. This is part of work to improve the performance and stability of queries to the recentchanges table. [16] Detailed code updates later this week: MediaWiki
In depth
- The latest quarterly Language and Internationalization Newsletter is now available. This edition includes: support for new languages in MediaWiki and translatewiki; the start of the Language Onboarding and Development project to help support the growth of new and small wikis; updates on research projects; and more.
Meetings and events
- The next Language Community Meeting is happening soon, August 29th at 15:00 UTC. This week's meeting will cover: the Avro keyboard developers from Wikimedia Bangladesh, who were recently awarded a national award for their contributions to this keyboard; and other topics.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
MediaWiki message delivery 00:13, 26 August 2025 (UTC)
Hi, it seems this filter is having an error. It's purpose is to filter articles, but when I import this filter to viwikivoyage, it also filter pages in the Wikivoyage namespace. I found the issues, page_id should be changed page_namespace to work, if it's purpose is just filtering articles but not pages in another namespaces. Nvdtn19 (talk) 11:01, 27 August 2025 (UTC)
- Hmm, interesting – @Codename Noreste:, any chance you know what's causing this issue on viwikivoyage? //shb (t | c | m) 01:12, 28 August 2025 (UTC)
- @Nvdtn19: on voy:vi:Đặc_biệt:Bộ_lọc_sai_phạm/34, I noticed some errors that I can correct for you:
- On line 1, you used
page_namespace == 0
instead ofpage_id == 0
. If you want to detect only page creations, you should also addpage_id == 0
abovepage_namespace == 0
. - Besides, when translating viwikivoyage's filter 34's name, it appears to result in tracking coordinates, or something. I am not sure.
- On line 1, you used
- Codename Noreste (talk) 01:22, 28 August 2025 (UTC)
- Done, I've fixed it. (I hope you don't mind Nvdtn :)) //shb (t | c | m) 01:30, 28 August 2025 (UTC)
- @Codename Noreste: The purpose of voy:vi:Đặc_biệt:Bộ_lọc_sai_phạm/34 is the same as Special:AbuseFilter/67 here, the only difference is it's tracking {{geo}} template for incomplete parameters. Nvdtn19 (talk) 01:47, 28 August 2025 (UTC)
- @Nvdtn19: on voy:vi:Đặc_biệt:Bộ_lọc_sai_phạm/34, I noticed some errors that I can correct for you:
{{NUMBEROFARTICLES}} discrepancy
[edit]At Wikivoyage:Article status stats I've managed to get every discrepancy removed that I can identify. However, there's still a 30-page discrepancy between the two total page columns. Any thoughts on this? Is there a glitch in the numberofarticles function? It would be wonderful to fix this ghost article problem once again. --Comment by Selfie City (talk) (contributions) 14:20, 30 August 2025 (UTC)
- Actually, I figured out! We finally don't have ghost articles for the first time in years, and everythiing at WV:AS checks out. --Comment by Selfie City (talk) (contributions) 15:12, 30 August 2025 (UTC)
- Very nice – and cheers for fixing it, SelfieCity! //shb (t | c | m) 23:44, 30 August 2025 (UTC)
Tech News: 2025-36
[edit]Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Weekly highlight
- The Editing team wants to compile a list of templates, jargon terms, and policies used in edit summaries when a copyright violation is removed. This will help them identify the number of edits reverted due to copyright issues. We invite community members from the following Wikis to list these terms in T402601, or to share their list with Trizek_(WMF): Arabic Wikipedia, Czech Wikipedia, German Wikipedia, English Wikipedia, Spanish Wikipedia, Persian Wikipedia, French Wikipedia, Hebrew Wikipedia, Indonesian Wikipedia, Italian Wikipedia, Japanese Wikipedia, Korean Wikipedia, Dutch Wikipedia, Polish Wikipedia, Portuguese Wikipedia, Turkish Wikipedia, Ukrainian Wikipedia, Vietnamese Wikipedia, Chinese Wikipedia. This project is open until September 9th 2025.
Updates for editors
- The CampaignEvents extension has been enabled for all Wikisources. The extension makes it easier to organize and participate in collaborative activities, like edit-a-thons and WikiProjects, on the wikis. The extension has three features: Event Registration, Collaboration List, and Invitation List. To request the extension for your wiki, visit the Deployment information page. [17]
- The lists in the footer of the editing interface, such as "Templates used on this page," will now be organized into columns when there is enough space. This enhancement minimizes scrolling when editing lengthy articles on Wikipedia. [18]
- On September 3rd, 2025 we will increase the sampling percentages of our group by toggle experiment of the
Special:RecentChanges
,Special:Watchlist
, andSpecial:RelatedChanges
pages on the Chinese, French, and Portuguese Wikipedias to 100 percent, allowing more editors to be part of this experiment. This adjustment is intended to ensure we have sufficient data to make informed decisions when evaluating the experiment results. [19][20] - Upon clicking an empty search bar, logged-out users will see suggestions of articles for further reading on English Wikipedia beginning the week of September 22. The feature will be available on both desktop and mobile. All non-English wikis received this change in June and July. The goal is to make it easier for users to find articles. Learn more.
View all 37 community-submitted tasks that were resolved last week.
Updates for technical contributors
Detailed code updates later this week: MediaWiki
In depth
- Wikifunctions now has a new capability called "lightweight enumeration types", an enumeration type is simply a fixed set of values that's in the type's definition. This capability makes it quick and easy to define such a type, and allows for the reuse of values that are already present in Wikidata. Here is a newsletter to learn more.
- The latest Readers Newsletter is now available. This edition includes: the formation of two new teams — Reader Growth and Reader Experience; insights into declining pageviews and account creations; highlights from the Wikimania Nairobi panel on improving the reading experience; upcoming experiments to engage new and existing readers; and more.
Meetings and events
- Spotlight on some Wikimania 2025 Sessions:
- Identifying AI-generated text by searching for ISBNs whose checksums fail: Mathias Schindler of WMDE shared tools to help communities search for these.
- La durabilité du mouvement Wikimedia face aux défis actuels et futurs: This session explored how Wikimedia can stay a trusted source of knowledge in the age of generative AI, information overload, and disinformation.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
MediaWiki message delivery 20:51, 1 September 2025 (UTC)
This Month in Education: August 2025
[edit]This Month in Education
Volume 14 • Issue 8 • August 2025
- Bootcamp Wikipedia in Classroom
- Brazil launches campaign about Open Science on Wiki
- Breaking Barriers: Yoruba Wikipedia Fan Club Offa's Historic Wins
- Emerging Voices in Free Knowledge: The Journey of Wiki Club SATI
- From a Curious Student to a Wikimedia Leader
- From webinars to conferences: Wikimedia Ukraine’s approach to events for educators
- Higher education with Wikipedia in Spain
- Scientific Contribution from Serbia: Wikipedia in Education Research Published in a Prestigious Journal
- Teachers with Wikipedia. What if we create a Spanish-speaking collaboration network
- The brains behind Wikipedia
- Why EduWiki Should Be Considered by Policymakers
- Wikimedia Chile in Visviri: Free knowledge and education at Chile’s starting point
- Wikipedia as a tool presented at Media Education Summer School for Teachers
- Wikipedia vs AI at La Trobe University
- St Aloysius University – Wikipedia training session for newcomers
- Wiki Loves Academics, WUGN Kaduna
- In Just 3 Minutes: The Power of Wiki Education
- Sensing Cebu: Fieldnotes of an Academic as a Wiki Volunteer