Rachmat04
![]() |
SpBot archives all sections tagged with {{Section resolved|1=~~~~}} after 3 days and sections whose most recent comment is older than 30 days. The latest archive is located at Archive/2025.
|
Hello, Rachmat04. Welcome to the Wikimedia Meta-Wiki! This website is for coordinating and discussing all Wikimedia projects. You may find it useful to read our policy page. If you are interested in doing translations, visit Meta:Babylon. You can also leave a note on Meta:Babel or Wikimedia Forum (please read the instructions at the top of the page before posting there). Happy editing!
Wikimedia Apps newsletter – First quarter of 2025
edit
Hello, and welcome to the first newsletter of 2025! In this edition, we’ll walk you through the exciting updates, experiments, and improvements made to the Wikipedia mobile apps during December, January, and February.
iOS
editPersonalized Wikipedia Year in Review
We released the improved version of the Year in Review to all users, now available in multiple languages and for both logged-in and logged-out users. While donation rates were lower than our goal, we saw great engagement with the feature & it brought in a higher share of first-time donors and a higher average donation compared to banner campaigns.
Notably:
- 97.4% of survey respondents rated the experience as neutral or better.
- We saw a 74% increase in new accounts, with 368 new editors actively contributing as a result.
- Most users asked for more personalized stats and a better summary of their reading journey.
We’re excited by the results and are already thinking ahead about how to improve it further next year. Want more details? You can check out the full analysis on the project page on MediaWiki.
Alt Text Experiment Wrap-Up
Our 60-day alternative text experiment has ended. While users showed interest in the task, quality was a challenge—especially for newcomers. The experiment helped us understand how we can guide editors better when writing alt text and which improvements to focus on next.
Some key takeaways:
- Completion rates were decent (28% for newer editors), but the quality of the alternative text needed improvement.
- Many users wanted clearer guidance and better context for writing alt text.
- Many users expressed interest in a dedicated feed for image-related tasks.
We’re not making the alternative text suggested edit permanent at this time. If we decided to focus on this task again, we would invest in improved guidance for writing alternative text, and make improvements to the user flow.
We made significant progress in refreshing the app’s navigation. Highlights include:
- A more native iOS feel with system-standard navigation bars.
- New access points for the Profile menu across multiple screens.
- Ongoing A/B testing of a more prominent search bar in articles, available in Arabic, French, German, and Japanese.
We also began tracking where article views come from (e.g., from Places, History, or Explore), which will help us understand user behavior better.
Tabbed Browsing Begins
We kicked off discovery and design work for adding tabs to the iOS app—one of the most requested features! Based on user feedback and inspiration from other apps, we’ve created a prototype and started user testing. Stay tuned as this exciting feature continues to evolve!
Bug Fixes & Developer Contributions
Thanks to volunteer contributions and internal efforts, we fixed several bugs including:
- Search results overlapping with the status bar.
- Crashes while editing specific articles.
- Incorrect day shown in “In the News.”
- Improved handling of italics and language variants.
Pemberitahuan penerjemahan: Universal Code of Conduct/Coordinating Committee/Election/2025
editHalo Rachmat04,
Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta.
Halaman Universal Code of Conduct/Coordinating Committee/Election/2025 tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini:
Prioritas halaman ini adalah sedang.
Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa.
Anda bisa mengubah preferensi pemberitahuan Anda.
Terima kasih!
Koordinator penerjemahan Meta, 15:08, 19 May 2025 (UTC)
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 and the Machine Learning Team are working on a new check for newcomers: Peacock check. Using a prediction model, this check will encourage editors to improve the tone of their edits, using artificial intelligence. We invite volunteers to review the first version of the Peacock language model for the following languages: Arabic, Spanish, Portuguese, English, and Japanese. Users from these wikis interested in reviewing this model are invited to sign up at MediaWiki.org. The deadline to sign up is on May 23, which will be the start date of the test.
Updates for editors
- From May 20, 2025, oversighters and checkusers will need to have their accounts secured with two-factor authentication (2FA) to be able to use their advanced rights. All users who belong to these two groups and do not have 2FA enabled have been informed. In the future, this requirement may be extended to other users with advanced rights. Learn more.
- Multiblocks will begin mass deployment by the end of the month: all non-Wikipedia projects plus Catalan Wikipedia will adopt Multiblocks in the week of May 26, while all other Wikipedias will adopt it in the week of June 2. Please contact the team if you have concerns. Administrators can test the new user interface now on your own wiki by browsing to Special:Block?usecodex=1, and can test the full multiblocks functionality on testwiki. Multiblocks is the feature that makes it possible for administrators to impose different types of blocks on the same user at the same time. See the help page for more information. [1]
- Later this week, the Special:SpecialPages listing of almost all special pages will be updated with a new design. This page has been redesigned to improve the user experience in a few ways, including: The ability to search for names and aliases of the special pages, sorting, more visible marking of restricted special pages, and a more mobile-friendly look. The new version can be previewed at Beta Cluster now, and feedback shared in the task. [2]
- The Chart extension is being enabled on more wikis. For a detailed list of when the extension will be enabled on your wiki, please read the deployment timeline.
- Wikifunctions will be deployed on May 27 on five Wiktionaries: Hausa, Igbo, Bengali, Malayalam, and Dhivehi/Maldivian. This is the second batch of deployment planned for the project. After deployment, the projects will be able to call functions from Wikifunctions and integrate them in their pages. A function is something that takes one or more inputs and transforms them into a desired output, such as adding up two numbers, converting miles into metres, calculating how much time has passed since an event, or declining a word into a case. Wikifunctions will allow users to do that through a simple call of a stable and global function, rather than via a local template.
- Later this week, the Wikimedia Foundation will publish a hub for experiments. This is to showcase and get user feedback on product experiments. The experiments help the Wikimedia movement understand new users, how they interact with the internet and how it could affect the Wikimedia movement. Some examples are generated video, the Wikipedia Roblox speedrun game and the Discord bot.
- View all 29 community-submitted tasks that were resolved last week. For example, there was a bug with creating an account using the API, which has now been fixed. [3]
Updates for technical contributors
- Gadgets and user scripts that interact with Special:Block may need to be updated to work with the new manage blocks interface. Please review the developer guide for more information. If you need help or are unable to adapt your script to the new interface, please let the team know on the talk page. [4]
- The
mw.title
object allows you to get information about a specific wiki page in the Lua programming language. Starting this week, a new property will be added to the object, namedisDisambiguationPage
. This property allows you to check if a page is a disambiguation page, without the need to write a custom function. [5] - User script developers can use a new reverse proxy tool to load javascript and css from gitlab.wikimedia.org with
mw.loader.load
. The tool's author hopes this will enable collaborative development workflows for user scripts including linting, unit tests, code generation, and code review on gitlab.wikimedia.org without a separate copy-and-paste step to publish scripts to a Wikimedia wiki for integration and acceptance testing. See Tool:Gitlab-content on Wikitech for more information. - Detailed code updates later this week: MediaWiki
Meetings and events
- The 12th edition of Wiki Workshop 2025, a forum that brings together researchers that explore all aspects of Wikimedia projects, will be held virtually on 21-22 May. Researchers can register now.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
Upcoming and current events and conversations
Let's Talk continues
- Global Trends Community Workshop: Join Foundation staff and trustees on May 28th from 16:00 UTC for an online community workshop about global trends impacting Wikimedia. This workshop is part of continuous conversations aimed at connecting the movement and collaborating on the Foundation's annual plan.
- Wiki Causerie: Wiki Causerie call with a focus on discussing the global trends to help shape the Foundation's annual plan will be held on May 23.
- ESEAP Summit: The ESEAP Strategy Summit 2025 will take place in Manila, Philippines on May 23–25.
- EduWiki Conference 2025: The EduWiki Conference 2025 will take place in Bogotá, Colombia on May 30–June 1.
- Wiki Workshop 2025: The 12th annual Wiki Workshop will take place online on May 21–22.
- U4C Call for Candidates: The Universal Code of Conduct Coordinating Committee 2025 elections are accepting candidates until May 28.
Annual Goals Progress on Infrastructure
See also newsletters: Wikimedia Apps · Growth · Research · Web · Wikifunctions & Abstract Wikipedia · Tech News · Language and Internationalization · other newsletters on MediaWiki.org
- Content Translation: A decade of consistent improvements to the Content Translation tool yields over two million Wikipedia articles.
- Charts Extension: After successfully deploying the extension on Italian, Swedish, and Hebrew Wikipedia, we are moving forward with the next phase of deployment. Please consult our page to discover when the new Charts extension will be deployed on your wiki.
- Abstract Wikipedia: Where Abstract Wikipedia fits into the new Wikimedia AI strategy.
- Tech News: The “Get shortened URL” link on the sidebar now includes a QR code. Wikimedia site users can now use it by scanning or downloading it to quickly share and access shared content from Wikimedia sites, conveniently. More updates from Tech News week 19 and 20.
- Topical Lists: Read about the important role of topical lists in supporting campaigns and editing, as well as strategies for the future development, implementation, and sustainment of list-building support.
- Two-factor Authentication: From May 20, 2025, oversighters and checkusers will need to have their accounts secured with two-factor authentication (2FA) to be able to use their advanced rights. In the future, this requirement may be extended to other users with advanced rights. Read the announcement.
- Mobile Apps: The iOS app team is experimenting with an "Activity Tab" on Turkish, Spanish, French, and Chinese Wikipedias to see if inviting new editors to add images through Suggested Edits increases engagement. This insight will guide future improvements to the app experience.
Annual Goals Progress on Knowledge Equity
See also: list of movement events · WikiLearn News
- Learning Clinic: The next Let's Connect Learning Clinic will be about "Communication and Cultural Sensitivity in Conflict Resolution - Best practices (Part 2)" and will take place on May 27 at 13:00 UTC.
- The Wikipedia Library: An important milestone for The Wikipedia Library (TWL) has been reached. More than a million links have been added to Wikimedia projects by Library users.
- Wikisource: Watch the video celebrating the global Wikisource community in safeguarding our cultural heritage for future generations.
Annual Goals Progress on Safety & Integrity
See also blogs: Global Advocacy blog · Global Advocacy Newsletter · Policy blog
- India Legal Update: Good news from our legal team, the Supreme Court of India set aside the Delhi High Court’s order directing the takedown of the Asian News International v. Wikimedia Foundation English Wikipedia article. The Supreme Court’s verdict upholds the right to report and share information on matters of public interest, including legal proceedings in open courts.
- UK Legal Challenge: Wikimedia Foundation brings legal challenge to new UK Online Safety Act requirements.
- UCoC Updates: The Universal Code of Conduct 2025 annual review concluded, with community voting approving the proposed changes to the UCoC Enforcement Guidelines and U4C Charter.
Other Movement curated newsletters & news
See also: Diff blog · Goings-on · Planet Wikimedia · Signpost (en) · Kurier (de) · Actualités du Wiktionnaire (fr) · Regards sur l’actualité de la Wikimedia (fr) · Wikimag (fr) · Education · GLAM · The Wikipedia Library · Milestones · Wikidata · Central and Eastern Europe · other newsletters
Subscribe or unsubscribe · Help translate
For information about the Bulletin and to read previous editions, see the project page on Meta-Wiki. Let askcac wikimedia.org know if you have any feedback or suggestions for improvement!
Wikifunctions & Abstract Wikipedia Newsletter #203 is out: Ongoing consultation about the Location for Abstract Content
editThere is a new update for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we invite you again to a consultation about where should the content of Abstract Wikipedia be stored, we present some updates about existing and new types, we remind you of our next online presentation, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check our archive!
Enjoy the reading! -- User:Sannita (WMF) (talk) 13:54, 23 May 2025 (UTC)
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
- A community-wide discussion about a very delicate issue for the development of Abstract Wikipedia is now open on Meta: where to store the abstract content that will be developed through functions from Wikifunctions and data from Wikidata. The discussion is open until June 12 at Abstract Wikipedia/Location of Abstract Content, and every opinion is welcomed. The decision will be made and communicated after the consultation period by the Foundation.
Updates for editors
- Since last week, on all wikis except the largest 20, people using the mobile visual editor will have additional tools in the menu bar, accessed using the new
+
toolbar button. To start, the new menu will include options to add: citations, hieroglyphs, and code blocks. Deployment to the remaining wikis is scheduled to happen in June. - The
#ifexist
parser function will no longer register a link to its target page. This will improve the usefulness of Special:WantedPages, which will eventually only list pages that are the target of an actual red link. This change will happen gradually as the source pages are updated. [6] - This week, the Moderator Tools team will launch a new filter to Recent Changes, starting at Indonesian Wikipedia. This new filter highlights edits that are likely to be reverted. The goal is to help Recent Changes patrollers identify potentially problematic edits. Other wikis will benefit from this filter in the future.
- Upon clicking an empty search bar, logged-out users will see suggestions of articles for further reading. The feature will be available on both desktop and mobile. Readers of Catalan, Hebrew, and Italian Wikipedias and some sister projects will receive the change between May 21 and mid-June. Readers of other wikis will receive the change later. The goal is to encourage users to read the wikis more. Learn more.
- Some users of the Wikipedia Android app can use a new feature for readers, WikiGames, a daily trivia game based on real historical events. The release has started as an A/B test, available to 50% of users in the following languages: English, French, Portuguese, Russian, Spanish, Arabic, Chinese, and Turkish.
- The Newsletter extension that is available on MediaWiki.org allows the creation of various newsletters for global users. The extension can now publish new issues as section links on an existing page, instead of requiring a new page for each issue. [7]
- View all 32 community-submitted tasks that were resolved last week.
Updates for technical contributors
- The previously deprecated
ipblocks
views in Wiki Replicas will be removed in the beginning of June. Users are encouraged to query the newblock
andblock_target
views instead. - Detailed code updates later this week: MediaWiki
Meetings and events
- Wikidata and Sister Projects is a multi-day online event that will focus on how Wikidata is integrated to Wikipedia and the other Wikimedia projects. The event runs from May 29 – June 1. You can read the Program schedule and register.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
This Month in Education
Volume 14 • Issue 5 • May 2025
- Journalism students at Aleksandër Xhuvani University explore Wikipedia in Albania
- Reviewing pending articles editathon with high school students in Albania
- Several educational workshops to promote science on Wiki were held in Brazil in the month of May
- Simón Bolívar Teacher Training College joins the Let's Read Wikipedia Program
- Students become Editors: Wikimedia Chile launches Latin America's first Vikidia Workshop
- The DemocraTICon competition was held, this year for the first time with a discipline focused on Wikipedia
- Wikimedia MKD's "Lajka" workshop in Skopje
Wikifunctions & Abstract Wikipedia Newsletter #204 is out: Rolling out to five Wiktionaries; Calculating with today's date
editThere is a new update for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we talk about our latest deployment on five Wiktionaries, we showcase a couple of functions about dates, we remind you of ongoing discussions and upcoming presentations, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check our archive!
Also, we remind you that if you have questions or ideas to discuss, the next Volunteers' Corner will be held on June 2, at 17:30 UTC (link to the meeting).
Enjoy the reading! -- User:Sannita (WMF) (talk) 14:38, 29 May 2025 (UTC)
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 Chart extension is now available on all Wikimedia wikis. Editors can use this new extension to create interactive data visualizations like bar, line, area, and pie charts. Charts are designed to replace many of the uses of the legacy Graph extension.
Updates for editors
- It is now easier to configure automatic citations for your wiki within the visual editor's citation generator. Administrators can now set a default template by using the
_default
key in the local MediaWiki:Citoid-template-type-map.json page (example diff). Setting this default will also help to future-proof your existing configurations when new item types are added in the future. You can still set templates for individual item types as they will be preferred to the default template. [8] - View all 20 community-submitted tasks that were resolved last week.
Updates for technical contributors
- Starting the week of June 2, bots logging in using
action=login
oraction=clientlogin
will fail more often. This is because of stronger protections against suspicious logins. Bots using bot passwords or using a loginless authentication method such as OAuth are not affected. If your bot is not using one of those, you should update it; usingaction=login
without a bot password was deprecated in 2016. For most bots, this only requires changing what password the bot uses. [9] - From this week, Wikimedia wikis will allow ES2017 features in JavaScript code for official code, gadgets, and user scripts. The most visible feature of ES2017 is
async
/await
syntax, allowing for easier-to-read code. Until this week, the platform only allowed up to ES2016, and a few months before that, up to ES2015. [10] - Detailed code updates later this week: MediaWiki
Meetings and events
- Scholarship applications to participate in the GLAM Wiki Conference 2025 are now open. The conference will take place from 30 October to 1 November, in Lisbon, Portugal. GLAM contributors who lack the means to support their participation can apply here. Scholarship applications close on June 7th.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
Upcoming and current events and conversations
Let's Talk continues
- Wikimania: Register now to attend Wikimania Nairobi! Registration for the in-person event will be open until July 13 or while places remain. For joining virtually, you will be able to register at any time.
- Let's Connect: The next Let's Connect Learning Clinic will focus on "1Lib1Ref: Tools, Tactics and Innovation". The session will take place on June 5 at 15:00 UTC.
- U4C Call for Candidates: The voting period for Universal Code of Conduct Coordinating Committee 2025 is open from June 3 to June 17 at 12:00 UTC.
Annual Goals Progress on Infrastructure
See also newsletters: Wikimedia Apps · Growth · Research · Web · Wikifunctions & Abstract Wikipedia · Tech News · Language and Internationalization · other newsletters on MediaWiki.org
- Tech News: The Wikimedia Foundation will publish a hub for experiments to showcase and get user feedback on product experiments; The Moderator Tools team will launch a new filter to Recent Changes, starting at Indonesian Wikipedia. The goal is to help Recent Changes patrollers identify potentially problematic edits. More updates from Tech News week 21 and 22.
- Abstract Wikipedia: A community-wide discussion for the development of Abstract Wikipedia is now open on Meta: where to store the abstract content that will be developed through functions from Wikifunctions and data from Wikidata. The discussion is open until June 12 at Abstract Wikipedia/Location of Abstract Content, and every opinion is welcomed.
- Temporary accounts: Admins, bureaucrats, or stewards will be manually granting access to temporary account IP addresses to users without certain extended rights. Previously, these users were gaining this right automatically. The decision to change this was made by the Trust and Safety Product team after discussing with almost 20 large Wikipedia communities and Meta-Wiki. See the full message about the change. In addition, the team is finishing work which unblocks rollouts on large wikis. A series of deployments will be happening in June. See the latest project update to learn about the satisfaction survey, related changes to features and tools, and more.
- Wikifunctions: Wikifunctions is deployed on five Wiktionaries: Hausa, Igbo, Bengali, Malayalam, and Dhivehi/Maldivian. Users of the five projects are now allowed to call on Wikifunctions' functions freely from their user interface.
- WikiGames: A daily trivia game called WikiGames is coming to the Wikipedia Android app. It invites users to test their knowledge by guessing which historical event happened first based on real events from Wikipedia's "On this day" content. The game's goal is to help new audiences discover a preferred destination for discovering, engaging, and building encyclopedic content. It has been gradually rolled out as an A/B test to 50% of users in English, French, Portuguese, Russian, Spanish, Arabic, Chinese, and Turkish.
- Wikimedia Cloud VPS: We have introduced IPv6 to the cloud virtual network, enhancing the platform's scalability, security, and future-readiness.
- CampaignEvents extension: Two new features Invitation Lists and Collaboration List that allow organizers to promote events and WikiProjects on the wikis are now available.
Annual Goals Progress on Knowledge Equity
See also: list of movement events · WikiLearn News
- WikiLearn: Discover how online learning is helping develop Wikidata skills and the new courses coming up this quarter on WikiLearn News May 2025 edition.
- Youth Conference: Young Wikimedians gathered in Prague for the first-ever Youth Conference, created for young people and by young people.
- Gender Gap: Wikimedia Foundation Reflections on the Celebrate Women* Campaign 2025.
- Accessibility: In celebration of Global Accessibility Awareness Day 2025, we would like to look back together and highlight recent improvements and progress to ensure that the Wikimedia projects are more accessible for everyone.
Annual Goals Progress on Safety & Integrity
See also blogs: Global Advocacy blog · Global Advocacy Newsletter · Policy blog
- India Legal Update: A victory for free speech, for Wikipedia and Beyond! The Supreme Court of India overturned a Delhi High Court order that had required the removal of an English Wikipedia article about an ongoing lawsuit.
- Mandatory 2FA: Checkusers and oversighters will need to have two-factor authentication (2FA) enabled, otherwise they won't be able to use their tools. In the future, this requirement may apply to more user right groups. This is to increase the security of user accounts. See the full message.
Board and Board committee updates
See Wikimedia Foundation Board noticeboard · Affiliations Committee Newsletter
- Board Election: Wikimedia Foundation Board of Trustees 2025 Selection & Call for Questions.
- Assamese Wikimedia Community User Group: Recognition of Assamese Wikimedia Community User Group.
Other Movement curated newsletters & news
See also: Diff blog · Goings-on · Planet Wikimedia · Signpost (en) · Kurier (de) · Actualités du Wiktionnaire (fr) · Regards sur l'actualité de la Wikimedia (fr) · Wikimag (fr) · Education · GLAM · The Wikipedia Library · Milestones · Wikidata · Central and Eastern Europe · other newsletters
Subscribe or unsubscribe · Help translate
For information about the Bulletin and to read previous editions, see the project page on Meta-Wiki. Let askcac wikimedia.org know if you have any feedback or suggestions for improvement!
There is a new update for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we give you some updates on the discussion about where to store abstract content, we present you the recordings of our latest presentations and meetings, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check our archive!
Enjoy the reading! -- User:Sannita (WMF) (talk) 13:38, 9 June 2025 (UTC)
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 Trust and Safety Product team is finalizing work needed to roll out temporary accounts on large Wikipedias later this month. The team has worked with stewards and other users with extended rights to predict and address many use cases that may arise on larger wikis, so that community members can continue to effectively moderate and patrol temporary accounts. This will be the second of three phases of deployment – the last one will take place in September at the earliest. For more information about the recent developments on the project, see this update. If you have any comments or questions, write on the talk page, and join a CEE Catch Up this Tuesday.
Updates for editors
- The watchlist expiry feature allows editors to watch pages for a limited period of time. After that period, the page is automatically removed from your watchlist. Starting this week, you can set a preference for the default period of time to watch pages. The preferences also allow you to set different default watch periods for editing existing pages, pages you create, and when using rollback. [11]
- The appearance of talk pages will change at almost all Wikipedias (some have already received this design change, a few will get these changes later). You can read details about the changes on Diff. It is possible to opt out of these changes in user preferences ("Show discussion activity"). [12][13]
- Users with specific extended rights (including administrators, bureaucrats, checkusers, oversighters, and stewards) can now have IP addresses of all temporary accounts revealed automatically during time-limited periods where they need to combat high-speed account-hopping vandalism. This feature was requested by stewards. [14]
- This week, the Moderator Tools and Machine Learning teams will continue the rollout of a new filter to Recent Changes, releasing it to several more Wikipedias. This filter utilizes the Revert Risk model, which was created by the Research team, to highlight edits that are likely to be reverted and help Recent Changes patrollers identify potentially problematic contributions. The feature will be rolled out to the following Wikipedias: Afrikaans Wikipedia, Belarusian Wikipedia, Bengali Wikipedia, Welsh Wikipedia, Hawaiian Wikipedia, Icelandic Wikipedia, Kazakh Wikipedia, Simple English Wikipedia, Turkish Wikipedia. The rollout will continue in the coming weeks to include the rest of the Wikipedias in this project. [15]
- View all 27 community-submitted tasks that were resolved last week.
Updates for technical contributors
- AbuseFilter editors active on Meta-Wiki and large Wikipedias are kindly asked to update AbuseFilter to make it compatible with temporary accounts. A link to the instructions and the private lists of filters needing verification are available on Phabricator.
- Lua modules now have access to the name of a page's associated thumbnail image, and on some wikis to the WikiProject assessment information. This is possible using two new properties on mw.title objects, named
pageImage
andpageAssessments
. [16][17] - Detailed code updates later this week: MediaWiki
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
|
Wikifunctions & Abstract Wikipedia Newsletter #206 is out: Closing the consultation about the location of Abstract Content
editThere is a new update for Abstract Wikipedia and Wikifunctions. Please, come and read it!
In this issue, we announce the closing of the discussion about where to store abstract content, we remind you about our current discussions about types and our next NLG SIG meeting, and we take a look at the latest software developments.
Want to catch up with the previous updates? Check our archive!
Enjoy the reading! -- User:Sannita (WMF) (talk) 12:56, 16 June 2025 (UTC)
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
- You can nominate your favorite tools for the sixth edition of the Coolest Tool Award. Nominations are anonymous and will be open until June 25. You can re-use the survey to nominate multiple tools.
- View all 33 community-submitted tasks that were resolved last week.
Updates for technical contributors
- Detailed code updates later this week: MediaWiki
In depth
- Foundation staff and technical volunteers use Wikimedia APIs to build the tools, applications, features, and integrations that enhance user experiences. Over the coming years, the MediaWiki Interfaces team will be investing in Wikimedia web (HTTP) APIs to better serve technical volunteer needs and protect Wikimedia infrastructure from potential abuse. You can read more about their plans to evolve the APIs in this Techblog post.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.