User talk:Tol
Add topicThis page is for discussions related to the User:Tol page. Please remember to:
|
Template:COVID-19 vaccination data in Africa not updating
[edit]- The following discussion is closed. Please do not modify it. Subsequent comments should be made in a new section. A summary of the conclusions reached follows.
Hi Tol, it appears that Template:COVID-19 vaccination data in Africa has not been updated in over 2 months. If possible could you fix it. Thanks. TapticInfo (talk)
- The above discussion is preserved as an archive. Please do not modify it. Subsequent comments should be made in a new section.
TolBot issue
[edit]Hello, Tol. It appears that TolBot changed w:en:Talk:Bố Trạch District so that it now redirects to itself. I think I can clean up the issue, but I wanted to alert you so that you could check the bot's code. --R'n'B (talk) 15:51, 28 January 2022 (UTC)
- @R'n'B: Hm, weird. It looks like this was because the talk page and article page had different names — the article had "District" capitalised, while the talk page for that title redirected to the page with lowercase "district". I'll file this in the pile of really weird edge cases, and add a check for redirected talk pages or something. Thanks for letting me know! (This is Task 13, for reference.) Tol (talk | contribs) @ 15:55, 28 January 2022 (UTC)
TolBot Task 13
[edit]Your bot should not have removed the other rcat at w:Special:Diff/1067980710 and similar. ~~~~
User:1234qwer1234qwer4 (talk) 14:09, 14 February 2022 (UTC)
- @1234qwer1234qwer4: Hm; I'm not sure how to deal with preexisting rcats. I could try and add an rcat detector if I run it again. Tol (talk | contribs) @ 15:10, 14 February 2022 (UTC)
- I had a regexp to catch (more or less) most ways rcats could be applied and append an rcat to that, but it's quite bodgy and might have bugs, so maybe it's easier to parse the wikicode if done by a bot. ~~~~
User:1234qwer1234qwer4 (talk) 17:02, 14 February 2022 (UTC)- I think it might be better to just add rcats manually to be applied (for example, apply R from other capitalisation for all moves in that batch). Tol (talk | contribs) @ 20:47, 14 February 2022 (UTC)
- Depends on what kind of manual you mean; I have tagged all the redirects resulting from that move myself now, but that took quite some time even with JWB. ~~~~
User:1234qwer1234qwer4 (talk) 20:55, 14 February 2022 (UTC)- I mean manual setup of the bot to tag the redirects, not manually following the bot. Tol (talk | contribs) @ 20:56, 14 February 2022 (UTC)
- If we're talking about adding this specific rcat (rather than preserving any other ones), couldn't you just have done that while doing the other change? ~~~~
User:1234qwer1234qwer4 (talk) 21:35, 14 February 2022 (UTC)- That's what I'm proposing: if Task 13 is run again, it could also add rcats (and for round-robin moves, would bundle it with the other edit). Tol (talk | contribs) @ 23:06, 14 February 2022 (UTC)
- If we're talking about adding this specific rcat (rather than preserving any other ones), couldn't you just have done that while doing the other change? ~~~~
- I mean manual setup of the bot to tag the redirects, not manually following the bot. Tol (talk | contribs) @ 20:56, 14 February 2022 (UTC)
- Depends on what kind of manual you mean; I have tagged all the redirects resulting from that move myself now, but that took quite some time even with JWB. ~~~~
- I think it might be better to just add rcats manually to be applied (for example, apply R from other capitalisation for all moves in that batch). Tol (talk | contribs) @ 20:47, 14 February 2022 (UTC)
- I had a regexp to catch (more or less) most ways rcats could be applied and append an rcat to that, but it's quite bodgy and might have bugs, so maybe it's easier to parse the wikicode if done by a bot. ~~~~
Hi Tol, thank you very much for creating that script! I've used it to update ckb:داڕێژە:COVID-19 data/data, but the script doesn't mark the edits as bot and minor (on ckbwiki project). Can you fix it? Thank you! Aram (talk) 18:04, 14 February 2022 (UTC)
- Hi, @Aram! To mark the edits as bot and minor, you can change the
edit()function. Specifically, inedit_params, add'bot': Trueand'minor': True. Tol (talk | contribs) @ 20:58, 14 February 2022 (UTC)- Worked! Thank you for the reply and your efforts! Aram (talk) 08:10, 15 February 2022 (UTC)
- No problem! Tol (talk | contribs) @ 18:01, 15 February 2022 (UTC)
- Worked! Thank you for the reply and your efforts! Aram (talk) 08:10, 15 February 2022 (UTC)
Reminder to vote now to ratify the Wikimedia Movement Charter
[edit]- You can find this message translated into additional languages on Meta-wiki. Please help translate to your language
Dear Wikimedian,
You are receiving this message because you previously voted in the 2021 Movement Charter Drafting Committee (MCDC) election.
This is a reminder that if you have not voted yet on the ratification of the final Wikimedia Movement Charter draft, please do so by July 9, 2024 at 23:59 UTC.
You can read the final text of the Wikimedia Movement Charter in your language. Following that, check on whether you are eligible to vote. If you are eligible, cast your vote on SecurePoll.
On behalf of the Charter Electoral Commission,
RamzyM (WMF) 15:24, 5 July 2024 (UTC)
Also replace thumbnails of old image versions with RealSVG
[edit]Thanks for this wonderful script! For User:Tol/RealSVG.js: Could you change the regex so that it automatically replaces the thumbnails under "file history"? perhaps something like
| − | (\/\/. | + | (\/\/.*)\/thumb\/(?:archive\/)?(.*?)\/(.*?)\/(?:\d+%21)?(.*?)\.svg\/\d+px-\4.svg.png |
Aaron Liu (talk) 16:08, 24 May 2025 (UTC)
- @Aaron Liu: I'll take a look and see if I can implement this shortly. Tol (talk | contribs) @ 16:39, 2 June 2025 (UTC)
- @Aaron Liu, this should now be implemented. Tol (talk | contribs) @ 01:56, 8 June 2025 (UTC)
Get started with the Lua interface to simplify the preparation of modules for translation in MetaWiki
[edit]Greetings!
The Language and Product Localization team has developed a Lua interface to simplify the preparation of Lua modules for translation in the MetaWiki platform. This means that module developers can now use the new Lua interface to load translatable strings, and the translators can translate them in the same translation interface that is used for templates and wiki pages.
This improvement makes it easier for translators to find and edit module strings without dealing with raw Lua code. It helps prevent mistakes that could break the module during translation.
We invite you to watch our demo video and read more about translatable modules to understand how it works. Please give us your feedback on this talk page on how well the Lua interface addresses the challenges in your workflow and how useful it is in module localization tasks. You can also refer to Module:User Wikimedia project, which was recently converted to utilize these messages, for example usage.
Your feedback is important as it will help us evaluate and decide how to continue developing and improving this interface, extend it to other wikis, or change our approach.
Thank you, and we anticipate your honest feedback.
UOzurumba (WMF) 06:40, 28 July 2025 (UTC)
Join us for “Many Tongues, One Movement: Voices Across Languages”!
[edit]
Hello Tol,
We’re excited to invite you to an inspiring global virtual gathering: the first Capacity Exchange Translat-a-thon.
Together with Language Diversity Hub, the Capacity Exchange (CapX) team will host its first Translation Marathon dedicated to ensuring linguistic equity in access to this amazing tool aimed to connect Wikimedians.
If you enjoy contributing to Wikimedia projects through translating and adapting content into different languages, this event is for you! Join us in the celebration of the multilingual spirit of the Wikimedia Movement at an event where communities that contribute in diverse languages will be able to share local knowledge and collaborate across borders.
Many Tongues, One Movement: Voices Across Languages
- Date: December 6, 2025
- Time: 12 PM (UTC) - Check the event page for your local timezone
- Location: Online (Meta-Wiki + live session links)
If you can’t join the live event, you can still contribute to the translations! Edits will be counted for two weeks, until December 20th. And everyone who participates will receive a special badge to display on their CapX profiles.
Strengthen your collaboration through CapX
[edit]
We invite you and your community to join the Capacity Exchange (CapX), a Wikimedia community-built platform for connecting, collaborating, and exchanging skills with peers across the movement.
CapX helps Wikimedians and organizations find each other, share expertise, and build stronger, more connected communities.
Whether you’re an individual contributor, a user group, a community initiative or an affiliate, CapX helps you grow through knowledge exchange.
More information
[edit]→ Explore the CapX platform: capx.toolforge.org
→ Read: User Guide & FAQ
→ Watch: Meet the Capacity Exchange video
→ Join our Telegram community chat: CapX Telegram Group
If your community, usergroup or affiliate would like to have a CapX organization profile, please reach out at capx@wmnobrasil.org, and we’d be delighted to support you.
With warm regards,
Joris Darlington Quarshie
Outreach Facilitator,
Capacity Exchange Project – Wikimedia Brasil
MediaWiki message delivery (talk) 14:55, 13 November 2025 (UTC)
