Wikipedia:Village pump (technical): Difference between revisions
→New 1000 top viewed articles report now available: new section |
|||
Line 1,252: | Line 1,252: | ||
:The links in [[Purupuruni]] and several other articles say [https://en.wikipedia.org/w/index.php?target=http%3A%2F%2Frepositorio.ingemmet.gob.pe%2Fhandle%2Fingemmet&title=Special%3ALinkSearch http] and not https. The top of [[Special:LinkSearch]] shows it distinguishes between the two. [[User:PrimeHunter|PrimeHunter]] ([[User talk:PrimeHunter|talk]]) 17:23, 15 March 2020 (UTC) |
:The links in [[Purupuruni]] and several other articles say [https://en.wikipedia.org/w/index.php?target=http%3A%2F%2Frepositorio.ingemmet.gob.pe%2Fhandle%2Fingemmet&title=Special%3ALinkSearch http] and not https. The top of [[Special:LinkSearch]] shows it distinguishes between the two. [[User:PrimeHunter|PrimeHunter]] ([[User talk:PrimeHunter|talk]]) 17:23, 15 March 2020 (UTC) |
||
::Ah, OK. Anyhow, got the links fixed now. [[User:Jo-Jo Eumerus|Jo-Jo Eumerus]] ([[User talk:Jo-Jo Eumerus|talk]]) 17:50, 15 March 2020 (UTC) |
::Ah, OK. Anyhow, got the links fixed now. [[User:Jo-Jo Eumerus|Jo-Jo Eumerus]] ([[User talk:Jo-Jo Eumerus|talk]]) 17:50, 15 March 2020 (UTC) |
||
== New 1000 top viewed articles report now available == |
|||
I noticed the other day that the [[User:West.andrew.g/Popular_pages|popular pages report]] had [[User_talk:West.andrew.g/Popular_pages#Statistical_reporting_has_reached_EoL|gone down]]. I've been working on something similar [[User:Jmorgan_(WMF)|for work]] (an [[Meta:Research:Social media traffic report pilot|inbound social media traffic report]]), and I had a lot of related code already written, so I put together this [[User:HostBot/Top 1000 report|top 1000 viewed articles report]]. I plan to update the report daily, with the previous day's results. If it's helpful, I'd be happy to maintain it indefinitely. |
|||
''Where else should I announce this?'' It seems to me that in the middle of a global pandemic, it's more important than ever for us to know what articles people are reading. |
|||
BTW, I think I could also create a complete replacement for the Popular Pages report (which is weekly, not daily) pretty easily—as long as 1000 pages is enough, since that's the limit of what you can grab from the Rest API [https://wikimedia.org/api/rest_v1/#/Pageviews%20data/get_metrics_pageviews_top__project___access___year___month___day_ in a single query]. Feedback appreciated! Cheers, [[User:Jtmorgan|J-Mo]] 20:29, 15 March 2020 (UTC) |
Revision as of 20:29, 15 March 2020
Policy | Technical | Proposals | Idea lab | WMF | Miscellaneous |
Newcomers to the technical village pump are encouraged to read these guidelines prior to posting here. If you want to report a JavaScript error, please follow this guideline. Questions about MediaWiki in general should be posted at the MediaWiki support desk.
Frequently asked questions (see also: Wikipedia:FAQ/Technical) Click "[show]" next to each point to see more details.
|
Gadget/User Script to disable MediaWiki:Bad image list
Recently I find out this help page & became really confused. If we are giving advice because they are the half of the userbase, why can't we also provide it as a choiceable option (as a 'Gadget' or an 1 click 'User Script'). We still providing some gadget & most of the user script only because of the user demands. Well, If all of these are against 'POLICY' then a simple info template must be possible, Right ?
Wikipedia is not censored and never will be. This article fall under this disclaimer. You can use this or this in your own risk only to hide these images. |
--Masum The Great (talk) 14:14, 11 February 2020 (UTC)
- Hello Wikipedians, I'm eagerly waiting for a replay . Isn't it rude to not getting a replay from any active Wikipedian after 127 hours when all the other query got replied. Thanks in advance . --Masum The Great (talk) 14:54, 16 February 2020 (UTC)
- Well, after another 55 hours i'm still keeping (AGF) & just mentioning some of the users only to provide suggestions about this issue. @John of Reading:,@Xaosflux:,@TonyBallioni:,@AEzell (WMF):,@IFried (WMF):,@MSchottlender-WMF:,@MusikAnimal (WMF):,@SWilson (WMF):,@HMonroy (WMF):,@DWalden (WMF):. I have no idea who to mention so please excuse me if it bothers you. if my point is not clear enough, please ask. Thanks.--Masum The Great (talk) 16:34, 18 February 2020 (UTC)
- @Ahm masum: Hi. I'm sorry that it has taken so long for your question to get answered, but you must understand that we're all volunteers here. People like Xaosflux and TonyBallioni are here entirely by their choice, and no editor is required to do or answer anything they don't want to. Even people who are employed by the WMF have no obligation to answer your question; the village pump is a community-run place, and gadgets are community-created and developed, so no WMF employee is obliged to answer questions about them any more than any other volunteer. So, no, it's not rude for nobody to answer your question. It happens, you just have to be patient, and if necessary, ask it again.
- Your question is not particularly precise; it's not clear what you're asking for. Are you asking for one of the scripts mentioned in that help page to become a gadget? If so, which script? Most of them are not amenable to becoming a gadget, since they require too much personalization in the code. Are you asking for page notices reflecting NOTCENSORED? If so, what pages? How do you decide what needs it and what doesn't? in all of the above cases (particularly the pagenotice, which could be extremely disruptive to the appearance of pages to the reader), you would need community consensus for that; have you started an RfC about it to gather that consensus? Writ Keeper ⚇♔ 16:44, 18 February 2020 (UTC)
- This would be a very expensive "gadget" , as the image code is not presented to the readers today, only an anchor tag to the image. Such a script (that you are welcome to build for yourself and then try to propose that it gets adopted) would need to look for every anchor, try to see if it is on the BIL, then re-render it. A click-to-load option is being discussed at phab:T198550, so you may want to follow up on that. — xaosflux Talk 16:49, 18 February 2020 (UTC)
- I'm assuming the goal is you want to auto-hide any and all offensive imagery. If so, going solely off of the bad image list isn't that effective, since it is usually retroactively updated following an act of vandalism. There will always be more "offensive" imagery that isn't blacklisted. There is a NSFW image classifier running on Cloud Services, so it is possible to make a script. However it would be very slow and resource-intensive, since you'd need to fetch the scores in real-time. phab:T198550 as Xaosflux mentions is probably the best way forward if we want the "click to load" functionality, since it might allow us to pre-store the image scores. I will comment there with what I know. In short -- the algorithm exists, and it works very well, it just isn't in production. Don't get your hopes up :(
If you simply want one of these user scripts to be a gadget, you'll need to achieve consensus for this. I don't really see the point since it would only be but so effective. As for the "info template", I do not think showing this atop relevant articles will be met with praise. — MusikAnimal talk 18:51, 18 February 2020 (UTC)
- I'm assuming the goal is you want to auto-hide any and all offensive imagery. If so, going solely off of the bad image list isn't that effective, since it is usually retroactively updated following an act of vandalism. There will always be more "offensive" imagery that isn't blacklisted. There is a NSFW image classifier running on Cloud Services, so it is possible to make a script. However it would be very slow and resource-intensive, since you'd need to fetch the scores in real-time. phab:T198550 as Xaosflux mentions is probably the best way forward if we want the "click to load" functionality, since it might allow us to pre-store the image scores. I will comment there with what I know. In short -- the algorithm exists, and it works very well, it just isn't in production. Don't get your hopes up :(
- This would be a very expensive "gadget" , as the image code is not presented to the readers today, only an anchor tag to the image. Such a script (that you are welcome to build for yourself and then try to propose that it gets adopted) would need to look for every anchor, try to see if it is on the BIL, then re-render it. A click-to-load option is being discussed at phab:T198550, so you may want to follow up on that. — xaosflux Talk 16:49, 18 February 2020 (UTC)
- I don’t follow this page, and don’t know why I was pinged. I have no thoughts to contribute. TonyBallioni (talk) 17:27, 18 February 2020 (UTC)
- And then sometimes you'll get a late reply, like this one from me. I'll leave it as an exercise for somebody else to calculate the time difference in hours. @Ahm masum: Did you find the responses helpful? Thanks after the fact are better than "thanks in advance". And clarifications are sometimes warranted. Whom do you refer to when you say "they are half of the user base"? Pelagic (talk) 10:21, 25 February 2020 (UTC)
- I'm feeling super sorry for this late reply, cause almost 285 hours has been passed. 😢
Yes. These responses were helpful. অনেক অনেক ধন্যবাদ @MusikAnimal, @xaosflux & @Pelagic. It was informative & kind hearted. I would offer a Cappuccino .
Circumstances of revelation: I even give an advice in my native wiki village pump based on these responses. The thing is: There was an active debate on my village pump about NSFW related images. The topic was: Artwork or photography ? Then all the active Wikipedians divided in 2 groups & the discussion became a little bit nasty.Then I find out that help page & now I'm here .
User demand: If i'm not mistaken, 'User demand' has a crucial spot In wikimedia 2030 movement strategy. And I'm totally agree that not all the user demands are acceptable cause some of these are fully against foundation/Wikipedia principals . But not the NSFW . these demands are structured & most of the (90% ~) demands are acceptable by foundation/Wikipedia principals . of course there is a scope for long turms debate & discussion before implementation. But I believe no one can or should say that NSFW related demands are not a VALID user demand. And this long awaiting user demand can be solvable by implementing @MusikAnimal's proposal .
@Pelagic:: I believe , all the experienced wiki user know that it's a open secret . And now I like to correct my statement a little bit .MORE THEN HALF OF THE WIKI READERS DONT LIKE TO SEE 'NSFW' IMAGES ON THEIR 1st VISIT WITHOUT INFORMED . proof? see here:(1, 2, 3) --Masum The Great (talk) 11:20, 8 March 2020 (UTC)
- Speaking as someone with deep, first-hand knowledge and experience regarding this issue (by request of the Board, I designed - and was excoriated for - the Personal Image Filter): This will never happen. --Jorm (talk) 18:11, 8 March 2020 (UTC)
- Also for purely practical reasons, even if all those involved decide that this would be a fantastic idea this will still never happen. At the time of writing Commons contains 59,736,572 images plus there are all the locally hosted images on every wiki (at the time of writing English Wikipedia has 883,051). Since no volunteer is going to go through all those flagging "potentially unsafe images", it would rely on paid staff; assuming someone can review at most 10,000 pages a day before burning out completely, even if we hired ten dedicated full-time employees to do nothing but review images and click "safe" or "unsafe", it would take them two years just to review the images we already have, let alone review images uploaded in future, handle appeals regarding potentially miscategorised images, etc. ‑ Iridescent 21:36, 8 March 2020 (UTC)
- To expand on this: Marking/tagging images as "not safe" requires that there be a formal definition of what that is (which ends up being Western Imperialist) unless you do a system whereby images are tagged ("nudity", "violence", "spiders") and allow users to white or blacklist tags. However, this method has two major flaws: gamification by trolls (e.g., all photos of Barack Obama get tagged as "violent", a situation that can be handled if we really want to but adds a lot of workload. This is the easy problem, though. The difficult one is the fact that once the images are tagged, state actors (e.g., governments) can then apply censorship filters of their own, at the metal/ISP level, and this would absolutely violate the five pillars.--Jorm (talk) 21:52, 8 March 2020 (UTC)
- Also for purely practical reasons, even if all those involved decide that this would be a fantastic idea this will still never happen. At the time of writing Commons contains 59,736,572 images plus there are all the locally hosted images on every wiki (at the time of writing English Wikipedia has 883,051). Since no volunteer is going to go through all those flagging "potentially unsafe images", it would rely on paid staff; assuming someone can review at most 10,000 pages a day before burning out completely, even if we hired ten dedicated full-time employees to do nothing but review images and click "safe" or "unsafe", it would take them two years just to review the images we already have, let alone review images uploaded in future, handle appeals regarding potentially miscategorised images, etc. ‑ Iridescent 21:36, 8 March 2020 (UTC)
You may be interested in phab:T247614. * Pppery * it has begun... 19:15, 14 March 2020 (UTC)
Special:ContentTranslation
Hi. I, on portuguese Wikipedia domain, realized there's an error within the current JS code content in the mentioned page. I found it through the Chrome console mode (where I believe it is manifesting itself as the only findable error), but I understand just a little about the language, and, soon, really cannot restore it. Could someone fix it?
What is happening involves the page fonts and the identification of the existent and unexistent links, which, respectively, aren't the same previous one (that is the only thing I can confirm; they, now, are presenting itself as the standard for them) and don't differ between the usual colors, blue and red, illustrating what I said.
Some detailed images: 1, 2 and 3. Creditor Editor (talk) 19:43, 12 February 2020 (UTC).
- @Creditor Editor: to report a software bug with the ContentTranslation extension you will need to open a task at phabricator, directions to do that are available here: mw:How_to_report_a_bug. — xaosflux Talk 18:23, 13 February 2020 (UTC)
- Creditor Editor, what are the JS errors themselves? --Amir E. Aharoni (talk) 07:06, 21 February 2020 (UTC)
Tailoring edit notices to different types of editors
Regarding this discussion at the ideas tab, is it possible to tailor an edit notice so that, for instance, it would show a different message to someone creating a new page if they have never created a new page before? Sdkb (talk) 20:39, 13 February 2020 (UTC)
- I know that the first time someone tries to edit, a notice pops up prompting them to consider switching to the visual editor; does anyone know how that came about? Sdkb (talk) 20:39, 13 February 2020 (UTC)
- If you don't have an editor declared when you try to call the editor it can ask which editor you want to use, but that wouldn't work for this use case. — xaosflux Talk 00:18, 14 February 2020 (UTC)
- The edit notice (a module and template) isn't able to tell if the current user has ever authored a page before, that would be a very "expensive" query as it would require going through all of their past contributions. — xaosflux Talk 00:18, 14 February 2020 (UTC)
- @Xaosflux: Ah, that makes sense. Do you have any ideas about how to better achieve what we're looking to do? Is this something we'd need to get the WMF to help us code? Sdkb (talk) 07:33, 14 February 2020 (UTC)
- What if we add something like:
.nonextendedconfirmed-show { display: none !important; }
- to Mediawiki:Group-extendedconfirmed.css. Then a different version of the message could be shown to extendedconfirmed and non-extendedconfirmed users. Sdkb, that's not exactly what you're looking for, but is it close enough? Suffusion of Yellow (talk) 20:32, 14 February 2020 (UTC)
- @Suffusion of Yellow: Something like that sounds like it would be very useful! Sdkb (talk) 06:18, 17 February 2020 (UTC)
- @Sdkb: Sorry, meant to get back to this sooner. @Xaosflux: I realized that most admins aren't in the group
extendedconfirmed
. What do you see here between the parentheses: (FNORD)? If there's nothing there, then to avoid showing sysops the "newbie" version of the message, we'd also to make some adjustments to MediaWiki:group-sysop.css. Does this seem like a bad idea? Suffusion of Yellow (talk) 21:33, 25 February 2020 (UTC)- @Suffusion of Yellow: an element can have multiple classes, such as in here: (FNANDD). That being said, I don't think there are a lot of edit notices that would only pertain to extended-confirmed people, are there some examples? — xaosflux Talk 21:41, 25 February 2020 (UTC)
- @Xaosflux: But if we want to hide something from admins too, we'd still need a
nonsysop-show
class in Mediawiki:group-sysop.css, yes? Sdkb was wondering if we could a show different version of an edit notice to users who have never created a page before. We could approximate that with
- @Xaosflux: But if we want to hide something from admins too, we'd still need a
- @Suffusion of Yellow: an element can have multiple classes, such as in here: (FNANDD). That being said, I don't think there are a lot of edit notices that would only pertain to extended-confirmed people, are there some examples? — xaosflux Talk 21:41, 25 February 2020 (UTC)
- @Sdkb: Sorry, meant to get back to this sooner. @Xaosflux: I realized that most admins aren't in the group
- @Suffusion of Yellow: Something like that sounds like it would be very useful! Sdkb (talk) 06:18, 17 February 2020 (UTC)
<div class="nonsysop-show nonextendedconfirmed-show"> [newbie editnotice here] </div><div class="sysop-show extendedconfirmed-show"> [regular editnotice here] </div>
- but no, I don't know of any other use cases besides the one suggested here. Suffusion of Yellow (talk) 22:00, 25 February 2020 (UTC)
- We could do a bunch of things like that, but I don't think it is really a "good" idea, and "extendedconfirmed" doesn't really have anything to do with creating an "article". — xaosflux Talk 22:44, 25 February 2020 (UTC)
- but no, I don't know of any other use cases besides the one suggested here. Suffusion of Yellow (talk) 22:00, 25 February 2020 (UTC)
Citation Expander button
I am asking this question here based on a suggestion from Headbomb after inquiring about their use of citation expander. I am able to use this tool via the Tools on the left nav bar, though never am able to see or access the Citations button anyplace. Can somebody help me determine what the problem is, as that may make things a bit easier. Thank you. --- FULBERT (talk) 17:41, 15 February 2020 (UTC)
- @FULBERT: What is your browser, and your skin at Special:Preferences#mw-prefsection-rendering? Does the Citations button appear if you preview a blank version of User:FULBERT/common.js? You don't have to save changes there, just look for the button on the preview. Does the button appear if you log out and click here? PrimeHunter (talk) 19:26, 15 February 2020 (UTC)
- That looks like MonoBook to me. Whatamidoing (WMF) (talk) 20:26, 20 February 2020 (UTC)
- The image posted here is the illustration at Wikipedia:Citation expander. FULBERT is missing the "Citations" button. PrimeHunter (talk) 12:24, 21 February 2020 (UTC)
- PrimeHunter, Thanks for helping me troubleshoot this, and sorry for the delay in my reply. I am using the default Vector Skin and am using Firefox (the most current version). I now seem to see the button when I click "Edit Source" (the only place I now seem to see it, as I have reset some of my previous Preferences) and if I press it I cannot see if anything is found or not. Is that the right place where I should see it, and if so, how do I know if it finds anything that should be accepted / reviewed? Many thanks. FULBERT (talk) 22:24, 22 February 2020 (UTC)
- See User:Citation bot/use#via the citation expander gadget. See User:Citation bot/use#Examples for some examples you can try copying to an edit window and press the button. The gadget should then automatically change the text, for example from
<ref>{{cite journal |jstor=650874}}</ref>
to<ref>{{cite journal |jstor=650874|title=Bastard Feudalism Revised: Reply|last1=Coss|first1=P. R.|journal=Past & Present|issue=131|pages=190–203|year=1991|doi=10.1093/past/131.1.190}}</ref>
. PrimeHunter (talk) 22:47, 22 February 2020 (UTC) - Pinging FULBERT. PrimeHunter (talk) 22:48, 22 February 2020 (UTC)
- PrimeHunter, Thanks for this; it now (oddly?) seems to be working. I am scratching my head as I think part of the problem has been how I have understood the directions. I have been reading the instructions for "Edit" which really should be speaking about "Edit source," and thus the instructions are assuming the default editor is the source editor, though I did not actually see that mentioned explicitly. Many thanks for your help in the pointing out the clearer directions and examples than I had located on my own! FULBERT (talk) 16:35, 23 February 2020 (UTC)
- See User:Citation bot/use#via the citation expander gadget. See User:Citation bot/use#Examples for some examples you can try copying to an edit window and press the button. The gadget should then automatically change the text, for example from
- That looks like MonoBook to me. Whatamidoing (WMF) (talk) 20:26, 20 February 2020 (UTC)
Too many links marked by "Strike out blocked usernames"
I'm using this feature, which I have turned on in the preferences, but there is an error (with the version history of MatthewOF's talk page as an example):
https://i.imgur.com/DyFRDA6.png
(Click the link to view the image. I don't host it on Wikipedia because it would be quickly deleted).
The links to the differences are also marked like that.
Also, there is another issue: one of the edits is marked as Replaced, but it actually blanks the page. Someone must fix that. Also, why is editing revision tags not available to normal users? Keyacom (💬 | 🖊) 07:51, 16 February 2020 (UTC)
- @Keyacom: all things being equal, probably better you avoid edit-warring with an administrator. Promising Wikipedia careers have come to a halt over less. ——SN54129 08:01, 16 February 2020 (UTC)
- For the question of tags, see Wikipedia:Tags with a list at Special:Tags. One example is MediaWiki:Tag-mobile web edit. These are added mostly by software, filters, bots and other automated methods, so it would be pretty disruptive and a huge mess if anyone could add or change them. Already I would say there is a mess, for example with many hardly used tags for wikiEdu. Replaced means "Edits that remove more than 90% of the content of a page", so blanking falls into that category. Blanking should also apply, and these tags are generated by software, so it's difficult to change it! When I use the edit tags interface there are only about 16 different tag names I could add, and replaced or blanking were not options. The only ones are the tags labelled "Applied manually by users and bots". Graeme Bartlett (talk) 10:45, 19 February 2020 (UTC)
- @Graeme Bartlett: But, when MatthewOF did this edit, the user actually blanked the page. Keyacom (💬 | 🖊) 15:38, 21 February 2020 (UTC)
- For the question of tags, see Wikipedia:Tags with a list at Special:Tags. One example is MediaWiki:Tag-mobile web edit. These are added mostly by software, filters, bots and other automated methods, so it would be pretty disruptive and a huge mess if anyone could add or change them. Already I would say there is a mess, for example with many hardly used tags for wikiEdu. Replaced means "Edits that remove more than 90% of the content of a page", so blanking falls into that category. Blanking should also apply, and these tags are generated by software, so it's difficult to change it! When I use the edit tags interface there are only about 16 different tag names I could add, and replaced or blanking were not options. The only ones are the tags labelled "Applied manually by users and bots". Graeme Bartlett (talk) 10:45, 19 February 2020 (UTC)
Huggle and bad words (score words)
Hello, How score words in wp:Huggle/Config.yaml work? For example: If i write "fu**" on an article, can Huggle's users find my edit soon and revert it? Can we add Arabic words in Huggle/Config.yaml (on our project)? Thanks! ⇒ AramTalk 21:00, 16 February 2020 (UTC)
- No one! ⇒ AramTalk 19:52, 21 February 2020 (UTC)
- Hi, Aram, sorry that nobody has answered yet. I'm not familiar with Huggle, so I can't help you on the usage aspect. I expect it would most likely be Unicode-compatible and able to deal with Arabic script. Is Huggle config already deployed on your project (I assume ckb-wikipedia from your global contribs), or are you evaluating whether it's worth setting up? If you haven't already, it might be worthwhile asking at Meta or ar-wp in addition to here (and if you do find an answer elsewhere, please let us know). Cheers! (Please ping me in replies, I don't often visit VPT.) Pelagic (talk) 11:16, 25 February 2020 (UTC)
- Addendum: you might be able to experiment with a user-level config before attacking your wiki's site-wide Huggle config. Pelagic (talk) 12:06, 25 February 2020 (UTC)
- @Pelagic: Thank you for your replying! yes, we already added our project to Huggle. ⇒ AramTalk 11:53, 28 February 2020 (UTC)
Internet speed - Processing request
Greetings, From time-to-time I see "Processing request" delay while waiting for another article to load. I've been working on backlog at "Category Unassessed biography articles". Currently my ISP linespeed is at 5MB/sec. Wondering if upgrade to 10MB/sec will actually reduce or eliminate delay? JoeHebda (talk) 15:41, 20 February 2020 (UTC)
- @JoeHebda: No. It is the server computer needing to do some work (such as processing a database querry) before it can send results to you over the network, not an issue with the network connection speed. RudolfRed (talk) 02:08, 21 February 2020 (UTC)
- RudolfRed, I don't know how technical you are, but if you want to dig a bit under the covers, and you're running Chrome, there's a ton of information available in the console. Under View / Developer, select "Developer Tools" go to the Performance tab, click record, and reload the page. That'll tell you more than you could possibly want to know about how much data is being transferred, and how fast.
- Just to give you an idea, I timed reloading this page. It moved a total of 923 Kbytes of data in 1.8s, which works out to about 0.5 MB/sec. The bottom line is that for anything text based, almost any internet connection is going to be way faster than you need. Anything more than a couple MB/sec will really only make a difference for streaming video.
- As a practical suggestion, what you might want to do is install a browser extension like Open Selected Links. That will let you go to Category:Unassessed biography articles, select a bunch of articles, and in a single click, open them all in individual tabs. Then you can work through the preloaded tabs one at a time, doing whatever you need to do to each one. — Preceding unsigned comment added by RoySmith (talk • contribs) 02:38, 21 February 2020 (UTC)
- @RoySmith: Thanks for the "Open Selected Links" suggestion. I used it once so far & it's helpful. Yesterday, I changed DNS servers for my internet connection & that gave a bit more speed. Regards, JoeHebda (talk) 17:05, 21 February 2020 (UTC)
Template:Random slideshow is broken
{{Random slideshow}} seems to be broken. First noticed it not working on my userpage, and decided to check some others, like Portal:Italy. Indeed, it's broken there, too. I've confirmed via IRC that others are seeing it, so posting here. Pinging the creator, Evad37 (but nobody has edited it in about a year). — Rhododendrites talk \\ 14:42, 21 February 2020 (UTC)
- The problem is not from the template or the module it relies on but probably the
gallery
tag. See phab:T245553. – Ammarpad (talk) 19:07, 21 February 2020 (UTC)- Thanks. Following now. — Rhododendrites talk \\ 17:32, 23 February 2020 (UTC)
We need to update maintenance reports at least weekly
The maintenance reports in Special:SpecialPages are very useful. I for one use Special:WantedTemplates to find things that need cleaning up.
It would be useful to have a bot update this list once a week.
The bot doesn't have to run against the live database, it can run against a copy as long as the reports reflect the database as it was less than a week ago. davidwr/(talk)/(contribs) 15:58, 21 February 2020 (UTC)
- Special pages aren't updated by a bot. It's listed at Help:Special page#Inactive, which makes me wonder if it's meant to be happening at all. User:😂 might have a guess. Whatamidoing (WMF) (talk) 21:57, 21 February 2020 (UTC)
- Help:Special page was last updated in August, Special:WantedTemplates was updated in November, which means it became "active" at some point. Either that, or someone updated the Wanted Templates page it on a one-off basis. It's valuable and it should be updated much more regularly, at least weekly if possible. davidwr/(talk)/(contribs) 22:21, 21 February 2020 (UTC)
- Different special pages work on different schedules. Special:Wantedtemplates is supposed to be updated on the 20th of every month [1]. In theory anyways. However looking at the page, it looks like that hasn't happened for several months. Bawolff (talk) 03:15, 25 February 2020 (UTC)
- So what can be done about it? Is there someone or some group on the English Wikipedia or on Meta or elsewhere that needs to be alerted? davidwr/(talk)/(contribs) 03:28, 25 February 2020 (UTC)
- It will be handled by devs. I've filed a ticket. This isn't the first time the system has broke. Bawolff (talk) 03:30, 25 February 2020 (UTC)
- Urbanecm fixed this. He re-ran Special:Wantedfiles today so it should be up to date on enwiki, and going forward it should be updated on the 20th of every month. I also updated Help:Special page#Inactive to include the update schedule. Bawolff (talk) 13:06, 25 February 2020 (UTC)Resolved
- It will be handled by devs. I've filed a ticket. This isn't the first time the system has broke. Bawolff (talk) 03:30, 25 February 2020 (UTC)
- So what can be done about it? Is there someone or some group on the English Wikipedia or on Meta or elsewhere that needs to be alerted? davidwr/(talk)/(contribs) 03:28, 25 February 2020 (UTC)
- Different special pages work on different schedules. Special:Wantedtemplates is supposed to be updated on the 20th of every month [1]. In theory anyways. However looking at the page, it looks like that hasn't happened for several months. Bawolff (talk) 03:15, 25 February 2020 (UTC)
- Help:Special page was last updated in August, Special:WantedTemplates was updated in November, which means it became "active" at some point. Either that, or someone updated the Wanted Templates page it on a one-off basis. It's valuable and it should be updated much more regularly, at least weekly if possible. davidwr/(talk)/(contribs) 22:21, 21 February 2020 (UTC)
Template to convert from HTML
I am doing some year calculations with {{NEXTYEAR}}
for example {{NEXTYEAR|3}}
shows the year 3 years from now (2027). However for this task the number "3" will be in HTML format. But this does not work: {{NEXTYEAR|& #51;}}
(I added a space between "& #" so the browser doesn't interpret the HTML). When passed HTML {{NEXTYEAR}}
throws an error as it probably should. Is there a wikitemplate that takes as input HTML and outputs ASCII? Something like {{NEXTYEAR|{{html2ascii|& #51;}}}}
-- GreenC 17:26, 21 February 2020 (UTC)
- Does work?
{{#switch:{{{1|0}}}|0=0|1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9}}
- In lua, there is
mw.text.decode ('3')
which will take more than one html entity and returns whatever text is in the string so if you give it the digit 4 (mw.text.decode ('4')
) it will return '4'. - I think that I recall that someone has written a module that will call a single lua function but can I find it? Nope. If it's out there, surely someone here knows where it is. Of course, if that doesn't exist, a simple module:
p={}; function p.html_entity_decode (frame) return mw.text.decode (frame.args[1]); end return p;
- —Trappist the monk (talk) 21:13, 21 February 2020 (UTC)
- Are you talking about Module:LuaCall? (
{{#invoke:LuaCall|call|mw.text.decode|3}}
-> 3) * Pppery * it has begun... 21:20, 21 February 2020 (UTC)- Yeah, that.
- —Trappist the monk (talk) 23:46, 21 February 2020 (UTC)
- Are you talking about Module:LuaCall? (
It does work, thank you! Behold: {{NEXTYEAR|{{#invoke:LuaCall|call|mw.text.decode|3}}}}
= 2027 -- GreenC 01:31, 22 February 2020 (UTC)
More interface changes
In MonoBook skin, the page history has recently been subject to a styling change: the buttons like "Compare selected revisions" no longer look like buttons, but flat white text boxes. I am finding it harder to pick out these objects, and that makes it an accessibility issue. How do I get the buttons to look as they did before, i.e. like the "Mark all pages as visited" button at Special:Watchlist. --Redrose64 🌹 (talk) 20:53, 21 February 2020 (UTC)
- The buttons now look the same as the "Mark all changes as seen" button on the watchlist. A welcome change too, the default buttons were small and barely legible. --qedk (t 桜 c) 21:06, 21 February 2020 (UTC)
- I, too, use MonoBook and prefer them the way they were before. I thought about asking here for css help to change them back, but hadn't taken the time to write the request. I'd certainly appreciate it if someone could tell me how. BlackcurrantTea (talk) 22:53, 21 February 2020 (UTC)
- I note the color of Wikieditor toolbar has also changed to a very poor color. It'd be good to get back the old color there too. – Ammarpad (talk) 05:22, 22 February 2020 (UTC)
- I, too, use MonoBook and prefer them the way they were before. I thought about asking here for css help to change them back, but hadn't taken the time to write the request. I'd certainly appreciate it if someone could tell me how. BlackcurrantTea (talk) 22:53, 21 February 2020 (UTC)
- Put
$(".mw-ui-button").removeClass("mw-ui-button")
in your common JavaScript, like so. You'll get a flash of unstyled content by doing it in javascript instead of css, but previous oo-ui fugliness went so deliberately far out of its way to make a pure css solution impractical that I didn't even look for one this time. —Cryptic 07:07, 22 February 2020 (UTC)- Thank you, that works. It also fixes the "Contest this speedy deletion" button in Template:Db-g2. --Redrose64 🌹 (talk) 08:43, 22 February 2020 (UTC)
- I edit with JavaScript turned off because the interface annoys me in various ways, and would still very much appreciate a css solution if that's possible. BlackcurrantTea (talk) 15:29, 22 February 2020 (UTC)
This is appearing as its own article in the Fix Wikilinks list. I don't want it deleted really - I just want someone take notice and move it to its right place. Rogermx (talk) 21:07, 21 February 2020 (UTC) --Originally posted here Doug Mehus T·C 21:43, 21 February 2020 (UTC)
- Question Does anyone know Rogermx means by the page "appearing as its own article in the Fix Wikilinks list," and can they offer insight into any fix that may be required? Doug Mehus T·C 21:45, 21 February 2020 (UTC)
- I've added a colon to remove this archived talk page from Category:All articles with too few wikilinks. I wonder if that was the issue? -- John of Reading (talk) 21:54, 21 February 2020 (UTC)
- John of Reading, Thank you, and I should've known that, too. I'm almost positive that's what Rogermx meant, particularly looking at the the prior edit diff that showed that category, and I see it's removed from Category:All articles with too few wikilinks. I'm going to go ahead and mark this as done and close it in a few days if we don't hear back from Rogermx. Doug Mehus T·C 22:01, 21 February 2020 (UTC)
- Possilikely (a mix between possible and likely) Resolved by John of Reading. Doug Mehus T·C 22:03, 21 February 2020 (UTC)
- Thanks to everyone for their quick attention on this. Rogermx (talk) 22:13, 21 February 2020 (UTC)
- I've added a colon to remove this archived talk page from Category:All articles with too few wikilinks. I wonder if that was the issue? -- John of Reading (talk) 21:54, 21 February 2020 (UTC)
MetadataPanel date fix
I am posting here to serve notice that I've requested a patch to the common.js file. Request is here: MediaWiki talk:Common.js#MetadataPanel date fix. Magog the Ogre (t • c) 17:29, 22 February 2020 (UTC)
Pending changes didn't expire
See[2] Black Kite set pending changes to expire January 19th. JzG and I reverted pending edits this week, as have a number of other editors since pc should have expired. Which seems to have just happened with the same problems that led to the article being protected multiple times. Doug Weller talk 19:45, 22 February 2020 (UTC)
- No, Black Kite set semiprotection to expire January 19th. Pending changes were last set (before today) at 14:35, 21 February 2019, and didn't expire until 14:35, 21 February 2020. The logs are clearer than the history here. —Cryptic 20:24, 22 February 2020 (UTC)
- @Crytpic: I'm confused. Yes, I was wrong about what Black Kite set, sorry. That mistake of mine didn't help. But look at the history/[3] where it's obvious pc was working on the 18th.
- EG 16:34, 18 February 2020 Valenciano talk contribs block [+] 64,386 bytes +11 Undid revision 941443355 by 107.77.195.231 (talk) rv POV/dishonest edit summary undothank Tag: Undo [automatically accepted]
But Where do you get pending changes set on the 21st for a year? I see "19:47, 22 February 2020 JzG talk contribs block configured pending changes settings for Gavin McInnes [Auto-accept: require "autoconfirmed" permission] (Persistent vandalism) (hist)" - ie {{u|JzG]] set them right after my post, but no mention of your 21st date. In fact, this view shows nothing since the expiry of semi-protection on the 19th. Something's wrong. Doug Weller talk 17:14, 23 February 2020 (UTC)
- Pending changes changes, unhelpfully, only show up in their own log, not in the protection log, as you'd expect. Also in all logs, where the relevant entry is currently fifth from the top. —Cryptic 17:41, 23 February 2020 (UTC)
- Damn, I guess I should have known that. But, Cryptic, spelling it correctly this time, how about the acceptance on the 18th? And why no end date for those set by JzG? — Preceding unsigned comment added by Doug Weller (talk • contribs) 17:50, 23 February 2020 (UTC)
- On February 18, the pc set by JzG on February 21 2019 were still in effect. The pc change on February 22 2020 is indefinite, as you can see when reprotecting it. I agree it's inconsistent that the pc log doesn't say '(indefinite)' in such cases (sample protection log entry, for comparison). —Cryptic 18:04, 23 February 2020 (UTC)
- @Cryptic: thanks. I see my confusion now. I was looking at the fact that semi-protection was being set covering much of the same period that article also had pc but not noticing that they overlapped. I didn't occur to me an article would have both. Doug Weller talk 18:48, 23 February 2020 (UTC)
- On February 18, the pc set by JzG on February 21 2019 were still in effect. The pc change on February 22 2020 is indefinite, as you can see when reprotecting it. I agree it's inconsistent that the pc log doesn't say '(indefinite)' in such cases (sample protection log entry, for comparison). —Cryptic 18:04, 23 February 2020 (UTC)
- Damn, I guess I should have known that. But, Cryptic, spelling it correctly this time, how about the acceptance on the 18th? And why no end date for those set by JzG? — Preceding unsigned comment added by Doug Weller (talk • contribs) 17:50, 23 February 2020 (UTC)
Xtools is down
@MusikAnimal: My traceroute is intermittent and the site does not open at all on the browser. Anyone else facing the same issue? I'm not sure what information this is giving me. --qedk (t 桜 c) 20:48, 22 February 2020 (UTC)
- @QEDK: You scared me! All looks good on my end https://stats.uptimerobot.com/BN16RUOP5/779220479. Are any other VPS/Toolforge tools not loading for you? — MusikAnimal talk 17:33, 23 February 2020 (UTC)
- @MusikAnimal: Seems sorted now! Other Toolforge tools were ok so I'm guessing something went wrong on Xtools' instance. Quite unsure what happened. --qedk (t 桜 c) 05:03, 24 February 2020 (UTC)
Watchlist help
Hi all, I am experiencing a technical issue. I regularly participate at WikiProject Peer Review. For some reason, I can't get recent changes relating to the discussion page to display on my watchlist. They used to display, but at some period in the last few months even though it's still on my watchlist, I just can't see the messages. Details are:
- Page I am trying to watch: Wikipedia_talk:Peer_review. The watchlist star is filled when I view this page.
- I can confirm Wikipedia:Peer review is on my watchlist (although the talk page is not)
- This process works for other pages - for example Molecular Biology, I can see a recent talk page edit and just the WP is watchlisted. However, an edit on the 18th February on the peer review talk page doesn't show up on my watchlist.
Can anyone help shed some light on this? --Tom (LT) (talk) 04:33, 23 February 2020 (UTC)
- Tom (LT), do you have your watchlist preferences to set to hide your own edits, bot edits, and/or minor edits? Are your prefs set to see every single edit separately, or only the most recent? (That item is "Expand watchlist to show all changes, not just the most recent".) Whatamidoing (WMF) (talk) 21:45, 24 February 2020 (UTC)
- Thanks WMF. I can't really explain it. I checked a number of times when it wasn't working and someone else had edited the page last; checked those settings; checked those prefs. At any rate it started working against two days after this post... weird. Anyhow please consider this request for help resolved. --Tom (LT) (talk) 06:31, 29 February 2020 (UTC)
What is the difference between MediaWiki:Wikimedia-copyrightwarning and MediaWiki:Copyrightwarning
MediaWiki:Wikimedia-copyrightwarning and MediaWiki:Copyrightwarning. They both use purposefully the same text, but why does MediaWiki display two separate system messages for them? Jo-Jo Eumerus (talk) 10:56, 23 February 2020 (UTC)
- @Jo-Jo Eumerus:
wikimedia-copyrightwarning
= override provided by mw:Extension:WikimediaMessages,copyrightwarning
= mediawiki core message. They say the same thing because the latter transcludes the former:{{MediaWiki:Wikimedia-copyrightwarning}}
DannyS712 (talk) 11:03, 23 February 2020 (UTC)- I know this part, the thing I am wondering is why MediaWiki has 2 system messages for this. Jo-Jo Eumerus (talk) 11:04, 23 February 2020 (UTC)
- @Jo-Jo Eumerus: The WikimediaMessages extension is for all of the WMF changes that aren't in wikimedia core. The core message will always exist, but it can be deleted here, because it should never be shown. See WikimediaMessagesHooks::onSkinCopyrightFooter and mw:Manual:Hooks/SkinCopyrightFooter DannyS712 (talk) 11:10, 23 February 2020 (UTC)
- Thanks. Yes, this question was basically a question of whether one of them can be deleted. Given that they are a) interface messages and b) copyright sensitive, I wanted to know exactly what they do before a MFD (nevermind plain deletion). Jo-Jo Eumerus (talk) 11:13, 23 February 2020 (UTC)
- I would keep MediaWiki:Copyrightwarning. It's linked from 62 pages, and people who know MediaWiki may look it up directly to find our license. If something in MediaWiki fails or is changed, it might be displayed again instead of MediaWiki:Wikimedia-copyrightwarning (I wouldn't be shocked if it's already displayed unintentionally somewhere). Reusers who copy our pages to a MediaWiki installation but don't have the extension may also display it. PrimeHunter (talk) 12:52, 23 February 2020 (UTC)
- Thanks. Yes, this question was basically a question of whether one of them can be deleted. Given that they are a) interface messages and b) copyright sensitive, I wanted to know exactly what they do before a MFD (nevermind plain deletion). Jo-Jo Eumerus (talk) 11:13, 23 February 2020 (UTC)
- @Jo-Jo Eumerus: The WikimediaMessages extension is for all of the WMF changes that aren't in wikimedia core. The core message will always exist, but it can be deleted here, because it should never be shown. See WikimediaMessagesHooks::onSkinCopyrightFooter and mw:Manual:Hooks/SkinCopyrightFooter DannyS712 (talk) 11:10, 23 February 2020 (UTC)
- I know this part, the thing I am wondering is why MediaWiki has 2 system messages for this. Jo-Jo Eumerus (talk) 11:04, 23 February 2020 (UTC)
As with any other system message, if you delete it, then the default text (which is not stored on wiki) will appear whenever it's invoked. You won't just see an empty message or a redlink. I believe the default text is:
Please note that all contributions to Wikipedia are considered to be released under the $2 (see $1 for details).
If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
at the moment. (The $1 and $2 variables get filled in based on other strings.) Whatamidoing (WMF) (talk) 21:50, 24 February 2020 (UTC)
- @Whatamidoing (WMF): You don't need to say "I believe", since the default text is displayed here. You just added a couple of extra newlines. --Redrose64 🌹 (talk) 00:10, 25 February 2020 (UTC)
- The default English message is also displayed at subpages which don't correspond to a language code, e.g. MediaWiki:Copyrightwarning/qqx. Whatamidoing copied it exactly with a
<br />
which was rendered as a newline while AllMessages displays the code. PrimeHunter (talk) 23:00, 25 February 2020 (UTC)- I copied it from MediaWiki.org, and the line break came with it. Whatamidoing (WMF) (talk) 02:27, 26 February 2020 (UTC)
- I wasn't referring to the
<br />
tag, but to the two newlines: one after "for details)." and the other after "free resource." --Redrose64 🌹 (talk) 12:04, 26 February 2020 (UTC)- Whatamidoing also copied those exactly. They are in the source of MediaWiki:Copyrightwarning/qqx and mw:MediaWiki:Copyrightwarning. They don't render in html because newlines don't do that but they are also in the html source of your here link. Maybe Special:Allmessages should be coded to render newlines but it doesn't now. PrimeHunter (talk) 22:22, 26 February 2020 (UTC)
- I wasn't referring to the
- I copied it from MediaWiki.org, and the line break came with it. Whatamidoing (WMF) (talk) 02:27, 26 February 2020 (UTC)
- The default English message is also displayed at subpages which don't correspond to a language code, e.g. MediaWiki:Copyrightwarning/qqx. Whatamidoing copied it exactly with a
Outdated notice in MediaWiki:Edittools?
There is a comment in MediaWiki:Edittools that any changes there need to be coordinated with MediaWiki:Gadget-charinsert.js but the latter page gives no indication of what would need to be updated. Does it mean that it's now on a different page, or that it is outdated? Pinging Krinkle as the last editor of that js page. Jo-Jo Eumerus (talk) 10:56, 23 February 2020 (UTC)
- @Jo-Jo Eumerus: now at MediaWiki:Gadget-charinsert-core.js DannyS712 (talk) 11:12, 23 February 2020 (UTC)
- Hmm. I see. I've updated the edittools message although one wonders if it's possible to use a template for both. Jo-Jo Eumerus (talk) 11:15, 23 February 2020 (UTC)
MediaWiki:Cirrussearch-boost-templates
Came across this page when strolling through the system messages. I am a little unclear what its purpose is; 😂? Jo-Jo Eumerus (talk) 11:03, 23 February 2020 (UTC)
- @Jo-Jo Eumerus: it boosts the search results of pages with the templates listed DannyS712 (talk) 11:08, 23 February 2020 (UTC)
- Ooh, that's a cool feature which I didn't know about either. Found the syntax documentation at MediaWiki:Cirrussearch-boost-templates/qqx. the wub "?!" 11:57, 23 February 2020 (UTC)
- In general, you can usually find documentation for MediaWiki messages by clicking the edit or view source tab, and then "translatewiki.net" in a message at the top. It's unusual that the /qqx page displays documentation. It merely shows the default uncustomized MediaWiki message which happens to contain documentation here. PrimeHunter (talk) 12:32, 23 February 2020 (UTC)
- So, for example, putting
Template:BLP unsourced|0%
would cause any page transcluding {{BLP unsourced}} to disappear from Cirrus Search? I am just asking to understand how that works (I don't think hiding it from the internal search would be a good move). Jo-Jo Eumerus (talk) 16:55, 23 February 2020 (UTC)- 0% does not remove a page but just places it after everything else. For example, Sukhi Turner has {{BLP unsourced}} so the article is last on page 2 of currently 33 results on "Sukhi Turner" boost-templates:"Template:BLP unsourced|0%". It's also last with 33% but moves to second-last with 34%. It's first on a normal search "Sukhi Turner". See more at mw:Help:CirrusSearch#Boost-templates. PrimeHunter (talk) 17:29, 23 February 2020 (UTC)
- This only applies to actual searches. I assume the "Go" feature of the search box would still go directly to the article if the exact title is entered. PrimeHunter (talk) 17:36, 23 February 2020 (UTC)
- You can see an example of it working at commons:MediaWiki:Cirrussearch-boost-templates. I think the original idea was also to make porn be de-ranked in the search results list, but as you could imagine, that's unlikely to happen. Bawolff (talk) 03:03, 25 February 2020 (UTC)
- So, for example, putting
- In general, you can usually find documentation for MediaWiki messages by clicking the edit or view source tab, and then "translatewiki.net" in a message at the top. It's unusual that the /qqx page displays documentation. It merely shows the default uncustomized MediaWiki message which happens to contain documentation here. PrimeHunter (talk) 12:32, 23 February 2020 (UTC)
- Ooh, that's a cool feature which I didn't know about either. Found the syntax documentation at MediaWiki:Cirrussearch-boost-templates/qqx. the wub "?!" 11:57, 23 February 2020 (UTC)
2FA problem
I urgently need 2FA disabled because my mobile device has failed and been replaced and the scratch codes I have written down, don't work. I'm assuming they are from a previous iteration.
Can anyone tell me how to get this done please? Guy (help!) 20:58, 23 February 2020 (UTC)
- @JzG: phab:T245956 please send an email to ca@wikimedia.org from your registered email address to confirm ownership. DannyS712 (talk) 21:11, 23 February 2020 (UTC)
- JzG, quoting WP:2FA:
If you are totally locked out, regaining access to your account will be very difficult and usually involve proving your identity beyond the shadow of a doubt to one of the developers via the Phabricator system who may or may not decide to manually disable 2FA in the database directly. If you cannot satisfy these requirements or the developers deny your request, it is impossible to turn 2FA off and you'll have to create a new account.
Since you're still in control of your account and presumably the email associated with your account it probably won't be too much trouble proving you are you. ‑‑Trialpears (talk) 21:11, 23 February 2020 (UTC)- Trialpears, Hence the message while I wasn't. All fixed now. Guy (help!) 22:03, 23 February 2020 (UTC)
Bizarre text on external tools article stats pages
Have a look, e.g., at Weegee's stats page. Right at the bottom—literally the last thing before your taskbar—is some text in tiny font. It is completely irrelevant to the page itself and reads as if people are having a conversation on it. Oh, and it's randomized too. ——SN54129 15:10, 24 February 2020 (UTC)
- Serial Number 54129, it looks like it's pulling from some kind of a "funny quotes" list. Also, it looks like it appears everywhere that xtools theme is used - even on the main xtools page. creffpublic a creffett franchise (talk to the boss) 15:25, 24 February 2020 (UTC)
- That's quite funny I guess. Bizarre is the word; I wonder how long it's been doing it ;) cheers for the info Creffett ——SN54129 15:28, 24 February 2020 (UTC)
- Serial Number 54129, https://github.com/x-tools/xtools/blob/master/config/quote.yml has the full list. It looks like some history got lost, but the relevant files have been in the repo since at least 2019. creffpublic a creffett franchise (talk to the boss) 15:30, 24 February 2020 (UTC)
You can PM me if you want, and I can ignore you if I want
...might make that my wikimotto :) ——SN54129 15:35, 24 February 2020 (UTC)- Yes, all fun and games. The quotes originate from meta:IRC/Quotes and the old Bugzilla bug tracker (hence the technical jargon). There was once a dedicated tool, which technically still works, it just isn't discoverable. We decided it wasn't worthy of having it's own tab in XTools, so instead of throwing it away we went with this subtle way of showing the quotes. It has been at the bottom of every page since the "new" version was deployed in 2017. — MusikAnimal talk 17:49, 24 February 2020 (UTC)
- Serial Number 54129, https://github.com/x-tools/xtools/blob/master/config/quote.yml has the full list. It looks like some history got lost, but the relevant files have been in the repo since at least 2019. creffpublic a creffett franchise (talk to the boss) 15:30, 24 February 2020 (UTC)
- That's quite funny I guess. Bizarre is the word; I wonder how long it's been doing it ;) cheers for the info Creffett ——SN54129 15:28, 24 February 2020 (UTC)
Can not find duplication error
On the German Shepherd page there is a duplication {{short description}} error. I searched the article for a possible second posting of the template, found none. Hopefully someone here can figure this out. - FlightTime (open channel) 17:06, 24 February 2020 (UTC)
- The infobox template ({{Infobox dog breed}}) sets the short description. — Jts1882 | talk 17:20, 24 February 2020 (UTC)
- Yes, and it's done it for over a year now. --Redrose64 🌹 (talk) 20:27, 24 February 2020 (UTC)
- As a general question, is it a good idea for infoboxes and taxoboxes to determine the short description? — Jts1882 | talk 21:04, 24 February 2020 (UTC)
- I'd say no, on grounds of the principle of least surprise - I think the average editor would only expect the short desc to be modified by an explicit {{short description}} template, not by an infobox. creffpublic a creffett franchise (talk to the boss) 21:20, 24 February 2020 (UTC)
- I'm a big fan or short descriptions through templates since it's the best way to automatically generate large quantities of short descriptions easily. There is also possible generate descriptions using a bot like is done with PearBOT 5 but that has several disadvantages, mainly that only one editor can modify the code and that doesn't apply retroactively. I can also say that the bot route is also a lot more time consuming since the accuracy has to be so extremely high while templated uses can be fixed later. There are problems and this situation can be potentially confusing, but the solution is not to remove the hundreds of thousands of descriptions from templates, it is to improve how tools like shortdesc helper handle multiple short descriptions and template generated short descriptions to avoid confusion. ‑‑Trialpears (talk) 22:56, 24 February 2020 (UTC)
- One that came up on my watchlist recently was
{{Infobox UK place}}
, which has been modified to provide an automatic shortdesc, discussion is at Template talk:Infobox UK place#Short description. @UnitedStatesian, Jonesey95, and Hike395: it did occur to me to enquire what would happen about those articles using{{Infobox UK place}}
that already had a shortdesc. --Redrose64 🌹 (talk) 23:57, 24 February 2020 (UTC)- Answering the questions in reverse order: As I attempted to explain at Template talk:Infobox UK place#Short description, when the "noreplace" option is present in a template's {{short description}} transclusion, it means
let a short description template in the article override the infobox's description
. That means that if you put a short description in an article that already has one set by the infobox, the one in the article will be shown to readers. The short description in the infobox is applied by default if a better one is not present locally in the article. - As for German Shepherd, I don't see a duplicate short description, and I don't see a recent change to the article or to {{Infobox dog breed}} that would explain the error that FlightTime reports. Maybe another editor can puzzle out that one. FlightTime, perhaps try a purge or a null edit? – Jonesey95 (talk) 03:10, 25 February 2020 (UTC)
- @Jonesey95: Cleared my cache, made a null edit, then took this sreenshot - FlightTime (open channel) 03:40, 25 February 2020 (UTC)
- Just guessing here: That looks like the desktop view, so I suspect that you have some script or gadget turned on that shows short descriptions, and that maybe you have two such scripts or the one you have doesn't work quite right. Did you follow these instructions to get the short description to show? If not, try that, and disable any other script you are using. All of that said, I remember seeing duplicate (and identical) short descriptions, without an error message, for a short period a while ago. It was not a problem in articles or in my configuration, and it went away by itself. – Jonesey95 (talk) 04:53, 25 February 2020 (UTC)
- That is from this line
.shortdescription { display:block !important; }
in your common.css file. Since simple css can't determine which short description is actually being used it just displays both. Mobile readers only see one. ‑‑Trialpears (talk) 06:01, 25 February 2020 (UTC)- @Trialpears: You're correct, I deactivated that line and it fixed the issue (it also removed the description altogether, which is Ok I really don't need those anyway. I only added that line cuz I thought I'd help with adding them to articles). I want to thank everyone for their time and help, I kinda feel like someone who "cried wolf", but I guess that's what "community" is all about. Cheer to all and thanx again, - FlightTime (open channel) 15:30, 25 February 2020 (UTC)
- That is right. I have the same code in my css. Sometimes it is useful to see what all the other short descriptions are that may be lurking unseen. One from an infobox and one from a local template is fine as long as it is overridden. Cheers, · · · Peter Southwood (talk): 16:00, 25 February 2020 (UTC)
- @Trialpears: You're correct, I deactivated that line and it fixed the issue (it also removed the description altogether, which is Ok I really don't need those anyway. I only added that line cuz I thought I'd help with adding them to articles). I want to thank everyone for their time and help, I kinda feel like someone who "cried wolf", but I guess that's what "community" is all about. Cheer to all and thanx again, - FlightTime (open channel) 15:30, 25 February 2020 (UTC)
- That is from this line
- Just guessing here: That looks like the desktop view, so I suspect that you have some script or gadget turned on that shows short descriptions, and that maybe you have two such scripts or the one you have doesn't work quite right. Did you follow these instructions to get the short description to show? If not, try that, and disable any other script you are using. All of that said, I remember seeing duplicate (and identical) short descriptions, without an error message, for a short period a while ago. It was not a problem in articles or in my configuration, and it went away by itself. – Jonesey95 (talk) 04:53, 25 February 2020 (UTC)
- @Jonesey95: Cleared my cache, made a null edit, then took this sreenshot - FlightTime (open channel) 03:40, 25 February 2020 (UTC)
- Answering the questions in reverse order: As I attempted to explain at Template talk:Infobox UK place#Short description, when the "noreplace" option is present in a template's {{short description}} transclusion, it means
- One that came up on my watchlist recently was
- I'm a big fan or short descriptions through templates since it's the best way to automatically generate large quantities of short descriptions easily. There is also possible generate descriptions using a bot like is done with PearBOT 5 but that has several disadvantages, mainly that only one editor can modify the code and that doesn't apply retroactively. I can also say that the bot route is also a lot more time consuming since the accuracy has to be so extremely high while templated uses can be fixed later. There are problems and this situation can be potentially confusing, but the solution is not to remove the hundreds of thousands of descriptions from templates, it is to improve how tools like shortdesc helper handle multiple short descriptions and template generated short descriptions to avoid confusion. ‑‑Trialpears (talk) 22:56, 24 February 2020 (UTC)
- I'd say no, on grounds of the principle of least surprise - I think the average editor would only expect the short desc to be modified by an explicit {{short description}} template, not by an infobox. creffpublic a creffett franchise (talk to the boss) 21:20, 24 February 2020 (UTC)
- As a general question, is it a good idea for infoboxes and taxoboxes to determine the short description? — Jts1882 | talk 21:04, 24 February 2020 (UTC)
Tools broken
The tools bar in the left hand pane of my browser usually displays 12-15 options - this afternoon most of those have disappeared, and now it only diaplsys 6. Any idea what has happened? Is it a wider issue or a problem with the script? GiantSnowman 18:10, 24 February 2020 (UTC)
- It's that script. Ohconfucius edited it today [4] and accidentally removed the ending apostrophe at the last change. PrimeHunter (talk) 19:52, 24 February 2020 (UTC)
- Many thanks. Found and fixed the glitch. -- Ohc ¡digame! 20:02, 24 February 2020 (UTC)
- @PrimeHunter and Ohconfucius: now working again, many thanks. GiantSnowman 20:05, 24 February 2020 (UTC)
- Many thanks. Found and fixed the glitch. -- Ohc ¡digame! 20:02, 24 February 2020 (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.
Changes later this week
- The new version of MediaWiki will be on test wikis and MediaWiki.org from 25 February. It will be on non-Wikipedia wikis and some Wikipedias from 26 February. It will be on all wikis from 27 February (calendar).
Future changes
- There will be a reply button after each post on a talk page if you want one. This will soon be a beta feature on the Arabic, French, Dutch and Hungarian Wikipedias. You will have to turn it on if you want to use it. It will come to more wikis later. You can test the reply button. It was briefly shown earlier than planned by mistake on the four first wikis last week.
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
20:59, 24 February 2020 (UTC)
Rate limit
I'm trying to develop a tool similar to Twinkle's unlink but for replacing links and I seem to be encountering a rate limit and I'm getting the message As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit. Please try again in a few minutes.
What exactly is the rate limit (practically for extended confirmed users and rollbackers)?– BrandonXLF (talk) 23:46, 24 February 2020 (UTC)
- Your quote is MediaWiki:Actionthrottledtext. mw:Manual:$wgRateLimits says the MediaWiki default rate limit for edits is 90 edits in 60 seconds for autoconfirmed users. https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php sets the same default for Wikimedia wikis and doesn't change it for enwiki. Special:ListGroupRights does not give
noratelimit
to extended confirmed users or rollbackers, so I think 90 edits in 60 seconds should apply to you unless you are hitting an edit filter throttle. Are you getting the message here at enwiki? I didn't find many rapid edits in your recent contributions. PrimeHunter (talk) 00:52, 25 February 2020 (UTC)- Also you can see the limits that apply to you using the API's meta=userinfo module, like this. Anomie⚔ 01:55, 25 February 2020 (UTC)
- @PrimeHunter: Yeah I'm doing it here on the enwiki. I'm doing blank edits as a test for now because I don't want it to stop editing halfway through. I tried editing at 90 edits/minute and I'm still getting the error. It seems to allow me to do 30 edits than it shows the error 30 times than it resets, when editing at a rate of 1 edit/second. Which would make it seem like the rate limit is 30 edits/minute, but I don't see how that would apply to edits looking through InitialiseSettings.php and now [5]– BrandonXLF (talk) 02:00, 25 February 2020 (UTC)
- Just realized my empty edits were linkpurges, which have the 30/60 limit :/. 90/60 seems to be working. – BrandonXLF (talk) 02:44, 25 February 2020 (UTC)
- @PrimeHunter: Yeah I'm doing it here on the enwiki. I'm doing blank edits as a test for now because I don't want it to stop editing halfway through. I tried editing at 90 edits/minute and I'm still getting the error. It seems to allow me to do 30 edits than it shows the error 30 times than it resets, when editing at a rate of 1 edit/second. Which would make it seem like the rate limit is 30 edits/minute, but I don't see how that would apply to edits looking through InitialiseSettings.php and now [5]– BrandonXLF (talk) 02:00, 25 February 2020 (UTC)
- Also you can see the limits that apply to you using the API's meta=userinfo module, like this. Anomie⚔ 01:55, 25 February 2020 (UTC)
Appearance files
Hello!
Can you adjust your settings so that files at file pages and at Special:ListFiles/USER has a transparent background instead of white? With transparent I mean the dark gray/light gray checkerboard which are seen when looking at files in WP:Media Viewer.Jonteemil (talk) 10:05, 25 February 2020 (UTC)
- @Jonteemil: "Transparent background" means the image itself is defined as transparent so the background is determined by something else and not by the image. The checkerboard is a way to indicate that an image is transparent. If transparent images are displayed with a white background then it's hard to tell whether it's the image itself which has a white background. The checkerboard is only seen for transparent images, e.g. File:Adidas Logo.svg#/media/File:Adidas Logo.svg. If I hover over the image on the file page File:Adidas Logo.svg then I also get the checkerboard there. I get it permanently on commons:File:Adidas Logo.svg. commons:MediaWiki:Common.css has this:
/* Put a checker background at the image description page only visible if the image has transparent background */ /* You may want to clear the gallery background for the main namespace on other projects as galleries are used in articles */ #file img, .filehistory a img, .gallerybox .thumb img, .com-checker img{ background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }
- It includes places you didn't request. You can add Special:Listfiles by including
.mw-special-Listfiles img,
in the list: .mw-special-Listfiles img, #file img, .filehistory a img, .gallerybox .thumb img, .com-checker img{ background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }
- Place the code in your CSS. PrimeHunter (talk) 12:35, 26 February 2020 (UTC)
- @PrimeHunter: Thanks!Jonteemil (talk) 12:40, 26 February 2020 (UTC)
- @PrimeHunter: Can you do it globally on all language versions of Wikipedias btw? Like adding something to m:User:Jonteemil/global.css? Jonteemil (talk) 20:09, 26 February 2020 (UTC)
- @Jonteemil: That should work fine. Your global css applies to all Wikimedia wikis, not just Wikipedia languages. PrimeHunter (talk) 21:19, 26 February 2020 (UTC)
- Yeah, I know. I think Wikipedia is the only Wiki I use that have file pages so it shouldn't be a problem elsewhere. Thanks.Jonteemil (talk) 21:21, 26 February 2020 (UTC)
- Commons has a few... They already have the CSS for file pages but not for commons:Special:ListFiles/Jonteemil. PrimeHunter (talk) 21:48, 26 February 2020 (UTC)
- Yeah, I know. I think Wikipedia is the only Wiki I use that have file pages so it shouldn't be a problem elsewhere. Thanks.Jonteemil (talk) 21:21, 26 February 2020 (UTC)
- @Jonteemil: That should work fine. Your global css applies to all Wikimedia wikis, not just Wikipedia languages. PrimeHunter (talk) 21:19, 26 February 2020 (UTC)
- @PrimeHunter: Can you do it globally on all language versions of Wikipedias btw? Like adding something to m:User:Jonteemil/global.css? Jonteemil (talk) 20:09, 26 February 2020 (UTC)
- @PrimeHunter: Thanks!Jonteemil (talk) 12:40, 26 February 2020 (UTC)
As of
Can anyone tell me why we need {{As of}}? It's highly used, and adds articles to Category:Articles containing potentially dated statements, but does anyone ever refer to that? It currently has 59,682 members, some (like this one) being, contrary to its usage instructions, in the future, and others, (example), also against those instructions, historic. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 12:25, 25 February 2020 (UTC)
- I certainly have used it for statements that refer to a specific time period and need periodic updating. Jo-Jo Eumerus (talk) 16:45, 25 February 2020 (UTC)
- I don't monitor the category pages but I have "Show hidden categories" at Special:Preferences#mw-prefsection-rendering and sometimes make an update after noticing an old as of category on an article of interest. PrimeHunter (talk) 22:49, 25 February 2020 (UTC)
Has there been an uptick in hacking attempts on accounts?
I just got a notice that someone try and failed to login my account multiple times. Just wondering if I'm alone in this, or if it's more widespread. Headbomb {t · c · p · b} 19:30, 25 February 2020 (UTC)
- @Headbomb: I haven't noticed anything on my end for the time being. Amaury • 19:38, 25 February 2020 (UTC)
- https://grafana.wikimedia.org/d/000000385/loginnotify?orgId=1&refresh=10s&from=now-30d&to=now suggests no (The green line is the number of notices for failed logins). Bawolff (talk) 19:52, 25 February 2020 (UTC)
- Guess someone had it for me. Good thing it didn't work! Headbomb {t · c · p · b} 20:59, 25 February 2020 (UTC)
- Yup, still getting targeted. Headbomb {t · c · p · b} 21:19, 25 February 2020 (UTC)
- 5 in 3 days here. Leaky caldron (talk) 21:23, 25 February 2020 (UTC)
- (edit conflict) @Headbomb: What bridge did you burn? Amaury • 21:24, 25 February 2020 (UTC)
- Yeah, doesn't look like anything above the normal background noise of the usual suspects trying to cause havoc. Not much that can be done about it other than making sure you have a strong password, WP:2FA, and have an email set. --AntiCompositeNumber (talk) 21:28, 25 February 2020 (UTC)
- I do have a strong password, but I suppose it's time to have 2FA. Hopefully it's not too annoying if you use 2-3 devices. Headbomb {t · c · p · b} 21:33, 25 February 2020 (UTC)
- One suspect is the blocked sock who made an appearance at AC Kudpung. Leaky caldron (talk) 10:58, 26 February 2020 (UTC)
- I do have a strong password, but I suppose it's time to have 2FA. Hopefully it's not too annoying if you use 2-3 devices. Headbomb {t · c · p · b} 21:33, 25 February 2020 (UTC)
- Yup, still getting targeted. Headbomb {t · c · p · b} 21:19, 25 February 2020 (UTC)
- Guess someone had it for me. Good thing it didn't work! Headbomb {t · c · p · b} 20:59, 25 February 2020 (UTC)
- https://grafana.wikimedia.org/d/000000385/loginnotify?orgId=1&refresh=10s&from=now-30d&to=now suggests no (The green line is the number of notices for failed logins). Bawolff (talk) 19:52, 25 February 2020 (UTC)
Problems using the wikipedia dump bz2 file
Hi, I just downloaded enwiki-20200201-pages-articles-multistream.xml.bz2 .
I tried to open it with wikidumpparser. It crashed on the first line, saying "System.Xml.XmlException: 'Unexpected end of file has occurred. The following elements are not closed: mediawiki. Line 45, position 1.'" I extracted the xml file. Too big for notepad++. I tried using firstobject xml editor, which I have used to open xml files larger than a few Gigabites before. Firstobject xml editor just closed without any error message when I tried to open the xml.
I would prefer to open it in .net, but any language will do. I just want a program to be able to look up many articles, and I thought a local file would be better than many calls to the online wikipedia. Perhaps I was wrong. Do you have any suggestions? Is there something wrong with the dump? Is it a newer format? Do you have any suggestions on how to access it at all or alternatively for accessing the online wikipedia often in the best way?
I have used a few .net libraries some years ago, but as I read the documentation, nowadays I need permission, and probably special permission if I want to make many calls. So I thought the dump might be an alternative, not to disturb anyone too much.
I recently realized that wictonary may be more appropriate for my needs . I had similar problems with the dumps. Star Lord - 星爵 (talk) 22:15, 25 February 2020 (UTC)
- Star Lord - 星爵, how many is "many articles"? A thousand a day? A thousand an hour? A thousand a minute? Whatamidoing (WMF) (talk) 02:26, 26 February 2020 (UTC)
- At this point in time, I cannot tell how many it will be eventually, Whatamidoing (WMF). It may be years before it needs any amounts at all. I am investigating possibilities for the future. I shall ask again when I can give you reliable numbers. However, I have now had a look at "https://en.wiktionary.org/w/api.php?" and it looks like this will serve me well initially. Initially, there will only be a few lookups for basic definitions. I read somewhere that there seems to be a limit for these calls. 500 calls a day standard and 5000 for bots. Are these reliable numbers? Would I need to register a bot somewhere when ( and if ) the numbers approach 500 a day, do you know? Star Lord - 星爵 (talk) 07:10, 26 February 2020 (UTC)
- There is not (yet) a limit on number of API calls per day. However, mw:API:Etiquette encourages making requests serially rather than in parallel and using a user agent that identifies your code and indicates a way to contact you in case you wind up doing something that negatively impacts the sites. Anomie⚔ 13:09, 26 February 2020 (UTC)
- Thank you! Star Lord - 星爵 (talk) 17:05, 26 February 2020 (UTC)
- There is not (yet) a limit on number of API calls per day. However, mw:API:Etiquette encourages making requests serially rather than in parallel and using a user agent that identifies your code and indicates a way to contact you in case you wind up doing something that negatively impacts the sites. Anomie⚔ 13:09, 26 February 2020 (UTC)
- At this point in time, I cannot tell how many it will be eventually, Whatamidoing (WMF). It may be years before it needs any amounts at all. I am investigating possibilities for the future. I shall ask again when I can give you reliable numbers. However, I have now had a look at "https://en.wiktionary.org/w/api.php?" and it looks like this will serve me well initially. Initially, there will only be a few lookups for basic definitions. I read somewhere that there seems to be a limit for these calls. 500 calls a day standard and 5000 for bots. Are these reliable numbers? Would I need to register a bot somewhere when ( and if ) the numbers approach 500 a day, do you know? Star Lord - 星爵 (talk) 07:10, 26 February 2020 (UTC)
Did you decompress the dump properly? That type of error message suggests to me the dump file was maybe truncated or not decompressed properly (just a guess though. I dont really know much about this). Bawolff (talk) 09:37, 26 February 2020 (UTC)
- Wikidumpparser, where that error occured, decompresses via GZipStream internally. Star Lord - 星爵 (talk) 17:05, 26 February 2020 (UTC)
- well given you are using a bzip2 dump not a gzip dump, maybe that's part of the problem. Bawolff (talk) 23:16, 26 February 2020 (UTC)
Assistance needed to make Help:Introduction more mobile-friendly
As part of an effort to make it ready for use as the main introduction page for new users (see proposal here), we are looking to improve the way Help:Introduction displays on mobile devices. Is anyone here skilled enough in mobile design to take on that task? Or is there anywhere else on WP we should go to ask? Your work would have a huge potential impact, assisting nearly every new editor to the project from here forward. Sdkb (talk) 04:30, 26 February 2020 (UTC)
- As far as I can see, Help:Introduction looks pretty good on mobile devices until I shrink my device screen and the two fixed columns of buttons start to overlap each other. Fixed columns in general are less compatible with mobile viewing than responsive columns. Ideally, the two columns should be responsive so that they show as one stacked column on screens of smaller width. – Jonesey95 (talk) 05:07, 26 February 2020 (UTC)
- Sdkb, i've moved it into templatestyles, which will make it easier to apply styling and to adapt the styling at different viewport sizes. —TheDJ (talk • contribs) 11:07, 26 February 2020 (UTC)
- @TheDJ and Jonesey95: thank you both! Are similar edits needed at {{Intro to}} (the template used in the tutorial modules), or is it in better shape than {{Intro to single}} (used for the main intro page) was? Sdkb (talk) 21:05, 26 February 2020 (UTC)
{{intro to single}}
should at least display reasonably well on mobile devices now with the two columns re-flowing to fit the screen size. {{{intro to}}
mainly needs to reflow the left-hand panel to appear above the text on narrow screens, and possibly on mobiles compress the vertical height of that panel (maybe the nomobile class within MediaWiki:Mobile.css would work?). T.Shafee(Evo&Evo)talk 00:44, 27 February 2020 (UTC)- @Sdkb: The Template:Intro_to/sandbox now works pretty well on mobiles (as well as making the window on a desktop narrow). Just watining for the sandbox version to be copied over to the main template. Thanks particularly to TheDJ for tips. T.Shafee(Evo&Evo)talk 07:18, 1 March 2020 (UTC)
- @Evolution and evolvability and TheDJ: Yes, I'm so glad to see it; thank you both for taking this on! I may make some tweaks in the next few days to try to improve the navigation, but the main thing left to do at this point seems to be convincing the community to implement the tutorial more widely. Sdkb (talk) 08:26, 1 March 2020 (UTC)
- @Sdkb: The Template:Intro_to/sandbox now works pretty well on mobiles (as well as making the window on a desktop narrow). Just watining for the sandbox version to be copied over to the main template. Thanks particularly to TheDJ for tips. T.Shafee(Evo&Evo)talk 07:18, 1 March 2020 (UTC)
- @TheDJ and Jonesey95: thank you both! Are similar edits needed at {{Intro to}} (the template used in the tutorial modules), or is it in better shape than {{Intro to single}} (used for the main intro page) was? Sdkb (talk) 21:05, 26 February 2020 (UTC)
Weird markup brokenness in AfD close
Something is amiss markup-wise in Wikipedia:Articles for deletion/Aridhu Aridhu. The blue background div that's supposed to cover the entire AfD text only extends down as far as the reference list, and the next few paragraphs are outside the box. I'm guessing some interaction with the {{reflist}} template, but I can't see what. -- RoySmith (talk) 13:13, 26 February 2020 (UTC)
- Never put a reflist inside a list. --Redrose64 🌹 (talk) 13:16, 26 February 2020 (UTC)
Additional interface for edit conflicts on talk pages
Sorry, for writing this text in English. If you could help to translate it, it would be appreciated.
You might know the new interface for edit conflicts (currently a beta feature). Now, Wikimedia Germany is designing an additional interface to solve edit conflicts on talk pages. This interface is shown to you when you write on a discussion page and another person writes a discussion post in the same line and saves it before you do. With this additional editing conflict interface you can adjust the order of the comments and edit your comment. We are inviting everyone to have a look at the planned feature. Let us know what you think on our central feedback page! -- For the Technical Wishes Team: Max Klemm (WMDE) 14:14, 26 February 2020 (UTC)
Effects of nofollow
Does anyone know whether the complaint in this edit summary has any basis in fact? I thought that nofollow
attributes had no effect on search engine optimization, but he thinks that it has a negative effect. WhatamIdoing (talk) 15:47, 26 February 2020 (UTC)
- Nofollow is an instruction to search engines to ignore, or not follow, the links that are tagged with it. How search engines interpret tat information can differ, is not usually made public, and wholly out of our control. https://support.google.com/webmasters/answer/96569?hl=en --AntiCompositeNumber (talk) 16:00, 26 February 2020 (UTC)
- In theory search engines are supposed to make the link not count in ranking pages or only count weakly. I have never heard of nofollow being interpreted negatively. Bawolff (talk) 23:19, 26 February 2020 (UTC)
WP:REFILL is down
Both versions. Gråbergs Gråa Sång (talk) 17:34, 26 February 2020 (UTC)
- Citation bot is down too! AManWithNoPlan (talk) 18:31, 26 February 2020 (UTC)
- Actually the entire tool server is down. AManWithNoPlan (talk) 18:33, 26 February 2020 (UTC)
- @Gråbergs Gråa Sång: It's been like that for days. I read somewhere earlier this month that there is a hardware issue that is supposed to be solved on the 26th (today). I don't remember where I read it though. I wouldn't be surprised if the estimated fix date was optimistic. davidwr/(talk)/(contribs) 18:34, 26 February 2020 (UTC)
- davidwr, thanks for the info. Gråbergs Gråa Sång (talk) 18:38, 26 February 2020 (UTC)
- it's still not working. Sheila1988 (talk) 20:10, 27 February 2020 (UTC)
- Worked just now, thanks to all involved, appreciate it. Caro7200 (talk) 16:26, 2 March 2020 (UTC)
- it's still not working. Sheila1988 (talk) 20:10, 27 February 2020 (UTC)
- davidwr, thanks for the info. Gråbergs Gråa Sång (talk) 18:38, 26 February 2020 (UTC)
Any collapsible box isn't functional when logged in.
What is going on? If I sign out I can use collapsible elements but when I'm signed in to my account, they do nothing when clicked. — Preceding unsigned comment added by Daemonspudguy (talk • contribs) 18:22, 26 February 2020 (UTC)
- Is it still happening? The green collapsible areas at the top of this page are working fine for me. There may be a bug in you Skin or other settings in your preferences or one of the gadgets or .js or other configuration files may have a bug or be triggering a bug. If your web browser or operating system recently updated, that could also play a role, but I would look at other things first. Do you have the same issue on other projects, such as the Commons? Standard IT advice which is almost certainty overkill if the problem is with your computer but probably useless if it's not: Reboot the computer and try again. If that doesn't work, try again using a different web browser or different computer, or at least clear all caches, "cookies," and other data from your web browser. davidwr/(talk)/(contribs) 18:31, 26 February 2020 (UTC)
- @Daemonspudguy: If it works with safemode=1 then try removing
importScript("User:Thespaceface/MetricFirstAmericanSpelling.js");
in User:Daemonspudguy/common.js. PrimeHunter (talk) 22:12, 26 February 2020 (UTC)
- @Daemonspudguy: If it works with safemode=1 then try removing
Mobile version of main page on nds-nl.wikipedia
Hi there. Can anyone tell me if it's possible to make the section "Wikipedia" (in the right-hand column) appear before the section "Wat is neadersassisk?" (in the left-hand column) on the mobile version of the nds-nl.wiki, without changing the order of the content on the desktop version? Servien (talk) 19:36, 26 February 2020 (UTC)
- Servien, no, because you have two columns in two separate divs. If you want this, the content of both columns needs to be in a single parent div, so that you can use the CSS order property to change the order of the siblings. The meta main page uses something like this (though it keeps strict row divs, but theoretically those can be removed with a little bit more flex box magic). —TheDJ (talk • contribs) 10:56, 27 February 2020 (UTC)
- Thanks for your response, TheDJ. I'm managed to localise the current design for the Dutch Low Saxon main page, but I'm not that familiar with CSS programming. If it doesn't take much time of your time, are you by chance willing/able to look into this? (If not that's fine too, we've got the basics covered, it would just be a nice detail). Servien (talk) 15:30, 29 February 2020 (UTC)
Is there a tool, that can search a path through categories, to find a way how an article falls into some category?
I mean, if there is this category hierarchy:
- Category A
- Category B
- Category C
- Category D
- Category E
- Category F
- Article
- Category F
- Category E
- Category D
- Category C
- Category B
is there a tool that accepts input "Category A" and "Article" and can find this path? MBH (talk) 05:58, 27 February 2020 (UTC)
- Seems like "get list of categories for a given target page" is the fundamental feature:
- en.wikipedia.org/w/api.php?action=query&prop=categories&titles=Article
- Run recursively, one can build a full geneological tree from the original target all the way up to Category:Contents (or stopping when a certain category of interest is detected). One detail of concern is that there could be several paths (articles in a non-diffused cat, when asked for any cat at that or a higher level; articles described by several different pools of "topic X by Y" diffused cats), and also intentional or unintentional cycles. Depending on how many steps there are in the chain, what you're hoping is a directed tree may be some other sort of directed graph. DMacks (talk) 06:15, 27 February 2020 (UTC)
- The fact is that several years ago I created a tool for this task, https://tools.wmflabs.org/mbh/cpf.cgi (yes, it works recursively through API, as you described). I am thinking about i18-ise it and announce in enwiki, but first decided to find out, whether such a tool already exists (maybe I reinvent the wheel?). It already can work on enwiki, I mean interface i18n. MBH (talk) 06:43, 27 February 2020 (UTC)
- Neat! Now all you have to do is compare the full trees (back to Category:Contents) of two articles to find their category-geneological relationship. It's like a generalized alternative to Wikipedia:Wikington Crescent. DMacks (talk) 09:38, 27 February 2020 (UTC)
- Is {{Category tree}} any use? see example below.
Click on "►" below to display subcategories: |
---|
- X201 (talk) 10:09, 27 February 2020 (UTC)
{{category tree all|Category|mode=parents}}
looks like a nice expandable upward tree, but this (as with the other {{category tree}} variants only operate on cats not articles as the starting point. DMacks (talk) 10:28, 27 February 2020 (UTC)
- Sadly, this is an uglier problem than it seems. It's not the mechanics of traversing the category graph, it's that the graph itself is a mess. As mentioned above, there's cycles. There's also just plain old bogus data, i.e. people who have added incorrect categories to articles or incorrect sub-category links. I once tried to attack this from the other direction: I wanted to find all articles that were recursively a member of Category:Music. I beat my head against the wall for days. Or was it weeks? Seems simple, right? Perform either a depth or breadth first traversal of a tree, and keep going until you've reached all the terminal nodes. Except that there's cycles. So, you add in cycle detection. And ignore hidden categories. As I remember, it was reasonably well behaved for about the first 12 or 13 plies, with fewer and fewer new nodes being discovered in each iteration. Then it started to diverge again, discovering gazillions of pages that weren't remotely related to music. I'm not saying don't do this, just be aware that you may run into similar problems. -- RoySmith (talk) 14:37, 28 February 2020 (UTC)
- RoySmith My tool is searching up from article, not down from category, because splitting at each step is many times less. Moreover, looks like ruwiki's category tree is much, much, much better structurised and cleaned from cycles, than enwiki's. In ruwiki, when an extraneous article falls into "New articles in Category:XYZ" botlist, my tool usually finds category path, composed of 10-15 categories. In enwiki, I tried to find a pretty strange path, for example between "Harry Potter" and "Category:Classical antiquity". and... found it composed of 236 categories, including such categories as "Computational neuroscience", "International Commission on Stratigraphy geologic time scale of Earth" and "Mammals"! See https://tools.wmflabs.org/mbh/cpf.cgi?lang=en.wikipedia&uppercat=Classical+antiquity&page=Harry+Potter . I have never seen anything like this in ruwiki. If enwiki's category tree is such a mess, I think, any category navigation tools will be not useful here. MBH (talk) 17:44, 28 February 2020 (UTC)
- That. Is. Awesome. But I don’t see Kevin Bacon in there anywhere. 04:00, 29 February 2020 (UTC)
- RoySmith My tool is searching up from article, not down from category, because splitting at each step is many times less. Moreover, looks like ruwiki's category tree is much, much, much better structurised and cleaned from cycles, than enwiki's. In ruwiki, when an extraneous article falls into "New articles in Category:XYZ" botlist, my tool usually finds category path, composed of 10-15 categories. In enwiki, I tried to find a pretty strange path, for example between "Harry Potter" and "Category:Classical antiquity". and... found it composed of 236 categories, including such categories as "Computational neuroscience", "International Commission on Stratigraphy geologic time scale of Earth" and "Mammals"! See https://tools.wmflabs.org/mbh/cpf.cgi?lang=en.wikipedia&uppercat=Classical+antiquity&page=Harry+Potter . I have never seen anything like this in ruwiki. If enwiki's category tree is such a mess, I think, any category navigation tools will be not useful here. MBH (talk) 17:44, 28 February 2020 (UTC)
I came here to ask this same question after running a PetScan search of Category:People + subcats and coming up with false positives like the article A. I searched Category:Deaths by millennium and related + subcats, and came up with false positives like Iraqi National Congress. So is there any tool that will tell me the pathway between, say, Category:People and the article A? Levivich [dubious – discuss] 03:49, 3 March 2020 (UTC)
- Does the tool mentioned above give what you want: https://tools.wmflabs.org/mbh/cpf.cgi?lang=en.wikipedia&uppercat=People&page=A? — Jts1882 | talk 08:16, 3 March 2020 (UTC)
- Well, that finds a path, but not the shortest path. PetScan says it can do it in 7 steps. The shortest I have found so far is 14:
- Within that chain, the step from people to non-people is Students > Educational stages. This happens because Students is both a WP:topic category and a set category.
- Another thing that happens is that non-person topics are included when you get down to eponymous categories, e.g. George W. Bush:
- That's also longer than 10 steps, but you get the idea. – Fayenatic London 21:39, 3 March 2020 (UTC)
- Thank you both! Yes, that tool answers my question/shows a path (if not the shortest path). Levivich [dubious – discuss] 22:22, 3 March 2020 (UTC)
A bit of Python and regex experience
--qedk (t 桜 c) 16:59, 27 February 2020 (UTC)
Here's the regex: ({{\s*(csd|speedy|cat|dab|(dis)?ambig|db|pec|possibly empty category|empty\s?cat)|with no backlinks\s*]])
(used in conjunction with re.IGNORECASE)
Here's the culprit:Special:Diff/942899385
Here's a demo: Demo
Any clue what went amiss? --qedk (t 桜 c) 16:14, 27 February 2020 (UTC)
- QEDK, Remind us what you're trying to do? --AntiCompositeNumber (talk) 16:27, 27 February 2020 (UTC)
- @AntiCompositeNumber: Match templates my bot should skip, such as
{{Pec}}
, deletion templates, and so on (the false positive here being the{{empty cat}}
template). See the tagging sub-point at the BRFA: WP:Bots/Requests for approval/QEDKbot. --qedk (t 桜 c) 16:29, 27 February 2020 (UTC)- QEDK, are you using
re.match()
,re.search()
, or something else? --AntiCompositeNumber (talk) 16:36, 27 February 2020 (UTC)- First, re.compile with the IGNORECASE flag, then calling the compiled regex with re.match(). --qedk (t 桜 c) 16:39, 27 February 2020 (UTC)
- QEDK, There's your problem.
re.match()
only matches when the regex matches the start of the string. The category page starts with{{Tracking category}}
, which doesn't match the regex. Usere.search()
instead. --AntiCompositeNumber (talk) 16:47, 27 February 2020 (UTC)- @AntiCompositeNumber: Thank you, yet again you've made me feel absolutely stupid for not reading the documentation properly but honestly, thanks a ton! --qedk (t 桜 c) 16:59, 27 February 2020 (UTC)
- Hey, I only know why it didn't work because I've made the same mistake before. --AntiCompositeNumber (talk) 17:01, 27 February 2020 (UTC)
- @AntiCompositeNumber: Thank you, yet again you've made me feel absolutely stupid for not reading the documentation properly but honestly, thanks a ton! --qedk (t 桜 c) 16:59, 27 February 2020 (UTC)
- QEDK, There's your problem.
- First, re.compile with the IGNORECASE flag, then calling the compiled regex with re.match(). --qedk (t 桜 c) 16:39, 27 February 2020 (UTC)
- QEDK, are you using
- @AntiCompositeNumber: Match templates my bot should skip, such as
- (edit conflict)
- Why the terminal
]]
? Isn't your regex supposed to be looking for a whole template so should begin with\{\{
and end with\}\}
? Because you are using a real language (python) simplify the regex into multiple regexes and and use python to test each one separately. I have found that to be much more understandable and reliable than complex regex alone. - What is
with no backlinks
? It isn't a template so what is is? - —Trappist the monk (talk) 16:32, 27 February 2020 (UTC)
- @Trappist the monk: That's the second capture group for the category this bot adds: Category:Empty categories with no backlinks. --qedk (t 桜 c) 16:35, 27 February 2020 (UTC)
- I'm going to answer your question by not answering it. Regexes are cool. I love them. I'm a regex jedi. But, they're the wrong tool for this. If you're using Python, you should be using MWParserFromHell to parse wikitext. There's just no excuse not to. -- RoySmith (talk) 14:20, 28 February 2020 (UTC)
- A shoutout to [6] seems to be in order, if only by analogy. —Cryptic 15:57, 28 February 2020 (UTC)
- I'd never seen that before. Cute, but I don't think the author quite makes the point emphatically enough. BTW, for anybody who thinks they can parse wikitext with regexes, consider adding
<nowiki>
and</nowiki>
tags randomly to a page and see how any regex-based tool survives. -- RoySmith (talk) 16:10, 28 February 2020 (UTC)- Wikitext just isn't designed to be parsed. There's no way around it. For checking for page-level skip templates and categories, I'd suggest using API calls/DB queries to get the list of categories and templates on the page. This method is more reliable since it's wikitext-independent: if I use an uncommon redirect you didn't think about before or put the category in a different template, the bot still works as expected. --AntiCompositeNumber (talk) 04:27, 3 March 2020 (UTC)
- I'd never seen that before. Cute, but I don't think the author quite makes the point emphatically enough. BTW, for anybody who thinks they can parse wikitext with regexes, consider adding
- A shoutout to [6] seems to be in order, if only by analogy. —Cryptic 15:57, 28 February 2020 (UTC)
Closing tag issue at an AFD
At Wikipedia:Articles for deletion/Shahra Razavi the green box does appear to stop at a {{reflist}} template rather than the actual footer. Jo-Jo Eumerus (talk) 17:30, 27 February 2020 (UTC)
- Fixed An editor put a colon in front of {{reflist}} which can cause issues. Also, the editor should have used {{reflist talk}}. Fix. davidwr/(talk)/(contribs) 17:36, 27 February 2020 (UTC)
- This is exactly the same issue as #Weird markup brokenness in AfD close above. --Redrose64 🌹 (talk) 20:24, 27 February 2020 (UTC)
Table formatting anomaly
Issue appears at List of Warped Tour lineups by year, and displays in multiple browsers.
On a line by itself, at the left margin and directly beneath the horizontal Compact ToC, is a stray parameter:
align="center"|
I cannot determine where this is coming from in the code. It is quite distracting. Any help will be much appreciated. Thanks! NedFausa (talk) 06:45, 28 February 2020 (UTC)
- @NedFausa: There was some misplace CSS styling in the "36 Crazyfists" row. I've commented it out temporarily, but you should check that the appropriate columns are ticked and if so delete the commented code. — Jts1882 | talk 08:24, 28 February 2020 (UTC)
- @Jts1882: thank you! The page looks much better now, and the checkmarks appear to be properly placed. What a relief. Not knowing CSS, I was utterly baffled and ready to swear off drugs completely. NedFausa (talk) 15:57, 28 February 2020 (UTC)
Earwig's copyvio detector
I know there have been problems with Earwig's copyvio detector (https://tools.wmflabs.org/copyvios) for some time, but I am now experiencing one which, for me at least, is totally new. Every time I make a search, I get a list of totally irrelevant sites, with nothing whatever in common with the Wikipedia page I used in the search. This applies even to exact duplication of searches I did within the last half hour or so and which then found web pages with significant overlap with the Wikipedia page I am searching for. Certain web sites keep coming up, no matter what I am searching for, such as https://www.thebalancecareers.com/ https://www.careeronestop.org and https://apastyle.apa.org Anyone know anything about this? JBW (talk) 10:57, 28 February 2020 (UTC)
- Possibly related to T245426, but it's hard to see how the problem described there would account for these symptoms. -- RoySmith (talk) 14:12, 28 February 2020 (UTC)
Any tool that can create a log of mergers I proposed?
I recently started using Twinkle and I am quite fond of its CSD and prod log features. But I came to a realization that Twinkle's lack of proposed merge log may be unduly reinforcing my favor of prodding/AfDing stuff. A merge discussion is a good alternative in some cases, but as there is no log of proposed mergers, I think myself and many others may even subconciously prefer prod/AfD to mergers since the latter are hard to keep track of. Any suggestion of how to remedy this with a tool (or a Twinkle option I missed?) would be appreciated. --Piotr Konieczny aka Prokonsul Piotrus| reply here 11:53, 28 February 2020 (UTC)
- If there isn't a Twinkle-specific way, you can probably search your contibs by edit summary. WP:Village pump (technical)/Archive 177#Searching Contribution history shows how to, two different ways. —Cryptic 14:29, 28 February 2020 (UTC)
- Right, I know how to use edit summary search but it can often fail due to server lag, and if you forgot to use standardize edit summaries, it is another point of failure. --Piotr Konieczny aka Prokonsul Piotrus| reply here 15:22, 28 February 2020 (UTC)
Green titles?
I noticed the title of Media coverage of Bernie Sanders is in green. Digging through the generated HTML, it looks like this is due to <h1 ... style="assess-b-text">
, which leads me to believe it's tied to the article being B-rated. But, how does this little bit of magic work? I don't see anything in Wikipedia:Content assessment which talks about it. -- RoySmith (talk) 14:09, 28 February 2020 (UTC)
- At Preferences → Gadgets, it's "Display an assessment of an article's quality in its page header (documentation)". --Redrose64 🌹 (talk) 14:41, 28 February 2020 (UTC)
- RoySmith, it is a community gadget called Metadata_gadget —TheDJ (talk • contribs) 14:41, 28 February 2020 (UTC)
Roman Numerals in the Volume Parameter of the Citation of Cite Book Templates
Dear Village pumpers. I hope this is the right forum. I often use the Citation or the Cite Book template to describe sources cited in Wkipedia articles. Some of these sources are works comprising more than one volume. For example:
{{citation|last|Lloyd |first=E. M. |editor-last=Matthew |editor-first=Colin |editor-link=Colin Matthew |editor2-last=Harrison |editor2-first=Brian |editor2-link=Brian Harrison (historian) |date=2004 |title=Vane, Charles William, third marquess of Londonderry (1778–1854) |encyclopedia=Oxford Dictionary of National Biography |volume=56 |publisher=[[Oxford University Press]] |publication-place=New York |pages=95–98 |isbn=0-19-861406-3 |url=https://archive.org/details/isbn_0198614063/page/95/ |url-access=registration}}
I believe this is correct and the only doubt here is whether I should have said: |volume=Volume 56, since "Volume 56" is printed at the beginning of the book.
However, older works typically number their volumes in Roman. At first, I modernised these using Arabic numbers, for example:
{{citation|last=Pollard |first=Albert Frederick |author-link=Albert Pollard |editor-last=Lee |editor-first=Sidney |editor-link=Sidney Lee |date=1900 |title=WILMOT, SIR CHARLES, first Viscount of Athlone (d. 1633) |encyclopedia=Dictionary of National Biography |volume=62 |publisher=The Macmillan Company |publication-place=New York |pages=59–61 |url=https://archive.org/details/dictionarynatio13stepgoog/page/n70/}}
A bit of browsing in Wikipedia shows that this approach is not rare. Then I discovered that the documentation for the Citation template, just like that for the Cite Book template, explicitly mentions Roman version numbers. I deduced that the original form should be respected, as given in the book. Now, in the given example, the book is inscribed "VOL. LXII. Williamson–Worden" at its beginning. I simplified this as "|volume=LXII Williamson–Worden" in the template, which might be acceptable. So I started to make appropriate changes in the concerned edits to correct my error.
However, recently I had the occasion to discuss the topic with an experienced Wikipedian at an introductory workshop for new editors and that person recommended to transliterate to Arabic numbers as many readers have trouble deciphering Roman numbers. I read MOS:NUM. It instructs us to avoid Roman numbers for dates and centuries but does not mention volumes. What is correct usage? With many thanks Johannes Schade (talk) 17:22, 28 February 2020 (UTC)
- My philosophy is to use whatever format the original source used. I make the analogy to page numbers. It's common for books to have front matter pages numbered in roman, then to pick up again in arabic page numbers for the main body of the book. Citing page iv as 4 would be just plain wrong. I figure the same logic applies to volume numbers. -- RoySmith (talk) 14:00, 1 March 2020 (UTC)
As a bot writer, preference is Arabic numbers. This is how Google Books does it for example and so does Internet Archive when possible. It makes computerized interactions with metadata more error prone when using Roman, given the choice. Also recommend in the above example to have |url=https://archive.org/details/isbn_0198614063
and |pages=95-98
ie. |pages=[https://archive.org/details/isbn_0198614063/page/95/ 95-98]
-- GreenC 14:49, 1 March 2020 (UTC)
- I would change to Arabic numerals, unless there is a publication that numbered older volumes with Roman numberals but then started over again with Arabic numerals, starting at "1". This is different than book page numbers; it is not unusual to have both a page i and a page 1. Jc3s5h (talk) 15:23, 1 March 2020 (UTC)
Wikisophia links?
I somehow just got sent to wikisophia.org. It was through an Interwiki link (in Ecclesiology) that started "s:" so, yes, it should have gone to Wikisource, and it does now, but before I made the edit I am positive it linked me to wikisophia (which appears to be both abandoned and unaffiliated with Wikimedia). It was to a database error page. I don't know how to reproduce it now, because the links are pointing to Wikisource now, even in the old revisions. Any clues? Elizium23 (talk) 18:03, 28 February 2020 (UTC)
- wikisophia:Main page generates a 403-forbidden message. Either the expansion listed at meta:Special:Interwiki is incorrect or the wikisophia site has a bug. But http://wikisophia.org/wiki/Main_Page works fine. In any case, the site seems stale and parts seem broken. In any case, the page still a link to wikisource (spelled out, not :s:...) I fixed it to point to wikisource, which is where it should logically point to anyway in this instance. davidwr/(talk)/(contribs) 18:59, 28 February 2020 (UTC)
- Okay, thanks. Is it a Visual Editor bug? Apparently I introduced the links unwittingly in this revision. Is Wikisophia affiliated with Wikimedia? Elizium23 (talk) 19:07, 28 February 2020 (UTC)
- Is it a Visual Editor bug? No clue. Is Wikisophia affiliated with Wikimedia? Doubtful, Wikimedia/Wikipedia inter-links work with many projects that are not affiliated with Wikimedia. As a general rule of thumb, if the "forward" column in meta:Special:Interwiki says "yes" its very likely it is affiliated, if it it says "no" it's likely unaffiliated. I'm sure there are exceptions, such as the luxo interwiki (which translates to https://tools.wmflabs.org/guc/?user=$1). davidwr/(talk)/(contribs) 19:16, 28 February 2020 (UTC)
- I have a high level of confidence that this is indeed a Visual Editor bug. I have triggered it twice in my sandbox, once with a copy of the Ecclesiology article, and the second time with a de minimis snippet of an image and a caption.
- It can be reproduced by taking a passage of text including a ":s:" Interwiki link to Wikisource, copy and paste that text into the caption of an image, then save. Upon saving (and not earlier) it becomes a hardcoded "wikisophia:" link.
- So, who from WMF do I ping that a phab can be created? I don't have an account there... yet... Elizium23 (talk) 19:20, 28 February 2020 (UTC)
- Wikipedia:VisualEditor has a prominent link near the top to report problems. As far as who to ping at the foundation or on phab, I don't know. You can log into phab with your Wikipedia account. davidwr/(talk)/(contribs) 19:34, 28 February 2020 (UTC)
- I'm unable to reproduce the issue. Your edit summary in [7] says "Tags: 2017 wikitext editor". That indicates you were not using VisualEditor in that edit but have enabled "New wikitext mode" at Special:Preferences#mw-prefsection-betafeatures. I'm still unable to reproduce. Does it happen when you start the edit with safemode=1? PrimeHunter (talk) 22:16, 28 February 2020 (UTC)
- PrimeHunter, I was using Visual Editor in the bug edits, for sure, because I used it to copy-paste rich text. It doesn't trigger if I put it in the immediate caption box, only if I "edit" the photo and put it in the richtext caption parameter box in the edit window. I triggered it again with safemode=1 (I had to switch to Visual Editor because your link started me in 2017 Wikitext editor). Maybe the tagging is part of the bug, but the last edit is correctly tagged as VE. Elizium23 (talk) 00:53, 29 February 2020 (UTC)
- I was copying directly to the caption without editing the image. I can reproduce the bug now and made a larger test at User:PrimeHunter/Shortcut bug. It tests all shortcuts in the first table at Help:Interwiki linking#Project titles and shortcuts. When I edited this version as described it made this diff showing that five shortcuts get wrong expansions: wikt:, q:, s:, v:, voy:. VisualEditor converts
[[wikt:Test|wiktionary]] [[q:Test|wikiquote]] [[s:Test|wikisource]] [[v:Test|wikiversity]] [[voy:Test|wikivoyage]]
- to
[[wikiwikiweb:Test|wiktionary]] [[wikipediawikipedia:Test|wikiquote]] [[wikisophia:Test|wikisource]] [[wikiti:Test|wikiversity]] [[wikiversity:Test|wikivoyage]]
- PrimeHunter (talk) 02:26, 29 February 2020 (UTC)
- PrimeHunter, I was using Visual Editor in the bug edits, for sure, because I used it to copy-paste rich text. It doesn't trigger if I put it in the immediate caption box, only if I "edit" the photo and put it in the richtext caption parameter box in the edit window. I triggered it again with safemode=1 (I had to switch to Visual Editor because your link started me in 2017 Wikitext editor). Maybe the tagging is part of the bug, but the last edit is correctly tagged as VE. Elizium23 (talk) 00:53, 29 February 2020 (UTC)
- I'm unable to reproduce the issue. Your edit summary in [7] says "Tags: 2017 wikitext editor". That indicates you were not using VisualEditor in that edit but have enabled "New wikitext mode" at Special:Preferences#mw-prefsection-betafeatures. I'm still unable to reproduce. Does it happen when you start the edit with safemode=1? PrimeHunter (talk) 22:16, 28 February 2020 (UTC)
- Wikipedia:VisualEditor has a prominent link near the top to report problems. As far as who to ping at the foundation or on phab, I don't know. You can log into phab with your Wikipedia account. davidwr/(talk)/(contribs) 19:34, 28 February 2020 (UTC)
- Is it a Visual Editor bug? No clue. Is Wikisophia affiliated with Wikimedia? Doubtful, Wikimedia/Wikipedia inter-links work with many projects that are not affiliated with Wikimedia. As a general rule of thumb, if the "forward" column in meta:Special:Interwiki says "yes" its very likely it is affiliated, if it it says "no" it's likely unaffiliated. I'm sure there are exceptions, such as the luxo interwiki (which translates to https://tools.wmflabs.org/guc/?user=$1). davidwr/(talk)/(contribs) 19:16, 28 February 2020 (UTC)
- Okay, thanks. Is it a Visual Editor bug? Apparently I introduced the links unwittingly in this revision. Is Wikisophia affiliated with Wikimedia? Elizium23 (talk) 19:07, 28 February 2020 (UTC)
I created a personal template but need help on parameters.
Sorry if I'm asking in the wrong section of the Village Pump, but this is a question asking for help about how to have my template do what I want it to do.
I've created a template, {{Tenryuu/GOCE talk}}, which pings the user that I've placed as an argument for {{{1}}}
. Reading the documentation for notifications I've learned that I also need to have my comment signed for it to work. I originally wanted to just add ~~~~
to the end before I realised it would just be substituted for an actual signature at that time. Currently I'm using this piece of code ({{{|safesubst:}}}#if:{{{sign|}}}|{{{sign}}}}}
) to add my own signature at the cost of having to create another parameter, {{{sign}}}
.
What should I do to tweak my template so that I can sign my template when I post it without the need for a {{{sign}}}
parameter? --Tenryuu (🐲 • 💬 • 🌟) 03:09, 29 February 2020 (UTC)
- @Tenryuu: You can cheat by mixing and matching <includeonly>. Try out the change I've made (it might need to be using <onlyinclude> instead). --Izno (talk) 04:09, 29 February 2020 (UTC)
- @Izno: Tried both the new change and the suggestion. Both don't seem to work. Reverted back to 2-parameter template. Thanks for the edit . --Tenryuu (🐲 • 💬 • 🌟) 04:44, 29 February 2020 (UTC)
- Yes, of course it didn't work. You saved over that page instead of using a sandbox... --Izno (talk) 05:09, 29 February 2020 (UTC)
- I copied the code over to my sandbox and previewed it several times to no avail. --Tenryuu (🐲 • 💬 • 🌟) 05:36, 29 February 2020 (UTC)
- One way to put a signature in a template that will be substed is like this:
~~<noinclude />~~
. – Jonesey95 (talk) 07:01, 29 February 2020 (UTC)
- One way to put a signature in a template that will be substed is like this:
- I copied the code over to my sandbox and previewed it several times to no avail. --Tenryuu (🐲 • 💬 • 🌟) 05:36, 29 February 2020 (UTC)
- Yes, of course it didn't work. You saved over that page instead of using a sandbox... --Izno (talk) 05:09, 29 February 2020 (UTC)
- @Izno: Tried both the new change and the suggestion. Both don't seem to work. Reverted back to 2-parameter template. Thanks for the edit . --Tenryuu (🐲 • 💬 • 🌟) 04:44, 29 February 2020 (UTC)
@Jonesey95: I must be doing something wrong. Right now my code looks like this:
<onlyinclude>{{tmbox |image = [[Image:Icon apps query.svg|70 px]] |text = Hello {{U|{{{1}}}}}, Tenryuu here. After completing my preliminary copyedit I always ask questions about the article to ensure that my edit reflects the intended meaning and is clear in doing so. Please reply to each point by indenting below it like you would a conversation; items will be struck out once they have been answered. --{{{{{|safesubst:}}}#if:~~<noinclude />~~}} }} </onlyinclude>
What am I doing wrong? --Tenryuu (🐲 • 💬 • 🌟) 21:34, 29 February 2020 (UTC)
- I have fixed it for you. – Jonesey95 (talk) 21:42, 29 February 2020 (UTC)
- I'm not sure what code you used. Could you put it in
<pre></pre>
tags? --Tenryuu (🐲 • 💬 • 🌟) 23:15, 29 February 2020 (UTC)
- I'm not sure what code you used. Could you put it in
@Tenryuu: Is it your intention to allow the template to be used by other users? If so, it should be moved to a more descriptive name. If not, it should be moved to "User:Tenryuu/...". Nardog (talk) 23:27, 29 February 2020 (UTC)
- @Nardog: I'm moving it over as per another user's suggestion. Just wanted to get all of it fixed first. --Tenryuu (🐲 • 💬 • 🌟) 23:31, 29 February 2020 (UTC)
- @Tenryuu: You should probably file the remaining redirects for G7 speedy deletion then. Nardog (talk) 23:42, 29 February 2020 (UTC)
Resolved. Learned it was a tricky thing to do with substitution. Thanks for the help. --Tenryuu (🐲 • 💬 • 🌟) 23:38, 29 February 2020 (UTC)
Creating an Abuse filter
Hello everyone! Can someone create an abuse filter for me? The process of creating is complex to me and i can't understand it. Goal: Matches strings (bad words in pages) Here are some of rules; It:
- matches only whole words.
- matches words that contains this string.
- matches only whole words on non-talk pages.
I'll explain more after someone replied. Thanks! ⇒ AramTalk 14:36, 29 February 2020 (UTC)
- @Aram: Why? --Izno (talk) 16:16, 29 February 2020 (UTC)
- @Izno: I want to catch bad words used by bad users easily and revert them quickly, but for our project (ckbwiki). It is useful for us. ⇒ AramTalk 17:12, 29 February 2020 (UTC)
- @Aram: you can ask a filter designer for help at Wikipedia:Edit filter/Requested. — xaosflux Talk 17:22, 29 February 2020 (UTC)
- Be sure to note that you are just asking for help building a filter for ckbwiki. — xaosflux Talk 17:23, 29 February 2020 (UTC)
- @Xaosflux: Thank you very much! ⇒ AramTalk 11:24, 1 March 2020 (UTC)
- Be sure to note that you are just asking for help building a filter for ckbwiki. — xaosflux Talk 17:23, 29 February 2020 (UTC)
Troubleshooting the calendar template
Can someone help me troubleshoot the {{calendar}}
template? It shows up correctly under desktop view, but in mobile view the month and day-of-the-week labels do not appear, making pages like this one look very confusing. 28bytes (talk) 14:44, 29 February 2020 (UTC)
- The subtemplates have
class="navbox-title"
in the header cells. This class is not displayed in mobile where navboxes are omitted. The styling for navbox-title is in MediaWiki:Common.css. PrimeHunter (talk) 15:40, 29 February 2020 (UTC) - Subtemplates with names like
{{Calendar/Sun1stMonthStartWed}}
. --Redrose64 🌹 (talk) 16:56, 29 February 2020 (UTC)- Thanks PrimeHunter, Redrose64 for the replies. I'm still a little confused about how best to fix this, though. Thoughts? 28bytes (talk) 02:04, 2 March 2020 (UTC)
Line break issue
Hi, I've had to resort to adding a <p> tag here to get the editor to respect a line break: https://en.wikipedia.org/wiki/The_Universal_Kinship#Arguments Throughthemind (talk) 14:58, 29 February 2020 (UTC)
- Throughthemind, fixed by starting
<blockquote>...</blockquote>
and paragraphs on a new line. —andrybak (talk) 15:19, 29 February 2020 (UTC)
- Thanks! Throughthemind (talk) 15:24, 29 February 2020 (UTC)
Is there a...
...a gadget or template that can automatically convert an amount of past dollars into present dollars, like say $75,000 in 1927 to [what would that be worth today]? Thanks, Shearonink (talk) 05:23, 1 March 2020 (UTC)
- {{inflation}} * Pppery * it has begun... 05:25, 1 March 2020 (UTC)
- Thanks Pppery, Shearonink (talk) 18:14, 2 March 2020 (UTC)
importScript no longer a part of the mobile version
I know importScript has been "deprecated" for a few years now and mw.loader.load is recommended instead, but I notice importScript has suddenly been removed from the mobile version of Wikipedia but not the desktop version. (Had not seen this mentioned, so if anyone else is wondering why their scripts don't seem to work on mobile that would be the reason). Everybody is of course still using importScript in their common.js, is that reason enough for the English Wikipedia to add importScript support again on our end? – Thjarkur (talk) 22:27, 1 March 2020 (UTC)
- Seems like it. --Yair rand (talk) 21:48, 2 March 2020 (UTC)
There's also importScriptURI, importStylesheet, and importStylesheetURI. The following code seems to work (this is almost the code that is currently used on Desktop):
if (!window.importScript) { window.loadedScripts = {}; window.importScript=function(page){var uri=mw.config.get('wgScript')+'?title='+mw.util.wikiUrlencode(page)+'&action=raw&ctype=text/javascript';return importScriptURI(uri);}; window.importScriptURI=function(url){var s;if(loadedScripts[url]){return null;}loadedScripts[url]=!0;s=document.createElement('script');s.setAttribute('src',url);document.head.appendChild(s);return s;}; window.importStylesheet=function(page){var uri=mw.config.get('wgScript')+'?title='+mw.util.wikiUrlencode(page)+'&action=raw&ctype=text/css';return importStylesheetURI(uri);}; window.importStylesheetURI=function(url,media){var l=document.createElement('link');l.rel='stylesheet';l.href=url;if(media){l.media=media;}document.head.appendChild(l);return l;}; }
– BrandonXLF (talk) 06:59, 3 March 2020 (UTC)
Proposal for a tiny default gadget displaying a "Submit this draft" button on untagged drafts for new users
I've mentioned this at WikiProject Articles for Creation ([8] [9]), we have too many confused and frustrated new users unable to submit their drafts for review because they accidentally removed the {{AFC draft}} template from their draft.
With WP:VPT's blessing, I would like to add this script as a default hidden gadget. On untagged drafts, it shows this banner:
This draft is not currently submitted for review. |
The script would only be loaded in draftspace and only displayed to non-extendedconfirmed users.
We have 10,000 draft articles that don't include the instructions "Click here to submit your draft for review".
– Thjarkur (talk) 22:58, 1 March 2020 (UTC)
- Looks good to me. Long overdue.
- Regarding the code, note that array
includes
andfindIndex
are not supported on IE 11, and so should not be used. UseindexOf
instead. You could maybe definehasDraftTemplate
asmw.config.get('wgCategories').map(cat => RGX.test(cat)).indexOf(true) !== -1
SD0001 (talk) 15:29, 2 March 2020 (UTC)- I'm always a bit wary of adding scripts that run always for everyone. @Þjarkur: What is the mechanism you are going to use to prevent this from executing on every page load? And I do specifically mean 'executing', not just completing every action on the script. Could you results be accomplished by adding something to the draftspace edit notice (Template:Editnotices/Namespace/Draft) instead? — xaosflux Talk 15:40, 2 March 2020 (UTC)
- Tech note, I would think that namespace parameters for gadgets is currently pending phab:T63007. — xaosflux Talk 15:42, 2 March 2020 (UTC)
- I thought this was possible to do with a cheap single-line namespace-check before loading the rest of the script but then again I'm not quite sure how gadgets are packaged together. Does there exist something like "Wiewnotice"? Since Editnotices are only displayed when editing, having this button in the editnotice would erase any changes the user has made, not give them any indication of whether their draft has been submitted when viewing, and nobody notices editnotices when using the VisualEditor. – Thjarkur (talk) 16:02, 2 March 2020 (UTC)
- I don't think it's inefficient at all, but regardless the check for extended confirmed can be done in the gadget definition itself, so that the gadget will only be packaged for non-EC users. I do think we should implement the IE 11 fixes that SD0001 points out. — MusikAnimal talk 16:58, 2 March 2020 (UTC)
- @MusikAnimal: except getting EC users to submit their drafts can't be the big problem, it is all of the others. — xaosflux Talk 17:03, 2 March 2020 (UTC)
- Oh wait, you're right, in gadget definitions we can only target what permissions the user has, not what they don't have. Duh! I still don't think this gadget will have a noticeable impact on performance, if that's the concern. — MusikAnimal talk 17:13, 2 March 2020 (UTC)
- @MusikAnimal: alone not likely, but it is "creep"y. Having a gadget the runs on every single page read just to say "is this page in this name space, if so do this...". And since IP users can create drafts it would be needed for logged out users too! That's why I think either of the below solutions are much better, I'd prefer having a PageNotice - but a bot task would be easy enough too. — xaosflux Talk 18:14, 2 March 2020 (UTC)
- Regardless, I'd say it's not worth it for IP visitors, given the ratio of page views to interest in submitting drafts. ~ Amory (u • t • c) 22:14, 2 March 2020 (UTC)
- @Amorymeltzer: this list shows that IP users makes lots of drafts - especially since they can't make articles. Agree that running such a script for them is a horrible idea, but having a bot add the missing submit buttons would be an fairly easy job. — xaosflux Talk 00:06, 3 March 2020 (UTC)
- Sure, lots of drafts compared to total drafts, but not lots of drafts compared to IPs that load pages on the wiki aka pageviews. ~ Amory (u • t • c) 02:00, 3 March 2020 (UTC)
- @Amorymeltzer: this list shows that IP users makes lots of drafts - especially since they can't make articles. Agree that running such a script for them is a horrible idea, but having a bot add the missing submit buttons would be an fairly easy job. — xaosflux Talk 00:06, 3 March 2020 (UTC)
- Regardless, I'd say it's not worth it for IP visitors, given the ratio of page views to interest in submitting drafts. ~ Amory (u • t • c) 22:14, 2 March 2020 (UTC)
- @MusikAnimal: alone not likely, but it is "creep"y. Having a gadget the runs on every single page read just to say "is this page in this name space, if so do this...". And since IP users can create drafts it would be needed for logged out users too! That's why I think either of the below solutions are much better, I'd prefer having a PageNotice - but a bot task would be easy enough too. — xaosflux Talk 18:14, 2 March 2020 (UTC)
- Oh wait, you're right, in gadget definitions we can only target what permissions the user has, not what they don't have. Duh! I still don't think this gadget will have a noticeable impact on performance, if that's the concern. — MusikAnimal talk 17:13, 2 March 2020 (UTC)
- @MusikAnimal: except getting EC users to submit their drafts can't be the big problem, it is all of the others. — xaosflux Talk 17:03, 2 March 2020 (UTC)
- I don't think it's inefficient at all, but regardless the check for extended confirmed can be done in the gadget definition itself, so that the gadget will only be packaged for non-EC users. I do think we should implement the IE 11 fixes that SD0001 points out. — MusikAnimal talk 16:58, 2 March 2020 (UTC)
- I thought this was possible to do with a cheap single-line namespace-check before loading the rest of the script but then again I'm not quite sure how gadgets are packaged together. Does there exist something like "Wiewnotice"? Since Editnotices are only displayed when editing, having this button in the editnotice would erase any changes the user has made, not give them any indication of whether their draft has been submitted when viewing, and nobody notices editnotices when using the VisualEditor. – Thjarkur (talk) 16:02, 2 March 2020 (UTC)
- Tech note, I would think that namespace parameters for gadgets is currently pending phab:T63007. — xaosflux Talk 15:42, 2 March 2020 (UTC)
- I'm always a bit wary of adding scripts that run always for everyone. @Þjarkur: What is the mechanism you are going to use to prevent this from executing on every page load? And I do specifically mean 'executing', not just completing every action on the script. Could you results be accomplished by adding something to the draftspace edit notice (Template:Editnotices/Namespace/Draft) instead? — xaosflux Talk 15:40, 2 March 2020 (UTC)
- @Þjarkur: phab:T6469 seems like the "best" answer for this, solving it via mw:Extension:PageNotice which can put a notice on just certain namespaces - and has been stalled in development limbo for over 10 years. — xaosflux Talk 16:31, 2 March 2020 (UTC)
- Another quick-option, have a bot place that banner on Draft pages without it, it could run periodically as well. — xaosflux Talk 17:05, 2 March 2020 (UTC)
- That also sounds fine, had proposed that before [10] but the response was somewhat mild. If that's preferable over this then I'll go with the bot. – Thjarkur (talk) 13:57, 4 March 2020 (UTC)
Again, this:
( function() {
//...
} () );
is not the same as
$( function() {
//...
} );
The first one is an immediately invoked function expression. It does not wait until the page has loaded. Nirmos (talk) 22:29, 2 March 2020 (UTC)
- Thank you, have until now always relied on common.js being executed late. – Thjarkur (talk) 14:00, 4 March 2020 (UTC)
If someone is going to work on the infrastructure to load gadgets on demand, I suggest starting with the support needed for the chess viewer gadget, as discussed at Wikipedia:Interface administrators' noticeboard/Archive 1 § Chess viewer, might be of more immediate benefit to readers. isaacl (talk) 22:46, 2 March 2020 (UTC)
- Wait what, the chess viewer wasn't enabled after all?
As MusikAnimal says, I don't think this will have any impact on performance. If xaosflux is concerned about the proliferation of default scripts that are useful only on a small number of pages, we can set up a common loader that loads scripts on demand, as has been already discussed somewhat. We can go like:
Code for common loader
|
---|
$.when($.ready, mw.loader.using('mediawiki.user')).then(function() {
$.each({
// The key is name of the gadget, as given in the gadget definition (not the page name)
// The value is a function that returns true if the gadget should load, otherwise false.
"ChessViewer": function() { // DOESN'T EXIST YET
return $('.pgn').length; // replace with correct condition
},
"DRN-wizard": function() {
return mw.config.get('wgPageName') === 'Wikipedia:Dispute_resolution_noticeboard/request';
},
"AfcButton": function() {
return (
// Don't show for extendedconfirmed users or admins
mw.config.get('wgUserGroups').indexOf('extendedconfirmed') === -1 &&
mw.config.get('wgUserGroups').indexOf('sysop') === -1 &&
// Only show when in view mode
mw.config.get('wgAction') === 'view' &&
// Only show in draftspace
mw.config.get('wgNamespaceNumber') === 118 &&
// Don't show on diff pages
!mw.config.get('wgDiffOldId') &&
// Don't show when viewing old versions
mw.config.get('wgRevisionId') === mw.config.get('wgCurRevisionId') &&
// Don't show if article doesn't exist
mw.config.get('wgCurRevisionId')
);
}
}, function(name, shouldLoad) {
// check user hasn't disabled the gadget, and that it needs to load
if (mw.user.options.get('gadget-' + name) && shouldLoad()) {
mw.loader.load('ext.gadget.' + name);
}
});
});
|
I have added the relevant line for MediaWiki:Gadget-DRN-wizard, which it should be noted, xaosflux, is an existing default gadget that works on exactly one page on the wiki. All gadgets (including the non-default ones) that use a separate loader script page could consider joining this common loader for better end-user performance. Also pinging User:Writ Keeper from the previous discussion. SD0001 (talk) 13:34, 3 March 2020 (UTC)
- I did recommend using a helper loader script that could manage other scripts when we last discussed this. For this specific example, using a bot to add these banners seems much better though, for the chess thing - using an extension similar to how we use other special markups like
<score>
would generally be better to - when we are running in to code that only needs to run a a very minor number of pages - having to execute it on every single page read is overkill. And SD0001 having to check every single page read to see if someone is on a very small internal project page is certainly what I'd consider bloat.... — xaosflux Talk 14:22, 3 March 2020 (UTC) - Consensus was reached to enable the chess viewer (see Wikipedia:Village pump (technical)/Archive 175 § Enable chess PGN viewer for chess articles), and the discussion I linked to seemed to reach a consensus on an implementation approach. However, in the end, an interface admin needs to volunteer to work on the implementation (קיפודנחש (aka kipod) agreed to provide whatever work that a non-interface admin can do), and none has stepped forward. isaacl (talk) 06:52, 4 March 2020 (UTC)
- @Isaacl: part of that problem is that yes, it has support to enable it "for chess articles" - however the implementation suggestion was to enable software on every page. Using that viewer as an extension would fix that challenge. — xaosflux Talk 14:11, 4 March 2020 (UTC)
- In the discussion on the interface admin's noticeboard, you said
I'm not opposed to the gadget route
and provided a suggestion for a generic loader gadget, and others agreed with this implementation, so that's about as good as consensus gets. With an extension, the equivalent infrastructure to call the right extension is written already, so it's a sunk cost. I appreciate the concern on browser performance, and feel the proposed generic loader keeps the cost minimal. isaacl (talk) 16:10, 4 March 2020 (UTC)- An extension would certainly be better as every single wiki site could take advantage of it, but building a loader gadget that loads other gadgets is a possible option - still think for that chess thing that the extension is an order of magnitude a better solution, and for this banner thing that a bot to add the banners is the best answer. — xaosflux Talk 16:15, 4 March 2020 (UTC)
- Personally I don't think a gadget is a good solution for the problem raised in the original post, either. I understand that everyone is a volunteer, and so that's life if no interface admin is interested in implementing a generic loader gadget to support on-demand loading of gadgets or scripts. (Similarly, if no editor is interested in making a new chess viewer extension, that's life too.) However if someone is interested in spending some effort in implementing the original proposal, I suggest taking into consideration the previous discussion on the generic loader. isaacl (talk) 16:47, 4 March 2020 (UTC)
- An extension would certainly be better as every single wiki site could take advantage of it, but building a loader gadget that loads other gadgets is a possible option - still think for that chess thing that the extension is an order of magnitude a better solution, and for this banner thing that a bot to add the banners is the best answer. — xaosflux Talk 16:15, 4 March 2020 (UTC)
- In the discussion on the interface admin's noticeboard, you said
- @Isaacl: part of that problem is that yes, it has support to enable it "for chess articles" - however the implementation suggestion was to enable software on every page. Using that viewer as an extension would fix that challenge. — xaosflux Talk 14:11, 4 March 2020 (UTC)
- Aside note, phab:T8883 was just updated - if implemented it could help a lot of these "need a script" on very minor amount of pages conditions. Input and support there would be most welcome! — xaosflux Talk 15:02, 6 March 2020 (UTC)
I can't log on to Albanian wikipedia
Every time I try to do so, it gives me that big red box telling me that "this session has been canceled due to a risk of session hijacking, please go back and refresh and try again", or something like that. " I went back and refreshed like it told me to, but it kept doing that. I also tried creating a new account, but it still would not like me to log in. I also tried clearing my cookies, but to no avail. I am on a laptop right now, running Windows OS, and using Google Chrome. What shall I do! — Preceding unsigned comment added by Victionarier (talk • contribs) 22:34, 2 March 2020 (UTC)
- @Victionarier: I ran into a similar issue. Did you try cleaning localStorage and sessionStorage as well? That seemed to fix the issue for me. You may also want to try to restart the entire browser or your computer. To clear localStorage and sessionStorage, go to the Albanian Wikipedia, open devtools (press F12 or Fn+F12), got to "Application", locate "Local Storage" under "Storage" on the side, press the triangle, right-click on "https://sq.wikipedia.org", and press "Clear". Do the same for "Session Storage".– BrandonXLF (talk) 02:16, 3 March 2020 (UTC)
- Odd, I can get into the Albanian Wikipedia just fine with my unified login, but I get a similar error to the one you got when trying to log into Wiktionary and Wikidata. I'll try logging all the way out and logging into them specifically. davidwr/(talk)/(contribs) 21:26, 3 March 2020 (UTC)
- OK, I quit my web browser which had the effect of flushing everything. Now the problem seems to have gone away. If I log into the English Wikipedia first, I can get to WikiData and Wiktionary. If I log into Wiktionary first, no problems either. Things that make you got "hmmmmm...". davidwr/(talk)/(contribs) 21:35, 3 March 2020 (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.
Problems
- Readers who were not logged in briefly saw the interface in a language decided by their browser. It should normally be in the language of the wiki. This happened for a short period of time last week. This was because of a bug. [11]
Changes later this week
- If you forget your password you can ask for a new one to be sent to your email address. You need to know your email address or your username. You will now be able to choose that you need to enter both your email address and your username. This will be a preference. This is to get fewer password reset emails someone else asked for. [12]
- When you asked for a new password you could see if the username didn't exist on Special:PasswordReset. Now the page will show the username you entered and tell you an email has been sent if the username exists. This is for better security. [13]
- On Special:WhatLinksHere you can see what other pages link to a page. You can see if the link is from a redirect. You can now see which section the redirect links to. [14]
- The new version of MediaWiki will be on test wikis and MediaWiki.org from 3 March. It will be on non-Wikipedia wikis and some Wikipedias from 4 March. It will be on all wikis from 5 March (calendar).
Future changes
- The developers are working on a new interface to solve edit conflicts on talk pages. You can give feedback. [15]
- There is a vote on the creation of a new user group called abuse filter manager. The vote runs from March 1 to March 31 on Meta.
-
wgMFSpecialCaseMainPage
was used for the mobile site. It was deprecated in 2017. It will stop working in April. Wikis should see if they use it. If they do they should fix it. You can read more and ask for help. This affects 183 wikis. There is a list. [16]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
00:35, 3 March 2020 (UTC)
Can't use DISPLAYTITLE
I want to change the display title for my user (talk) page, but it isnt working. I put everthing in correctly and it still doesn't display. I'm trying to get it to a similar stylisation to my signiture. N0nsensical.system(err0r?)(.log) 12:25, 3 March 2020 (UTC)
- @NonsensicalSystem: you can not use display title to change the characters of a title. — xaosflux Talk 12:39, 3 March 2020 (UTC)
- (edit conflict)
- You can't change the characters that are displayed so 'o' cannot become '0' or 's' become 'S' and you can't add or remove characters. You can change the style:
{{DISPLAYTITLE:User talk:<span style="background-color: blue; color: white">Nonsensical''Sys''tem</span>}}
- —Trappist the monk (talk) 12:41, 3 March 2020 (UTC)
- @Trappist the monk: It works! Thank you! N0nsensical.system(err0r?)(.log) 12:45, 3 March 2020 (UTC)
- @NonsensicalSystem: If you want the lowercase 'o' to look more like zero then you can increase the font size.
'''N'''<span style="font-size:1.5em">o</span>'''nsensicalSystem'''
produces NonsensicalSystem. I removed bolding from 'o' to compensate for the larger font. It's too wide for a zero and 1.5em is too big for me here but better on your user page heading. Make preview tests there if you want to play with different factors like size, font and bold. It may look different in other browsers and for other users. PrimeHunter (talk) 17:27, 3 March 2020 (UTC)
- @NonsensicalSystem: If you want the lowercase 'o' to look more like zero then you can increase the font size.
- @Trappist the monk: It works! Thank you! N0nsensical.system(err0r?)(.log) 12:45, 3 March 2020 (UTC)
Text is enlarged
Hello. I have no idea where to put this so I’ll put it here. I am using the desktop website of Wikipedia on Safari and iPadOS 13. Not the mobile website. Ok. Here is my problem. Whenever I try to view certain pages (such as WP:ANI) the text is enlarged and it breaks the page. I could not reproduce this while logged out or by logging in to another account with clean JS/CSS (User:PorkchopGMX test). I will be posting screenshots once I upload them. Thanks, PorkchopGMX (talk with me - what i've done) 23:39, 3 March 2020 (UTC)
- Here are the screenshots. PorkchopGMX (talk with me - what i've done) 00:08, 4 March 2020 (UTC)
- Also, upon further testing, I could reproduce on User: PorkchopGMX test and while logged out. PorkchopGMX (talk with me - what i've done) 00:09, 4 March 2020 (UTC)
- Reset your browser zoom to default and then report back. --Izno (talk) 01:54, 4 March 2020 (UTC)
- That would be the aA symbol in the left of your addressbar. Click it, then click between the - and + on the percentage to reset it back to 100%. —TheDJ (talk • contribs) 08:52, 4 March 2020 (UTC)
- The aA is always at 100 percent but the text is enlarged. I have also experienced an issue where sometimes I cannot use the page because the text keeps getting bigger and smaller like it’s flashing. PorkchopGMX (talk with me - what i've done) 11:54, 4 March 2020 (UTC)
- Note: I am now at school and I won't be able to try any of your suggestions until i get back home in the afternoon. PorkchopGMX (talk with me - what i've done) 12:53, 4 March 2020 (UTC)
- The aA is always at 100 percent but the text is enlarged. I have also experienced an issue where sometimes I cannot use the page because the text keeps getting bigger and smaller like it’s flashing. PorkchopGMX (talk with me - what i've done) 11:54, 4 March 2020 (UTC)
- That would be the aA symbol in the left of your addressbar. Click it, then click between the - and + on the percentage to reset it back to 100%. —TheDJ (talk • contribs) 08:52, 4 March 2020 (UTC)
A bot to archiving discussion(s)
Hello, Is there any good bot to archiving discussion(s) for our project (ckbwiki). Thanks! ⇒ AramTalk 12:16, 4 March 2020 (UTC)
- Contact the owners of the bots listed in Category:Wikipedia archive bots to see if they are interested in supporting the Sorani (Central Kurdish) Wikipedia. davidwr/(talk)/(contribs) 17:28, 4 March 2020 (UTC)
Turning off 2017 wikitext editor
How to disable the 2017 wikitext editor? I hate all my edits being tagged like that! Keyacom (💬 | 🖊) 12:25, 4 March 2020 (UTC)
- I find it very useful regardless of how it's tagged, but if you really want to disable it, it's a "Beta feature" in preferences called "New wikitext mode" so just untick that box and save. Elizium23 (talk) 12:29, 4 March 2020 (UTC)
- Th... thank you! --Keyacom (💬 | 🖊) 12:34, 4 March 2020 (UTC)
- We really ought to be tagging all the edits. (It'd make my life easier, anyway.
;-)
) Whatamidoing (WMF) (talk) 18:01, 4 March 2020 (UTC)- The wikitext editor is not enabled and it's suddenly all that is available. So how do I make it go away? —МандичкаYO 😜 08:07, 9 March 2020 (UTC)
- Wikimandia, this is at least the third page that you've posted your problem to. This community tries to centralize discussions in one place. Shall we take it all back to the WP:Teahouse?
- (You can't disable all the wikitext editors. The software won't let you.) Whatamidoing (WMF) (talk) 19:13, 9 March 2020 (UTC)
- The wikitext editor is not enabled and it's suddenly all that is available. So how do I make it go away? —МандичкаYO 😜 08:07, 9 March 2020 (UTC)
- We really ought to be tagging all the edits. (It'd make my life easier, anyway.
- Th... thank you! --Keyacom (💬 | 🖊) 12:34, 4 March 2020 (UTC)
Unbreaking custom signatures in software
Hello, tech-minded folks and people who have to clean up after other folks' mistakes:
The Editing team is proposing that MediaWiki just not allow users to set some of the WP:CUSTOMSIGs that are banned at most wikis, including at least one category of sigs banned by WP:SIGFORGE. It should also make things a bit easier for bot ops/archive bots (more reliable signature detection).
mw:New requirements for user signatures has the specific proposals. This will go out in m:Tech/News, but I'd be happy to hear from you before then. The proposal is not as restrictive as our practice here (e.g., it accepts a link to Special:Contributions in lieu of a link to your user page), because it needs to work for all the wikis. However, if you think that it's too restrictive in any area, or if you can think of a case that might not have been sufficiently considered, please (please please please please) post that information over there. Thanks, Whatamidoing (WMF) (talk) 18:10, 4 March 2020 (UTC)
- Oh, and they're not planning to invalidate any existing custom signatures. If you think they should (or, e.g., that they should, but wait a year first), please feel free to tell them that, too. Whatamidoing (WMF) (talk) 18:12, 4 March 2020 (UTC)
- Great idea, but allow projects and third-party users of MediaWiki software to opt out. For example, if the English Wikipedia or WikiData or some third party web site that uses the software wants to keep the current behavior, they should be able to do so. For community-run Wikimedia projects, it would presumably be a community decision to accept any software that imposed requirements stricter than existing ones. For the English Wikipedia and others where the software would merely be enforcing the existing requirements, this change should be accepted as routine. I say it should be routine for the English Wikipedia, if any existing users have grandfathered-in exceptions that would break under the new code, then an en-wiki discussion would have to be held before accepting the changed code. davidwr/(talk)/(contribs) 18:28, 4 March 2020 (UTC)
- Thanks for copying this to mw:Topic:Vhyuojgwggvwuwg9. Let's continue the discussion over there. Whatamidoing (WMF) (talk) 19:05, 4 March 2020 (UTC)
- I think all custom signatures should be disallowed.--Jorm (talk) 21:22, 4 March 2020 (UTC)
- @Whatamidoing (WMF): Regarding
The proposal is not as restrictive as our practice here (e.g., it accepts a link to Special:Contributions in lieu of a link to your user page),
- we already allow that, see WP:SIGLINK. --Redrose64 🌹 (talk) 23:24, 4 March 2020 (UTC)- Thanks. I had thought that we required a link to User: or User_talk:. Maybe I'm thinking of the original Echo/Notifications settings for pings. Whatamidoing (WMF) (talk) 04:09, 6 March 2020 (UTC)
- Seems a reasonable idea. · · · Peter Southwood (talk): 06:27, 5 March 2020 (UTC)
- Lets start tomorrow. —TheDJ (talk • contribs) 09:13, 5 March 2020 (UTC)
Calling Out External Links inside the Body
I ran across an article today (Graham McTavish; I'm watching The Hobbit; don't ask why) and noticed that there were a handful of in-body external links to IMDB and I realized how easy it would be to not see those so I spent a couple minutes writing a script that will call them out (light red background, upper-and-lower dashed red borders) so that they can be manually inspected.
It should only fire on article pages, and only on links that are not inside of the References area. I'd like to avoid those in the "External links" section but couldn't figure out a way to do so in the time I wanted to spend on this. If anyone knows of a better selector than body.ns-0 div.mw-parser-output *:not(.reflist) a.external
please let me know.
Anyways, it's at User:Jorm/inthroughtheoutdoor.js (I've also been listening to a lot of Led Zeppelin lately) if you want to use it (echo "importScript('User:Jorm/inthroughtheoutdoor.js');\n" >> ~/.common.js
)
--Jorm (talk) 22:49, 4 March 2020 (UTC)
- @Jorm: I think this would be better setup as a CSS file that can be directly imported to users CSS files and with the JS script loading the CSS page for users who want to use JS.– BrandonXLF (talk) 04:38, 5 March 2020 (UTC)
- Yeah, I can see that, given its simplicity. I had thoughts eventually do to things that require programming outside of css, but sure.--Jorm (talk) 04:44, 5 March 2020 (UTC)
- Pinging User:Beetstra, who will know who else might be interested in this. Whatamidoing (WMF) (talk) 04:10, 6 March 2020 (UTC)
- Yeah, I can see that, given its simplicity. I had thoughts eventually do to things that require programming outside of css, but sure.--Jorm (talk) 04:44, 5 March 2020 (UTC)
Jorn (thanks for the ping). This is certainly helpful. I will have a look at it, I may have some suggestion (if you did not already do it). Maybe a ping to WP:WPSPAM and WP:EL would be good. —Dirk Beetstra T C 05:59, 6 March 2020 (UTC)
- I found a couple bugs so I'm going to have to grind things on the codeside and would def. be willing to hear suggestions. --Jorm (talk) 16:10, 6 March 2020 (UTC)
- Jorm, I would like to see some additions, like possibility to whitelist (there are some external links that we standard use within infoboxes and in-text (links to bible verses when on some specific sites, links to identifying/official bodies like for NASDAQ, tools.wmflabs.org etc.). On the other hand, what we see with spam is people linking cross-wiki to wikis where their organisation is notable (a German company may have an article on de.wikipedia but not eligible here), or where notability is not a problem (WikiData accepts way more than we do). Could those be colored (marked) at the same time (everything is blue nowadays). --Dirk Beetstra T C 05:19, 8 March 2020 (UTC)
- User:Beetstra: Hey, that sounds totally doable and probably fun for me to do! If you want to put together a wish list of features? I've got this idea about separating the the whitelist/blacklist/configuration into one script and then the execution code in another (so that they can be worked on independently). And regarding what can be done: I can write most anything if I know what the use case is for and the limitations of the platform.--Jorm (talk) 18:18, 8 March 2020 (UTC)
- Jorm, I would like to see some additions, like possibility to whitelist (there are some external links that we standard use within infoboxes and in-text (links to bible verses when on some specific sites, links to identifying/official bodies like for NASDAQ, tools.wmflabs.org etc.). On the other hand, what we see with spam is people linking cross-wiki to wikis where their organisation is notable (a German company may have an article on de.wikipedia but not eligible here), or where notability is not a problem (WikiData accepts way more than we do). Could those be colored (marked) at the same time (everything is blue nowadays). --Dirk Beetstra T C 05:19, 8 March 2020 (UTC)
Table Problem
I can't fathom, why the new prime minister in the Ukraine wants to be next to the table instead of in the table. Maybe someone can tell me what I did wrong at List of prime ministers of Ukraine — Preceding unsigned comment added by Agathoclea (talk • contribs) 07:13, 5 March 2020 (UTC)
- There were multiple rowspan errors, some of them in earlier rows. I have fixed it. PrimeHunter (talk) 11:03, 5 March 2020 (UTC)
All of a user's articles for a WikiProject?
Hi there! I am curious to know if there is a way to find every article that a user has created for a particular WikiProject, maybe by cross-referencing edits that are page creations with pages that have a particular WikiProject banner on the talk page (including redirects)? For example, I am curious to find all the pages I started for Wikipedia:WikiProject Novels. If this is the wrong place to ask, could someone please point me in the right direction? Thanks! BOZ (talk) 14:18, 5 March 2020 (UTC)
- You could write a script that iterates through every article a user has created then check if its talk page is a member of any categories that are put on by the WikiProject template and ONLY the WikiProject template. You can download a list of all pages created by a user by going to https://xtools.wmflabs.org/pages/en.wikipedia.org/BOZ but replace BOZ with the username you are looking for. You can then create a url like https://en.wikipedia.org/w/api.php?action=query&format=json&titles=Talk:All%20Darkness%20Met&prop=categories but change "titles=Talk:All%20Darkness%20Met" to titles=Talk:article name from list generated by WMFLABS tool goes here". You can then scan that output for the presence of categories that are placed by {{WikiProject Novels}}. This will take a little coding or massaging of data in a spreadsheet, but it can be done. This is not the only way to do it, just the first way that popped into my head. If you are asking if someone has already created a tool to do what you want, I don't know the answer to that. davidwr/(talk)/(contribs) 16:28, 5 March 2020 (UTC)
- Can AWB load all pages created by a user, then filter by all pages whose talk pages is in a certain category? (Haven't used AWB in ages, so not sure). —Kusma (t·c) 17:42, 5 March 2020 (UTC)
- BOZ, I don't know of any tool that does that (off the top of my head). The API-based methods Kusma and davidwr suggest would definitely work, but it's easier to just query the database directly. quarry:42737 says you've created 77 pages in WikiProject Novels. --AntiCompositeNumber (talk) 18:24, 5 March 2020 (UTC)
- OK, thanks! That link did not work for me for some reason. BOZ (talk) 18:25, 5 March 2020 (UTC)
- Try quarry:query/42737. davidwr/(talk)/(contribs) 18:43, 5 March 2020 (UTC)
- *grumbles about interwiki prefixes* AntiCompositeNumber (talk) 21:45, 5 March 2020 (UTC)
- OK, thanks! :) BOZ (talk) 21:48, 5 March 2020 (UTC)
- *grumbles about interwiki prefixes* AntiCompositeNumber (talk) 21:45, 5 March 2020 (UTC)
- Try quarry:query/42737. davidwr/(talk)/(contribs) 18:43, 5 March 2020 (UTC)
- OK, thanks! That link did not work for me for some reason. BOZ (talk) 18:25, 5 March 2020 (UTC)
Is there a way to load JavaScript in an article?
I wonder if it's possible to load JavaScript from a .js page in the body of an article like the <templatestyles src=""> tag. What I ultimately want to do is to make a customtoggle collapse many other customtoggles (not just toggle/invert their state), i.e. only one collapsible active at a time. By the way, are the Tabber and Tabs extensions really not available in Wikipedia? Alexiscoutinho (talk) 19:15, 5 March 2020 (UTC)
- @Alexiscoutinho: no, see mw:Adding JavaScript to Wiki Pages. Javascript and html may not be loaded directly via wikitext, you can craft a special link that will load a page with a script to use (c.f. mw:Snippets/Load JS and CSS by URL). You can see all of the installed extensions at Special:Version, mw:Extension:Tabber is not installed here. — xaosflux Talk 20:15, 5 March 2020 (UTC)
- Thanks a lot. Alexiscoutinho (talk) 07:28, 6 March 2020 (UTC)
- @Alexiscoutinho: phab:T8883 can be followed to track development on this ask. — xaosflux Talk 15:20, 6 March 2020 (UTC)
- Thanks a lot. Alexiscoutinho (talk) 07:28, 6 March 2020 (UTC)
Partial protection?
Hello, I was wondering if it's possible for partial protection to be enabled. What this would entail is that administrators can prevent editing certain parts of pages by certain users. Before I formally propose to enable it, I just want to ask if is a technically possible to do. Interstellarity (talk) 16:36, 6 March 2020 (UTC)
- I don't think it is possible to do directly, but since a user can be blocked from editing entire pages, they can also be blocked from editing pages which are transcluded in whole or in part. Whole-page transclusion is how templates work. Partial-page transclusion is rarely used, but you do see it in places like 2020 United States presidential election. Look for the word
excerpt
and look for the {{Excerpt}} template in the source code in those sections. Then go to the destination page and look at the source code for<section begin=...>
and<section end=...>
. - I do NOT recommend using this technique merely to effect a partial-page block, but if it is already being used for good editorial reasons, and the editor who needs to be blocked is disrupting the transcluded content, page-blocking him from the transcluded page may be an appropriate remedy. Please see Wikipedia:Blocking policy and tread carefully, asking for editors to be blocked should never be taken lightly. davidwr/(talk)/(contribs) 17:37, 6 March 2020 (UTC)
- No, it is currently not possible. All the methods for implementing such a feature that I can think of have a similar problem to the oft-proposed category-based blocks: they can give non-admins the ability to adjust page protection. If you proposed this, it's not likely that anyone would implement it and less likely that this community would support it's use. --AntiComposite (talk) 17:51, 6 March 2020 (UTC)
- Hello Davidwr and AntiCompositeNumber. I do recognize that administrators do not block anyone from editing without a good reason and I try not to unless it is clear that the person should be blocked such as LTAs. Since it is not technically possible to do, I will not take any further action at this point. Interstellarity (talk) 18:40, 6 March 2020 (UTC)
- @AntiCompositeNumber: For this edit, part of one of my user-sub-pages is effectively read-only for a bot that is paged-blocked on a totally unrelated page (block log). The bot could remove the entire transclusion from the page but it cannot edit the "block" as it is transcluded from a page it is page-blocked from editing. Does that count as "giving non-admins (me) the ability to adjust page protection (on the page in "my" user-space)"? Technically, maybe. However, other than some special cases and as contrived examples, there is no utility and no risk to the project as a whole since non-admins can't set or remove protection on the underlying pages. davidwr/(talk)/(contribs) 19:39, 6 March 2020 (UTC)
- The problem is that this only really works when interacting with bots. The transcluded subpage method works well for "You can only edit this section, nothing else". For the cases of "You can edit everything but this section", there isn't a great solution. A bad-faith editor could get around the protection by substing the template and then editing the page. The other, slightly more robust solution is through in-text tags, similar to the section transclusion tags. An admin would put the tags around the section they wanted to protect. Another editor, however, would likely be able to move those tags, unless an edit filter stopped them. A bad-faith editor would likely be able to circumvent such protection by copying the content outside of the tagged area and then commenting out the protected section. --AntiComposite (talk) 20:06, 6 March 2020 (UTC)
- I'm not going to complain that editors can work around something that isn't intentional. That said, any such "working around" would itself be considered "disruptive editing" and land the editor at WP:AN/I if he wasn't fully blocked first. davidwr/(talk)/(contribs) 20:11, 6 March 2020 (UTC)
- The problem is that this only really works when interacting with bots. The transcluded subpage method works well for "You can only edit this section, nothing else". For the cases of "You can edit everything but this section", there isn't a great solution. A bad-faith editor could get around the protection by substing the template and then editing the page. The other, slightly more robust solution is through in-text tags, similar to the section transclusion tags. An admin would put the tags around the section they wanted to protect. Another editor, however, would likely be able to move those tags, unless an edit filter stopped them. A bad-faith editor would likely be able to circumvent such protection by copying the content outside of the tagged area and then commenting out the protected section. --AntiComposite (talk) 20:06, 6 March 2020 (UTC)
Autoconfirmed user but edits put on pending review
As an autoconfirmed user my edits are usually automatically accepted on semi-protected pages, but the page for Parasite (2019 film) appears to be back logging my edits for approval. Is there some special protection? JohnWickTwo (talk) 03:41, 7 March 2020 (UTC)
- If you edit a page that has pending unreviewed revisions, those changes will remain unreviewed. Because of how MediaWiki stores revisions, your edits contain those unreviewed edits. Because you are not a pending changes reviewer, you can not review those pending changes. See WP:Pending changes. --AntiComposite (talk) 03:58, 7 March 2020 (UTC)
- That wasn't the issue, JohnWickTwo made his edit immediately after an accepted edit. In any case, I accepted his edit and rejected a subsequent one. The page is now showing the latest edit.
- Autoconfirmed is done dynamically. I don't pretend to know all of the "magic" that goes into the decision, but I do know that if Wikipedia thinks you are editing from certain IP addresses, such as an open proxy, the threshold goes WAY up. Other rare conditions may temporarily cause you to not be considered autoconfirmed. The way around this is to request to be put in the "confirmed" group. davidwr/(talk)/(contribs) 04:03, 7 March 2020 (UTC)
- Please cite a source for that statement. I can find nothing in the MediaWiki documentation, the code, or our configuration itself that suggests autoconfirmed behaves as you describe. Everything points to autoconfirmed being determined solely by 4 days and 10 edits. --AntiComposite (talk) 05:05, 7 March 2020 (UTC)
- There's an open bug, phab:T234743, describing how the software sometimes gets permissions wrong when trying to apply pending changes protection. I can't tell whether that happened here. -- John of Reading (talk) 05:50, 7 March 2020 (UTC)
- WP:AUTOCONFIRM says: "However, users with the IP block exemption flag and who are editing through the Tor network are subjected to much stricter autoconfirmed thresholds: 90 days and 100 edits.[1]". JohnWickTwo has 3 years and 2230 edits so it's not relevant here. PrimeHunter (talk) 11:58, 7 March 2020 (UTC)
- @AntiComposite: PrimeHunter beat me to it. I also had vague memories of software bugs in the back of my mind but didn't know if any were still "live" or not. davidwr/(talk)/(contribs) 17:53, 7 March 2020 (UTC)
- Thanks to editors for getting back. Davidwr report is accurate that the software bug has not been fully fixed, and John of Reading has identified the ticket from last October at phab which was still being discussed last month. I retested the autoconfirm this morning and now it seems to be temporarily working, possibly after buffers were cleared overnight. JohnWickTwo (talk) 00:33, 8 March 2020 (UTC)
- There's an open bug, phab:T234743, describing how the software sometimes gets permissions wrong when trying to apply pending changes protection. I can't tell whether that happened here. -- John of Reading (talk) 05:50, 7 March 2020 (UTC)
- Please cite a source for that statement. I can find nothing in the MediaWiki documentation, the code, or our configuration itself that suggests autoconfirmed behaves as you describe. Everything points to autoconfirmed being determined solely by 4 days and 10 edits. --AntiComposite (talk) 05:05, 7 March 2020 (UTC)
References
- ^ See wgTorAutoConfirmAge and wgTorAutoConfirmCount in https://noc.wikimedia.org/conf/CommonSettings.php.txt
Editor Interaction Analyser slow
Hey, does anybody other than Sigma ever help maintain the Editor Interaction Analyser? I see that they've not edited here in a few months and the tool is slow, which I've detailed on their talk page. Thanks, Cyphoidbomb (talk) 23:10, 7 March 2020 (UTC)
Wikipedia.org authoritative DNS servers need IPv6 addresses
When doing some tests of different websites using the Internet.nl website test, I was surprised that www.wikipedia.org failed the test for IPv6. In looking at the results, while the web servers for www.wikipedia.org have IPv6 addresses, it seems that the authoritative DNS servers do NOT have IPv6 addresses. This means someone on an IPv6-only network would not be able to look up the addresses to connect to Wikipedia. They could connect to the web servers over IPv6, of course, but they would need to get the AAAA records over IPv4. Realistically, most people on IPv6 networks today will still have access to DNS servers over IPv4, but as some new networks are being deployed IPv6-only, users will have to go through edge gateways to get to IPv4. It would be a tiny bit faster for them to be able to get the DNS records natively over IPv6. It would be great if the Wikipedia name servers were also reachable over IPv6. (If there is a better place to report this, please let me know. Thanks!) - Dyork (talk) 02:30, 8 March 2020 (UTC)
- Update for those not wanting to read through the phabricator thread - over on Talk:IPv6, where I first noted this issue, @Jasper Deng: summarized the task as basically: the WikiMedia Foundation is in the process of moving authoritative DNS to anycast first, and then will add IPv6. - Dyork (talk) 09:33, 8 March 2020 (UTC)
Pywikibot tutorial
Hi, where can I find a comprehensive manual of Pywikibot that is layman-friendly? Thanks! tLoM (The Lord of Math) (Message) 07:03, 8 March 2020 (UTC)
- @The Lord of Math: The guides are only useful for installation, literally everything else you have to find for yourself (which I found out the hard way):
- There is mw:Manual:Pywikibot/Installation
- mw:Manual:Pywikibot/Create your own script
- The rest you have to hunt down on the API docs, most important is the page module. There are very important things such as using site.login(), etc. which are barely covered. If you want a Toolforge+PWB documentation, wikitech:Help:Toolforge/Pywikibot is a good start, but it's so horridly incomplete, I doubt you won't need to do your own research. --qedk (t 心 c) 09:56, 8 March 2020 (UTC)
- @QEDK: Okay, and one side note: How long does it take to load a page, from your experience? Take the page 2019–20 UEFA Europa League. I managed to load it without Pywikibot in about 1.1 seconds. Can Pywikibot do much faster? Thx. tLoM (The Lord of Math) (Message) 05:59, 9 March 2020 (UTC)
- I have not benchmarked the code, but on an average every edit takes 9-10 seconds, with anywhere between 6-8 seconds of sleep, so that leaves 2-3 seconds for loading the page, processing (regex + couple of if-elses) and saving the page. --qedk (t 心 c) 07:38, 9 March 2020 (UTC)
- @QEDK: Okay, and one side note: How long does it take to load a page, from your experience? Take the page 2019–20 UEFA Europa League. I managed to load it without Pywikibot in about 1.1 seconds. Can Pywikibot do much faster? Thx. tLoM (The Lord of Math) (Message) 05:59, 9 March 2020 (UTC)
Page views not working?
I refer to Daily pageviews of this article on Talk:2019–20 Australian bushfire season. It seems to have had a coniption. Any ideas on how to fix it? There is even a loop in the displayed graph! Aoziwe (talk) 11:48, 8 March 2020 (UTC)
- Looks okay to me? --qedk (t 心 c) 13:32, 8 March 2020 (UTC)
- You broke it in [17] which should only have used
{{SUBPAGENAMEE}}
{{SUBJECTPAGENAMEE}}
the first time. Fixed by [18]. The risk of loops could be avoided by implementing [19] in Template:Graph:PageViews per mw:Template talk:Graph:PageViews#Reverse curve. This would make a bar chart instead of an interpolated curve. PrimeHunter (talk) 13:37, 8 March 2020 (UTC)- Hmm, that's weird, when I made the edit, the template used the unencoded version of the magic word and was not working but when I switched it to the encoded version, it worked, now this happened. --qedk (t 心 c) 14:16, 8 March 2020 (UTC)
- The page name should never be encoded in the call of {{Graph:PageViews}}. I have noticed your first change in [20] was also wrong. Before your edit the template used urlencode to encode the page name in the link to https://tools.wmflabs.org/pageviews whether a target was given or not. This was correct. You changed to encode with
{{SUBJECTPAGENAMEE}}
but only when a target was not given. I have restored [21] the previous link which works in all my tests both with and without a target given. If you see a broken call then please give an example. There are subtle differences between our url encoding features and it's possible https://tools.wmflabs.org/pageviews only works with one encoding system in some situations. PrimeHunter (talk) 15:16, 8 March 2020 (UTC)
- The page name should never be encoded in the call of {{Graph:PageViews}}. I have noticed your first change in [20] was also wrong. Before your edit the template used urlencode to encode the page name in the link to https://tools.wmflabs.org/pageviews whether a target was given or not. This was correct. You changed to encode with
- Hmm, that's weird, when I made the edit, the template used the unencoded version of the magic word and was not working but when I switched it to the encoded version, it worked, now this happened. --qedk (t 心 c) 14:16, 8 March 2020 (UTC)
- You broke it in [17] which should only have used
Thanks all. Now working again. Aoziwe (talk) 08:26, 9 March 2020 (UTC)
Extra space produced by Template:M
At Hebrides Terrace Seamount, {{M}} produces two superfluous spaces between "ML" and the magnitude. Is there a way to correct it? Jo-Jo Eumerus (talk) 16:50, 8 March 2020 (UTC)
- Better now? There was excess white space in the template code. – Jonesey95 (talk) 17:21, 8 March 2020 (UTC)
- Yeah, that's better now. Jo-Jo Eumerus (talk) 17:23, 8 March 2020 (UTC)
More pywikibot questions
Hi, I've scanned through some of the source code. However, I still don't understand:
- How to login to the account;
- How to have a bot run constantly - do we need to keep the computer on forever?
Can you please answer them, providing necessary code to help me with them? Also, can you please help me go through the steps of installation of pywikibot? I am using a Mac version 10.15. Thanks in advance. tLoM (The Lord of Math) (Message) 05:59, 9 March 2020 (UTC)
- You log in to the account by calling
site.login()
. Having a bot run constantly is more of a general programming question, you could use a cron job or a while loop, either way obviously the computer would need to be on in order for the bot to run... the wikitech:Help:Toolforge is a shared server environment that you can request access to in order to run bots or other tools. Pywikibot does not require installation, you would unzip it (or clone the git repo) somewhere and either run the bots from that directory, or add that directory to your PYTHONPATH environment variable. ST47 (talk) 07:08, 9 March 2020 (UTC)- I can't afford to have a program on 24/7 on my computer. So if I run it on Toolforge, does it automatically run the code periodically/continuously without user intervention? That is, can it run at 9am on the cloud even if my computer is off at 9? Thanks. tLoM (The Lord of Math) (Message) 07:44, 9 March 2020 (UTC)
@ST47: - pinging. tLoM (The Lord of Math) (Message) 07:44, 9 March 2020 (UTC)
- You can do anything that a cronjob can do. However, if you need to ask these questions, have you considered making a request at WP:BOTR? ST47 (talk) 07:47, 9 March 2020 (UTC)
- ST47, It all started in WP:VPI and became a huge mess, so I decided to run it in userspace. The only problem is, where do I find the git repo or the zip file? Thanks. tLoM (The Lord of Math) (Message) 08:34, 9 March 2020 (UTC)
- Have you tried googling "pywikibot"? ST47 (talk) 08:36, 9 March 2020 (UTC)
- @ST47: Thanks. I have downloaded the xip file and unzipped it. One more question: in which file do I write my program, inside the "Pywikibot-master" folder or within the "Pywikibot" subfolder?
- Have you tried googling "pywikibot"? ST47 (talk) 08:36, 9 March 2020 (UTC)
- ST47, It all started in WP:VPI and became a huge mess, so I decided to run it in userspace. The only problem is, where do I find the git repo or the zip file? Thanks. tLoM (The Lord of Math) (Message) 08:34, 9 March 2020 (UTC)
- You can do anything that a cronjob can do. However, if you need to ask these questions, have you considered making a request at WP:BOTR? ST47 (talk) 07:47, 9 March 2020 (UTC)
Thanks. tLoM (The Lord of Math) (Message) 09:01, 9 March 2020 (UTC)
- Within the Pywikibot-master folder, or you could write your program anywhere else and simply add the Pywikibot-master folder to your PYTHONPATH environment variable. ST47 (talk) 09:05, 9 March 2020 (UTC)
- ST47, where do I insert the password for the bot? And also does site.login() run with arguments and what does it return? I don't seem to be able to find it at the docs. Thanks. tLoM (The Lord of Math) (Message) 09:32, 9 March 2020 (UTC)
- By the way, if you had written any simple bots with python can you please show me the full source code (but replace the passwords with "XXXXXXXX")? Thanks. tLoM (The Lord of Math) (Message) 09:37, 9 March 2020 (UTC)
- ST47, where do I insert the password for the bot? And also does site.login() run with arguments and what does it return? I don't seem to be able to find it at the docs. Thanks. tLoM (The Lord of Math) (Message) 09:32, 9 March 2020 (UTC)
- Within the Pywikibot-master folder, or you could write your program anywhere else and simply add the Pywikibot-master folder to your PYTHONPATH environment variable. ST47 (talk) 09:05, 9 March 2020 (UTC)
- You should have found this page of the manual (it's the second google result for "pywikibot" for me), which tells you how to run "generate_user_files". Once you do, there will be a user_password.py file, which is where the passwords are stored. site.login() does not take any useful arguments. There are a number of existing bots that can be found in the "scripts" directory. ST47 (talk) 09:44, 9 March 2020 (UTC)
- ST47 I ran through the program and used pwb.py login to login as my bot name. So when I run my next script, will it stay logged in as that bot? Thanks. tLoM (The Lord of Math) (Message) 10:01, 9 March 2020 (UTC)
@ST47: notifying. tLoM (The Lord of Math) (Message) 12:57, 9 March 2020 (UTC)
- I got your first ping. Why don't you try it and find out? ST47 (talk) 16:04, 9 March 2020 (UTC)
- @ST47: I tried it. However, every time I ran something, the terminal threw a
<class 'pywikibot.i18n.TranslationError'>
error. I have been running these programs in the following syntax:
- @ST47: I tried it. However, every time I ran something, the terminal threw a
<nowiki>
(base) XXXXXXXXXXX:pywikibot-master XXXXX$ python pwb.py login
<br/>
Logged in on wikipedia:en as XXXXBot.
<br/>
(base) XXXXXXXXXXX:pywikibot-master XXXXX$ python pwb.py add_text -page:User:The Lord of Math/sandbox -test:Blah
<br/>
...
<br/>
CRITICAL: Exiting due to uncaught exception <class 'pywikibot.i18n.TranslationError'>
</nowiki>
Am I running it correctly? Thanks. tLoM (The Lord of Math) (Message) 02:08, 10 March 2020 (UTC)
- No. Please see mw:Manual:Pywikibot/add_text.py#Example. There is no "-test" listed on that page, and values must be in quotation marks. Also, "..." might show the actual error. --Malyacko (talk) 02:26, 10 March 2020 (UTC)
- Oops. I meant "text" when I typed "test". It seemed to be working, thanks! (But I got blocked by an edit filter when I was using a bot to edit my own userpage ;) ) Thanks! tLoM (The Lord of Math) (Message) 03:08, 10 March 2020 (UTC)
- ST47 I have several more questions. I was completely baffled by the documentation. So how do I call a page given a title? For example, given the page name "User:ST47", how do I generate an editable page object? Many thanks. tLoM (The Lord of Math) (Message) 04:18, 10 March 2020 (UTC)
- Oops. I meant "text" when I typed "test". It seemed to be working, thanks! (But I got blocked by an edit filter when I was using a bot to edit my own userpage ;) ) Thanks! tLoM (The Lord of Math) (Message) 03:08, 10 March 2020 (UTC)
@Malyacko: Pinging Malyacko. tLoM (The Lord of Math) (Message) 04:20, 10 March 2020 (UTC)
- @The Lord of Math: Please do not ping individual people for no good reason, as this is not a private support line. Thanks for your understanding. It also seems that this becomes a neverending thread. If you don't understand a specific sentence of the documentation, then you may mention that specific sentence of the documentation and describe what exactly you've tried so far and what was the output so far, in a Pywikibot support forum. I'm afraid that teaching programming might be out of scope here. --Malyacko (talk) 10:58, 10 March 2020 (UTC)
- @Malyacko: Actually I have just completed all I had to now; my bot was editing well. Thanks for teaching me and your support! tLoM (The Lord of Math) (Message) 11:04, 10 March 2020 (UTC)
- @The Lord of Math: Please do not ping individual people for no good reason, as this is not a private support line. Thanks for your understanding. It also seems that this becomes a neverending thread. If you don't understand a specific sentence of the documentation, then you may mention that specific sentence of the documentation and describe what exactly you've tried so far and what was the output so far, in a Pywikibot support forum. I'm afraid that teaching programming might be out of scope here. --Malyacko (talk) 10:58, 10 March 2020 (UTC)
Extended confirmed users and pending changes
I'm an extended confirmed user and yet my edit was held under review. As per WP:PC, pending changes restrictions are limited to only unregistered or new users. Also note that the edit [22] was published when there was no any pending review.
File:Edit History.jpg Stormbird (talk) 07:12, 9 March 2020 (UTC)
- This is the fairly-difficult-to-follow Phabricator task T233561, mentioned just a few sections up. As far as I know, the root cause is unknown. ST47 (talk) 07:26, 9 March 2020 (UTC)
- See section above for "Autoconfirmed user but edits put on pending review". Have any of the editors on the Phabricator task been notified? JohnWickTwo (talk) 00:46, 15 March 2020 (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.
Recent changes
- There is a new search word called
articletopic
. You can use it to search for articles on a specific topic. It is available on the Arabic, Czech, English and Vietnamese Wikipedias. It will come to more Wikipedias soon. [23][24][25]
Changes later this week
- The new version of MediaWiki will be on test wikis and MediaWiki.org from 10 March. It will be on non-Wikipedia wikis and some Wikipedias from 11 March. It will be on all wikis from 12 March (calendar).
Future changes
- There is a plan for new requirements for user signatures. You can give feedback.
- The Wikipedia Android app will do push notifications if users want them. This could help you see for example when someone wrote on your talk page or your edit was reverted. This will come later this year. [26]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
17:14, 9 March 2020 (UTC)
- Two things:
- mw:Special:MyLanguage/New requirements for user signatures is the same thing as #Unbreaking custom signatures in software.
- Anybody want to play with my new (pre-beta) toy? Go to https://fr.wikipedia.org/wiki/Utilisatrice:Whatamidoing_(WMF)/Brouillon?dtenable=1&uselang=en and find the (blue) Reply link at the end of each timestamp. Leave me a quick reply and ping me (here, there, anywhere) to tell me what you think. (Still not working in Safari.)
- Whatamidoing (WMF) (talk) 20:21, 9 March 2020 (UTC)
- If it ain't working in Safari, what do us lowly MacBook owners do, download Chrome? --qedk (t 心 c) 23:37, 9 March 2020 (UTC)
- We wait until the patch gets merged tomorrow. This is their second try at fixing this bug. Whatamidoing (WMF) (talk) 00:54, 10 March 2020 (UTC)
- It's working in Safari now (for me, anyway). Please try it out.
- I've started posting information at Wikipedia:Talk pages project. The magic link is on its talk page. Whatamidoing (WMF) (talk) 19:10, 10 March 2020 (UTC)
- @Whatamidoing (WMF): Received your ping (and from fr.wiki at that)! --qedk (t 心 c) 23:11, 11 March 2020 (UTC)
- We wait until the patch gets merged tomorrow. This is their second try at fixing this bug. Whatamidoing (WMF) (talk) 00:54, 10 March 2020 (UTC)
- If it ain't working in Safari, what do us lowly MacBook owners do, download Chrome? --qedk (t 心 c) 23:37, 9 March 2020 (UTC)
{{subst:Orfurrev}} automatically added
It can't be too hard to have {{subst:Orfurrev}} being added when uploading a new version of non-free content. I'm no programmer but can't you just write "If deepcat:Category:"All non-free media" = yes, then add {{subst:Orfurrev}} when uploading new version"."? Would this be possible, or am I naïve?Jonteemil (talk) 22:15, 9 March 2020 (UTC)
- Doesn't JJMC89 bot (operated by JJMC89) already do this? * Pppery * it has begun... 23:20, 9 March 2020 (UTC)
- @Pppery: What I mean is that the second you upload a new file, the template is added. I don't mean a bot adding it a few hours later.Jonteemil (talk) 01:02, 10 March 2020 (UTC)
- Uploading a new file version doesn't even edit the file page. I don't think MediaWiki has any feature to make automatic edits unless you count page creation at original uploads and moves (moves leave behind MediaWiki:Move-redirect-text). Making a new MediaWiki feature for automatic edits to existing pages sounds non-trivial to me and not worth it unless it's part of a larger complicated system of automatic edits. Which is exactly what bots already are. You could try to make somebody get a bot to respond faster like User:ClueBot NG reverting possible vandalism within seconds but I don't see any urgency here. The tag stays for seven days anyway. PrimeHunter (talk) 01:38, 10 March 2020 (UTC)
- @PrimeHunter: Does the software really needs to be updated for this to work? I mean you can edit pages with both WP:Twinkle and WP:HotCat and this is done with the present software.Jonteemil (talk) 23:02, 10 March 2020 (UTC)
- Uploading a new version is done with MediaWiki. A MediaWiki feature would only run during uploads. Twinkle and HotCat are user scripts which require JavaScript in the browser. It would be possible to make a user script for this at the English Wikipedia. I don't think you would get support to make it a default gadget (or any gadget), or part of sitewide JavaScript. I think a user script would have to constantly check whether your last action was an upload. Every default script slows down the site for all users with JavaScript, or at least all autoconfirmed users if the script is limited to those. I also think a default script which makes automated edits would be controversial when we can just wait for a bot to add the tag if the uploader didn't. And if you find and install an optional user script to add the tag then you already know about the tag. It's not that hard to write {{subst:Orfurrev}}, and it's rare to upload new versions. PrimeHunter (talk) 23:29, 10 March 2020 (UTC)
- @PrimeHunter: Does the software really needs to be updated for this to work? I mean you can edit pages with both WP:Twinkle and WP:HotCat and this is done with the present software.Jonteemil (talk) 23:02, 10 March 2020 (UTC)
- Uploading a new file version doesn't even edit the file page. I don't think MediaWiki has any feature to make automatic edits unless you count page creation at original uploads and moves (moves leave behind MediaWiki:Move-redirect-text). Making a new MediaWiki feature for automatic edits to existing pages sounds non-trivial to me and not worth it unless it's part of a larger complicated system of automatic edits. Which is exactly what bots already are. You could try to make somebody get a bot to respond faster like User:ClueBot NG reverting possible vandalism within seconds but I don't see any urgency here. The tag stays for seven days anyway. PrimeHunter (talk) 01:38, 10 March 2020 (UTC)
- @Pppery: What I mean is that the second you upload a new file, the template is added. I don't mean a bot adding it a few hours later.Jonteemil (talk) 01:02, 10 March 2020 (UTC)
Two-factor authentication
Hi I need help of the abovementioned. I have 2FA at the moment, but would like to change the mobile number. what should I do and how to do it? Thanks in advance. here ping PrimeHunter CASSIOPEIA(talk) 05:04, 10 March 2020 (UTC)
- @CASSIOPEIA:: H:DISABLE2FA? :) --Malyacko (talk) 11:01, 10 March 2020 (UTC)
- Malyacko Thank you very much. CASSIOPEIA(talk) 22:47, 10 March 2020 (UTC)
Unexpected notifications
Hi, I was working with my new bot account User:ZhengdunBot. For a few days everything worked fine. But then at around 1:30 UTC today, I was bombarded with 17 notifications. Apparently people (some bots) from all over the world are welcoming me in a dozen languages, including the Arabic Wikipedia and the Hindu Wikipedia. Some of these messages were posted by bots. I don't know what is happening. Can anybody explain this for me? Thanks. tLoM (The Lord of Math) (Message) 13:48, 10 March 2020 (UTC)
- Special:CentralAuth/ZhengdunBot shows the bot account was created at 154 Wikipedia languages within 5 minutes today. This happens when a logged in account views any page at a Wikimedia wiki. Some wikis post welcome messages to accounts without edits. I have long considered making a proposal at meta to only allow welcomes if the account has edits at the wiki or was originally created there. PrimeHunter (talk) 14:39, 10 March 2020 (UTC)
- To be clear, the account is only created at the wiki you visit. The bot apparently visited 154 wikis in alphabetical order. PrimeHunter (talk) 22:48, 10 March 2020 (UTC)
- Not true, I have accounts at a number of wikis that I've never visited - see Special:CentralAuth/Redrose64 and sort on the "Edit count" column. All these zeroes don't just mean that I've never edited there, it also means that I've never visited either, since on first visiting a site, I set my language and skin at the preferences and create a user page to make it clear that I don't speak their language. Before visiting them, several have sent me welcome messages on User talk: or by email (both of which trigger a notification); and that is almost always the reason why I then visit the site for the first time. See User:Redrose64#Non-English editing, the part beginning "For some reason, ...". Sometimes (most recently at Tulu Wikipedia), when I go to the prefs to set a language, I notice that I'm already autoconfirmed - after making precisely zero edits. --Redrose64 🌹 (talk) 08:38, 11 March 2020 (UTC)
- I was discussing ZhengdunBot and didn't say it was the only way your account can be created. It can also happen if the wiki imports the page history of a page you have edited. Imported edits don't show at Special:CentralAuth but sometimes (not always) show at user contributions at the wiki itself so this is tricky. For example, Special:CentralAuth/Redrose64 says 0 edits at tn.wikipedia.org but clicking the "0" leads to 4 imported edits (to 4 different templates) from 2013. Our templates are often imported by other wikis and you have a lot of template edits. Automatic account creation due to imported edits started in December 2017 and included edits imported before that date. See Wikipedia:Village pump (technical)/Archive 162#Edits (rather than the text of edits) being imported into Wikipedias of other languages. tcy:Special:Log/Redrose64 shows when your tcy account was created. tcy:Special:Log/import shows many imported pages that minute, e.g. [27] which you edited in 2013 and 2014. PrimeHunter (talk) 13:41, 11 March 2020 (UTC)
- The default autoconfirmation requirements for Wikimedia wikis are set in https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php. It's 4 days for mw:Manual:$wgAutoConfirmAge (changing the MediaWiki default of 0), and 0 edits for mw:Manual:$wgAutoConfirmCount. You satisfied both when you created a tcy user page 16 days after the account creation and welcome. enwiki sets $wgAutoConfirmCount to 10 edits. PrimeHunter (talk) 14:02, 11 March 2020 (UTC)
- Not true, I have accounts at a number of wikis that I've never visited - see Special:CentralAuth/Redrose64 and sort on the "Edit count" column. All these zeroes don't just mean that I've never edited there, it also means that I've never visited either, since on first visiting a site, I set my language and skin at the preferences and create a user page to make it clear that I don't speak their language. Before visiting them, several have sent me welcome messages on User talk: or by email (both of which trigger a notification); and that is almost always the reason why I then visit the site for the first time. See User:Redrose64#Non-English editing, the part beginning "For some reason, ...". Sometimes (most recently at Tulu Wikipedia), when I go to the prefs to set a language, I notice that I'm already autoconfirmed - after making precisely zero edits. --Redrose64 🌹 (talk) 08:38, 11 March 2020 (UTC)
version history suggestion, questions
iiuc, 'version history' indicates a section name except when 1) the lead is the only section edited or 2) multiple sections have been edited. Is there a way to change the 'version history' tool so it indicates "(lead)" when the only edits are to the lead and "<section 1>, …, <section n>" when edits are made to multiple sections? Or is there another tool available to identify all edits made to an article section? Humanengr (talk) 06:19, 11 March 2020 (UTC)
- To the first question, it already does this, but you need to visit Preferences → Gadgets and enable "Add an [edit] link for the lead section of a page". This doesn't just do what it claims, it also pre-fills the edit summary with
/* top */
so that when saved, there is not just an indication that the lead section was edited, but also a link to that section, as here . To the second, you need to manually set them in the edit summary. For instance, in this edit I used an edit summary of/* Reasoning */ typo /* External links */ sp
and you should see that there are two clickable section names in the diff, each preceded by a → arrow. --Redrose64 🌹 (talk) 08:53, 11 March 2020 (UTC)- @Humanengr: IOW, the history page isn't looking at the edits and figuring out what was edited – it's showing the edit summary that was saved by the editor. If the editor used a section-edit link to edit, the edit summary field is pre-filled with
/* section name */
. The editor can remove/change/add to it as they like. For example, if you look at this page's history, you'll see that I changed the edit summary (to start with a capital letter, which the section does not). —[AlanM1(talk)]— 12:26, 11 March 2020 (UTC)I changed the edit summary (to start with a capital letter, which the section does not)
and which breaks the link from history and watchlist; don't do that.- —Trappist the monk (talk) 12:46, 11 March 2020 (UTC)
- @AlanM1 and Trappist the monk: Thx for the explanation and instruction. However, my question comes at this from the other side — given that not all editors set for auto 'top' or manually indicate all the §§ they enter, I was hoping there was a tool which did figure out all the times a given § was edited. Humanengr (talk) 17:31, 11 March 2020 (UTC)
- If there is such a tool, I do not know of it.
- —Trappist the monk (talk) 22:46, 11 March 2020 (UTC)
- 'twas a slim hope. Thx, Humanengr (talk) 22:54, 11 March 2020 (UTC)
- @Humanengr: not exactly as ambitious as you'd want it, but helpful nevertheless: User:Jcgoble3/SectionInput.js – Finnusertop (talk ⋅ contribs) 10:03, 14 March 2020 (UTC)
- 'twas a slim hope. Thx, Humanengr (talk) 22:54, 11 March 2020 (UTC)
- @AlanM1 and Trappist the monk: Thx for the explanation and instruction. However, my question comes at this from the other side — given that not all editors set for auto 'top' or manually indicate all the §§ they enter, I was hoping there was a tool which did figure out all the times a given § was edited. Humanengr (talk) 17:31, 11 March 2020 (UTC)
- @Humanengr: IOW, the history page isn't looking at the edits and figuring out what was edited – it's showing the edit summary that was saved by the editor. If the editor used a section-edit link to edit, the edit summary field is pre-filled with
Maps
mw:Tech talks will offer a talk about Maps on 25 March 2020 at 18:00 UTC (11:00 a.m. PDT, 2:00 p.m. EDT). You can watch the talk live at https://www.youtube.com/watch?v=2LH-pYdi9Ks Questions will be taken on m:IRC at #wikimedia-office
Please share this information with editors who are interested in the future of maps. Whatamidoing (WMF) (talk) 16:04, 11 March 2020 (UTC)
Suggestion for the main page
There are some wikis where the main page/homepage don't have an edit button, history button, etc. such as wikiHow. Can I suggest removing the read, view source and view history buttons? This means having only the main page buttons and talk buttons visible to non-administrators, and only administrators having access to all buttons. I find them unnecessary for non-administrators, especially given only they can edit the main page. I'm not perfect but I'm almost (talk) 23:42, 11 March 2020 (UTC)
- I feel like this is a question better for mediawiki.--Jorm (talk) 23:46, 11 March 2020 (UTC)
- We could do it here by adding
.page-Main_Page #ca-history, .page-Main_Page #ca-edit
to the list at the start of MediaWiki:Vector.css and other skins, and then add override code to MediaWiki:Group-sysop.css. But I don't support it. There are already other tabs so we wouldn't save space, and it could cause confusion. I once suggested a way to make the main page history more useful by adding a link to Wikipedia:Main Page history. The view source tab is already made more useful by adding special text for the main page in {{Protected page text}}, e.g. a link to Wikipedia:Main Page/Errors. PrimeHunter (talk) 00:48, 12 March 2020 (UTC)- I'm completely against this suggestion. Non-admins can't edit the main page, but it's perfectly legitimate for them to investigate how it's structured, and they should be able to track the history and see what changed and who changed it. No, no, no, utterly utterly no. --Trovatore (talk) 01:19, 12 March 2020 (UTC)
- +1 as per Trovatore.
- A user's ability to examine the wikicode underlying every page in the site database — even and especially the ones they lack permission to edit — is consistent with the third pillar, "Wikipedia is free content that anyone can use, edit, and distribute". Wikipedia may only aspire to be "the sum of all human knowledge", but it unequivocally is the largest known repository of MediaWiki source code in existence. The content source's value as an implicit resource is IMHO on par with the explicit value of the published output. Every single one of us has at least one WikiCoding technique or skill that we learned not through instruction or formal learning materials, but simply by observing someone else employing it "in the wild".
- Restricting the ability to View Source on the Main page would offer little-to-no protection against abuse and vandalism. (Say it with me: "Security through obscurity is not security.") But it would both:
- Present a "challenge" to potential bad actors, by turning the source of the Main page into a challenge to be met, and a prize to be won — potentially increasing malicious activity targeting the Main page.
- Represent an abdication of Wikipedia's commitment to free and open sharing of knowledge.
- Hard oppose. -- FeRDNYC (talk) 08:15, 15 March 2020 (UTC)
- (Apologies, I'm not perfect but I'm almost didn't actually mention security as being any sort of motivation for the proposal. That's usually the misguided impetus for this sort of idea, or at least one of them, so I perhaps got a little carried away. Still, if it's not to "protect" the page then there's even less reason to do this.) -- FeRDNYC (talk) 08:23, 15 March 2020 (UTC)
- I'm completely against this suggestion. Non-admins can't edit the main page, but it's perfectly legitimate for them to investigate how it's structured, and they should be able to track the history and see what changed and who changed it. No, no, no, utterly utterly no. --Trovatore (talk) 01:19, 12 March 2020 (UTC)
- We could do it here by adding
Why is Bapunagar Darpan a blue link?
In Wikipedia:Articles for deletion/Bapunagar Darpan, the link to Bapunagar Darpan renders in blue, even though the target has been deleted. What's going on there? -- RoySmith (talk) 01:49, 12 March 2020 (UTC)
- Cache issue? It shows as red for me. 28bytes (talk) 02:04, 12 March 2020 (UTC)
- Hmmm, yeah, must have been. It's red for me now too. Nevermind :-) -- RoySmith (talk) 02:19, 12 March 2020 (UTC)
That's not arabic
Hello! Here [28] I'm using refToolbar, autofilling a Google books url. I know refToolbar isn't perfect and bears watching, but it surprised me when I noticed that the language was deemed "arabic". My question is, was this info grabbed from an external source, or is it something internal that could perhaps be improved? If so, who should I tell about it? Gråbergs Gråa Sång (talk) 08:59, 12 March 2020 (UTC)
I note that in this case [29] refToolbar got the language right. Gråbergs Gråa Sång (talk) 09:04, 12 March 2020 (UTC)
- @Gråbergs Gråa Sång: Reftoolbar uses Citoid and citoid in turn uses Zotero, which has a Google Books scraper, which retrieves this XML description of the book from Google books, which states that the language of the book is 'ar'. Therefor, please contact Google books to correct their data. —TheDJ (talk • contribs) 13:33, 12 March 2020 (UTC)
- Thanks! Gråbergs Gråa Sång (talk) 13:59, 12 March 2020 (UTC)
geohack broken?
Is it just me, or is tools.wmflabs.org/geohack broken? With two different browsers, I'm currently unable to view {{coord}} links on articles. —Steve Summit (talk) 10:31, 12 March 2020 (UTC)
- Yes, it seems like it is down. Rehman 10:35, 12 March 2020 (UTC)
- The autofill in reftoolbar seems down too, is it connected? Gråbergs Gråa Sång (talk) 10:59, 12 March 2020 (UTC)
- It is a cloud-wide issue. None of the wmflabs tools are working. ‐‐1997kB (talk) 11:30, 12 March 2020 (UTC)
- Being tracked at phab:T247501. – Ammarpad (talk) 11:46, 12 March 2020 (UTC)
- Everthing is up now. ‐‐1997kB (talk) 11:53, 12 March 2020 (UTC)
- It is a cloud-wide issue. None of the wmflabs tools are working. ‐‐1997kB (talk) 11:30, 12 March 2020 (UTC)
What is going on here? NonsensicalSystem(err0r?)(.log) 11:35, 12 March 2020 (UTC)
- Was missing some HTML tags. ‐‐1997kB (talk) 11:40, 12 March 2020 (UTC)
Display issues
My watchlist has just said "common watchlist" (fixed); the main page search bar had moved (fixed); and some articles are displaying references differently (showing as 1.1, 1.2 rather than 1abc (still a problem). Is somebody messing around with something behind the scenes? GiantSnowman 20:18, 12 March 2020 (UTC)
- WP:ITSTHURSDAY --Redrose64 🌹 (talk) 21:48, 12 March 2020 (UTC)
- Interesting, thanks! GiantSnowman 19:36, 13 March 2020 (UTC)
Two images, one caption?
In American Bank Note Company Printing Plant#Landmarked buildings I've got two maps showing the same area in different years. Is there a good way to have the two images connected with a single caption? -- RoySmith (talk) 03:03, 13 March 2020 (UTC)
- {{Multiple image}}. PrimeHunter (talk) 03:08, 13 March 2020 (UTC)
- You can use its footer caption to do a single caption, or alternative, still use that template and have separate captions but there will be a single frame around both. Either approach gets you an effect I think you want that makes a clear connection between your two maps there. --Masem (t) 03:23, 13 March 2020 (UTC)
- Yup, that's what I was looking for. Thanks. -- RoySmith (talk) 03:48, 13 March 2020 (UTC)
- You can use its footer caption to do a single caption, or alternative, still use that template and have separate captions but there will be a single frame around both. Either approach gets you an effect I think you want that makes a clear connection between your two maps there. --Masem (t) 03:23, 13 March 2020 (UTC)
Analysis of edit summary usage
Because of health issues, I am not quite up to pursuing this myself, but looking at my analysis of edit summary usage, I am struck by the fact that my stats are so heavily influenced by posts from five or ten years ago. Is anyone here willing to propose that this tool be modified to show stats from the last five years in the pie charts at the top, possibly with another set of all time stats near the bottom? --Guy Macon (talk) 16:54, 12 March 2020 (UTC)
- Surely this is a question of desirability, i.e. does the community want that view of data for an RfA, rather than the technical feasibility of achieving it? Leaky caldron (talk) 18:18, 13 March 2020 (UTC)
- Is there someone ready and able to modify the tool should the community say yes, or are we talking about Yet Another Situation where pretty much everyone agrees that a change would be beneficial but nobody actually makes the change? Thus my "Is anyone here willing to propose that this tool be modified" question, which would appear to require someone who knows where to ask. I am not up to it,,having had a heart attack in the last two weeks,. --Guy Macon (talk) 02:45, 14 March 2020 (UTC)
Why is the review log not included in the list of all public logs?
Ever since I was granted pending changes reviewer rights, I've been curious about why my list of all public logs does not include the changes from my review log (which lists edits to pages under pending changes protection that I've reviewed). I spent some time looking for a discussion about this, but was unable to find anything. Are any other editors aware of why this is the case? – Lord Bolingbroke (talk) 20:56, 13 March 2020 (UTC)
- See Wikipedia:Village pump (technical)/Archive 177#Thanks log not included in "All public logs"? and phab:T237729. PrimeHunter (talk) 21:59, 13 March 2020 (UTC)
- Also my last comment at Wikipedia:Village pump (technical)/Archive 179#Unexpectedly caught by pending changes. --Redrose64 🌹 (talk) 22:18, 13 March 2020 (UTC)
- Thank you for providing these links PrimeHunter and Redrose64. After looking through them, I'm still unsure why the developers decided to exclude the thanks log, review log, patrol log, and tag log from something that says "all public logs". Did they think these logs would add too much clutter to the main log? Is there any technical reason why they could not be included? As RoySmith previously noted, it's not an intuitive user interface. – Lord Bolingbroke (talk) 02:13, 14 March 2020 (UTC)
Wikipedia keeps logging me out
I have been logged out without any action on my part three times in the last couple of hours. Every time I log in I click to stay logged in for 365 days. Has anyone else had this problem? Sundayclose (talk) 01:31, 14 March 2020 (UTC)
- Sundayclose, I believe the usual advice is to log out (on purpose, this time) and log back in, and see if that helps.
- Also, have you changed any browser settings, such as those around privacy (especially whether cookies are kept and whether third-party cookies can be set)? Whatamidoing (WMF) (talk) 02:07, 14 March 2020 (UTC)
- @Whatamidoing (WMF): Thanks for the reply. I haven't changed any settings. But it hasn't happened since I made the post above. Maybe it was just a blip. Sundayclose (talk) 02:47, 14 March 2020 (UTC)
- @Whatamidoing (WMF): I narrowed down the problem. If I use the refill app, I end up logged out. Even if I have another window open that is logged in, that window shows me logged out after I go to any Wikipedia page. Strange. Should I post something elsewhere see if others who use refill have this problem? Thanks. Sundayclose (talk) 20:02, 14 March 2020 (UTC)
- @Whatamidoing (WMF): Thanks for the reply. I haven't changed any settings. But it hasn't happened since I made the post above. Maybe it was just a blip. Sundayclose (talk) 02:47, 14 March 2020 (UTC)
AFC
The afc (afch 0.9.1) script is not notifying users when I accept drafts. --Thegooduser Life Begins With a Smile :) 🍁 03:06, 14 March 2020 (UTC)
- In the acceptance window, there's a "Notify submitter" checkbox, you should make sure you'e not unchecking it. It's checked by default. – Ammarpad (talk) 08:00, 14 March 2020 (UTC)
- it is always checked --Thegooduser Life Begins With a Smile :) 🍁 21:24, 14 March 2020 (UTC)
Making dates in sortable Wikitables chronologically sortable
Hi all,
I'd like to make dates in sortable Wikitables chronologically sortable, for example in the article List of battles of the War of the First Coalition. The table does not recognise the fact that the dates that I put in the first column have a value that should be sortable according to history instead of the alphabet and the day numbers in those dates. For example, it now thinks that 1 June 1794 came before 1 March 1793 just because the M shows up before the J in the alphabet, despite the fact that 1793 came before 1794 in history. There is probably some template that I can use for this, but I couldn't find it. Nederlandse Leeuw (talk) 07:55, 14 March 2020 (UTC)
- Nederlandse Leeuw, try Help:Sorting#Specifying_a_sort_key_for_a_cell. There is a "data-sort-type=date" parameter to use. Elizium23 (talk) 08:03, 14 March 2020 (UTC)
- Elizium23, thank you, but it still doesn't quite solve the problem. For some reason part the dates get lined up properly from first to last (April 1792 – October 1797), then the rest sorted in seemingly random ways. It can't just be explained by the fact that some events took several days and that therefore dates like '18 November – 22 December 1793' aren't properly recognised and sorted. Nederlandse Leeuw (talk) 08:18, 14 March 2020 (UTC)
- Ah, my bad, part of the problem was caused by my earlier attempt at fixing this problem using the Template:Date table sorting. I guess I'll have to solve the multiday event sorting problem manually, let's give it a go. Nederlandse Leeuw (talk) 08:27, 14 March 2020 (UTC)
- @Nederlandse Leeuw: It seems like it was capable of handling some kind of range format, but I can't seem to find one that works now, so replacing
19 – 23 August 1792
withdata-sort-value="19 August 1792" | 19 – 23 August 1792
should work for you. —[AlanM1 (talk)]— 08:58, 14 March 2020 (UTC)- With some regex help I have used
data-sort-value
to sort all ranges by the start date and all imprecise dates by the earliest possible date.[30] Entries with the same start date get the same sort key and are not sorted by end date. PrimeHunter (talk) 13:10, 14 March 2020 (UTC)
- With some regex help I have used
- @Nederlandse Leeuw: It seems like it was capable of handling some kind of range format, but I can't seem to find one that works now, so replacing
- Ah, my bad, part of the problem was caused by my earlier attempt at fixing this problem using the Template:Date table sorting. I guess I'll have to solve the multiday event sorting problem manually, let's give it a go. Nederlandse Leeuw (talk) 08:27, 14 March 2020 (UTC)
- Elizium23, thank you, but it still doesn't quite solve the problem. For some reason part the dates get lined up properly from first to last (April 1792 – October 1797), then the rest sorted in seemingly random ways. It can't just be explained by the fact that some events took several days and that therefore dates like '18 November – 22 December 1793' aren't properly recognised and sorted. Nederlandse Leeuw (talk) 08:18, 14 March 2020 (UTC)
If people want date sorting then the sort keys should exclusively be defined using ISO 8601 dates, plain and simple. Nothing else makes sense. YYYY-MM-DD
dates are trivially sortable, numerically as well as "alphabetically" (via numerical fallback), because they naturally order the date components in a most-to-least-significant digit progression with zero ambiguity. And as you say, for date ranges you just set the start date as the sort key, at least in the majority of cases. -- FeRDNYC (talk) 04:05, 15 March 2020 (UTC)
- Not so, if the column header is given the
data-sort-type=date
attribute. --Redrose64 🌹 (talk) 12:01, 15 March 2020 (UTC)- @Redrose64: Sure, if all the data in the column is sortable that way, then great. But if it isn't — as in the example AlanM1 gave, where some cells contained date ranges and etc. — and a
data-sort-value=
has to be populated, then it just feels kind of counterproductive to use anything other than ISO 8601 when populating that (invisible, anyway) field. -- FeRDNYC (talk) 12:38, 15 March 2020 (UTC)- The table has many pure dates like "28 April 1792" which don't need a sort key. It seemed natural to use the same sort key format as in dates without sort keys. It was also easier to copy the month name with regex, and it's easier to check that the sort keys match the displayed dates. PrimeHunter (talk) 12:56, 15 March 2020 (UTC)
- @Redrose64: Sure, if all the data in the column is sortable that way, then great. But if it isn't — as in the example AlanM1 gave, where some cells contained date ranges and etc. — and a
Full colour 3D models on Wikipedia and other projects
Hi all
If you'd like full colour 3D models to be available on Wikimedia projects please subscribe to this phabricator task to show that it is a feature people want.
https://phabricator.wikimedia.org/T246901
Thanks
John Cummings (talk) 09:17, 14 March 2020 (UTC)
Detecting and fixing improper talk page deletion
- Original title was: Re. detecting and fixing improper talk page deletion - violations of "Article talk page discussions should be archived – not blanked"
Are there people/specialized tools for quickly checking/responding if there is a pattern of WP:ARCHIVENOTDELETE violations (the "not blanked" part) like this one edit by a user or on a talk page? Where is discussing and addressing such things more on topic - that's not as general as here? Also, IMO tools like OneClickArchiver shouldn't work on a talk page unless the page has archives and the archives are searchable and linked from it. User:Technical_13 User:Technical_13/1CA? User:Another_Believer? (belatedly signed) --50.201.195.170 (talk) 21:16, 14 March 2020 (UTC)
- It's not a crime to violate WP:ARCHIVENOTDELETE, but such removals may be against WP:TPO and violations of that are strongly discouraged. BTW your post won't have notified Technical 13 or Another Believer, because you didn't sign it. --Redrose64 🌹 (talk) 21:32, 14 March 2020 (UTC)
- Thanks. Fixed (unneeded since you notified 'em.) So are you saying one violation is more or less wrong than the other?
- Hope someone addresses my questions.
- I noticed that the violation(s) by what seems to be a SPA, so I wonder
about NPOV violations (as the edit seemed to be quashing discussion) andwhy there were 4061 exams, not 3700 (surely a rounded number). [Edit: Seems editor is inactive and was making good edits, to my eye.] - Oh yeah:
- --50.201.195.170 (talk) 22:10, 14 March 2020 (UTC)
- I reworded the title of this section because I was unable to link to the header from another page. Not sure why not. EdJohnston (talk) 23:04, 14 March 2020 (UTC)
- I notified Nickayane99, the person who did the attempted archiving on Talk:2020 coronavirus pandemic on cruise ships, in case they want to respond. The issue is the apparent failure to archive properly, but the cited discussion may be too recent to make it sensible to archive this kind of post. It's true that no archives have yet been created for that page. Does the One-Click Archiver work even when no archives exist yet, and when no MiszaBot header has been created? EdJohnston (talk) 23:22, 14 March 2020 (UTC)
- I never use one-click archiver (OCA) and I wish that others didn't either. It's a bit like hatting a thread - somebody has taken it upon themselves to decide that nobody else is allowed to comment. If a page is set up for automatic archiving, there's normally no reason not to let the relevant bot handle it in the normal course of things. OCA has also been known to send threads to the wrong archive - perhaps an old one, or it might start a fresh archive page when the current one is still very small. On that, I once came across a case where someone used OCA to archive five or six threads which all ended up in separate archives. OCA can also screw the archive pages, particularly when a page is normally archived by ClueBot III. --Redrose64 🌹 (talk) 00:43, 15 March 2020 (UTC)
- Ed: Good. Just to clarify, OCA was used by a different user. And Technical 13 can't reply - {{ArbComBlock}} Red:Agreed. Looks like OCA should be disabled. Σ pinged. --50.201.195.170 (talk) 03:39, 15 March 2020 (UTC)
- I notified Nickayane99, the person who did the attempted archiving on Talk:2020 coronavirus pandemic on cruise ships, in case they want to respond. The issue is the apparent failure to archive properly, but the cited discussion may be too recent to make it sensible to archive this kind of post. It's true that no archives have yet been created for that page. Does the One-Click Archiver work even when no archives exist yet, and when no MiszaBot header has been created? EdJohnston (talk) 23:22, 14 March 2020 (UTC)
- I reworded the title of this section because I was unable to link to the header from another page. Not sure why not. EdJohnston (talk) 23:04, 14 March 2020 (UTC)
LinkSearch leaving out some links
I've been trying to cleanup some broken links with the sequence https://repositorio.ingemmet.gob.pe/handle/ingemmet such as there are at Purupuruni but LinkSearch believes they only exist at Huaynaputina for some reason. Jo-Jo Eumerus (talk) 17:02, 15 March 2020 (UTC)
- The links in Purupuruni and several other articles say http and not https. The top of Special:LinkSearch shows it distinguishes between the two. PrimeHunter (talk) 17:23, 15 March 2020 (UTC)
- Ah, OK. Anyhow, got the links fixed now. Jo-Jo Eumerus (talk) 17:50, 15 March 2020 (UTC)
New 1000 top viewed articles report now available
I noticed the other day that the popular pages report had gone down. I've been working on something similar for work (an inbound social media traffic report), and I had a lot of related code already written, so I put together this top 1000 viewed articles report. I plan to update the report daily, with the previous day's results. If it's helpful, I'd be happy to maintain it indefinitely.
Where else should I announce this? It seems to me that in the middle of a global pandemic, it's more important than ever for us to know what articles people are reading.
BTW, I think I could also create a complete replacement for the Popular Pages report (which is weekly, not daily) pretty easily—as long as 1000 pages is enough, since that's the limit of what you can grab from the Rest API in a single query. Feedback appreciated! Cheers, J-Mo 20:29, 15 March 2020 (UTC)