This is an archive of past discussions with User:Mike Peel. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page.
We added a Page property for easier programmatic access to the number of Senses and Forms of a Lexeme (phabricator:T199611)
The code samples in the query service have been improved (phabricator:T207749, thanks abian!)
We're working on tracking how often the different Lua functions that Wikibase provides are used in the Wikimedia project to see how that changes over time (phabricator:T191416)
We worked on and fixed a security incident related to blocking (phabricator:T210953)
We are continuing to bring the termbox (showing labels, descriptions, aliases) to mobile viewers
Read the full report · Unsubscribe · Lea Lacroix (WMDE)16:05, 10 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-10T16:05:00.000Z","author":"Lea Lacroix (WMDE)","type":"comment","level":1,"id":"c-Lea_Lacroix_(WMDE)-2018-12-10T16:05:00.000Z-Wikidata_weekly_summary_#342","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Romaine-2018-12-11T05:56:00.000Z","type":"heading","level":0,"id":"h-This_Month_in_GLAM:_November_2018-2018-12-11T05:56:00.000Z","replies":["c-Romaine-2018-12-11T05:56:00.000Z-This_Month_in_GLAM:_November_2018"],"uneditableSection":true,"text":"This Month in GLAM: November 2018","linkableTitle":"This Month in GLAM: November 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Romaine-2018-12-11T05:56:00.000Z","type":"heading","level":0,"id":"h-This_Month_in_GLAM:_November_2018-2018-12-11T05:56:00.000Z","replies":["c-Romaine-2018-12-11T05:56:00.000Z-This_Month_in_GLAM:_November_2018"],"uneditableSection":true,"text":"This Month in GLAM: November 2018","linkableTitle":"This Month in GLAM: November 2018"}-->
Sweden report: The Swedish Performing Arts Agency; Library data starts to take shape; Learning Wikipedia at the Archives; Wikimedia Commons Data Roundtripping
USA report: Wikidata Workshop at Pratt School of Information; Wikidata Presentation for the New York Technical Services Librarians; Wikipedia Asian Month; Cleveland Park Wikipedia Edit-a-thon; Historic Ivy Hill Cemetery Workshop
Hi there. I saw that you altered this template back in August per https://phabricator.wikimedia.org/T169935, only to have it reverted two hours later. Should the phabricator ticket be reopened, or is there a better place to discuss this? Or has this already been discussed somewhere and dismissed as unfixable?
At the time of writing, all articles using infobox observatory are again omitting coordinates in response to a simplest-possible API query. (I suspect the same must be happening for infobox bridge, but I can't find any bridge articles that don't also specify coordinates in the article itself.) --Lord Belbury (talk) 10:56, 18 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-18T10:56:00.000Z","author":"Lord Belbury","type":"comment","level":1,"id":"c-Lord_Belbury-2018-12-18T10:56:00.000Z-Infobox_observatory","replies":["c-TheDJ-2018-12-18T12:30:00.000Z-Lord_Belbury-2018-12-18T10:56:00.000Z","c-Mike_Peel-2018-12-18T17:33:00.000Z-Lord_Belbury-2018-12-18T10:56:00.000Z"]}}-->
Lord Belbury, It's because coordinates don't have to be in the infobox. Some articles have coordinates defined outside of the infobox and the infobox cannot know about this. It will thus fallback to wikidata coordinates and potentially add two sets of coordinates. The 'nosave' hides this clash in coordinates from the error detection (as it hides it from the api). So the problem exists in both versions, it's just in one version it fills an error category and this seems to piss off certain editors and in the other the same editors remain blissfully unaware of the problem. A way around this is to move any {{coord}} that are currently outside an infobox into the coordinates param of the infobox. Alternatively, you can remove the 'title' display setting by default for Wikidata included coordinates and make that something that has to be explicitly defined. —TheDJ (talk • contribs) 12:30, 18 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-18T12:30:00.000Z","author":"TheDJ","type":"comment","level":2,"id":"c-TheDJ-2018-12-18T12:30:00.000Z-Lord_Belbury-2018-12-18T10:56:00.000Z","replies":["c-Lord_Belbury-2018-12-18T14:52:00.000Z-TheDJ-2018-12-18T12:30:00.000Z"]}}-->
TheDJ: Thanks for the explanation, but I'm still struggling to understand what's happening here. Is there some nuance in how Wikidata-coordinate infoboxes are rendering "title" coordinates, compared to how {{coord|display=title}} would? Documentation at Template:Coord#Caveats implies that if a coordinate is shown in the title, the API can also see it - but the coordinates put there by Wikidata infoboxes aren't (with nosave=1) visible to the API. Is that all "nosave" is doing? (I can't see that it's documented in the {{coord}} template.) --Lord Belbury (talk) 14:52, 18 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-18T14:52:00.000Z","author":"Lord Belbury","type":"comment","level":3,"id":"c-Lord_Belbury-2018-12-18T14:52:00.000Z-TheDJ-2018-12-18T12:30:00.000Z","replies":["c-TheDJ-2018-12-18T16:18:00.000Z-Lord_Belbury-2018-12-18T14:52:00.000Z"]}}-->
Lord Belbury, so by default the Module:Coordinates which backs the en.wp implementation of coordinates, executes the #coordinates parser function. This parser function is responsible for adding coordinates to the database and linking them to that page. It does that for ALL coordinates, title or inline. However display=title coordinates are marked as 'primary' and thus indicating that the coordinates belong to the primary topic of that page. Inline coordinates are only added as 'secondary' coordinates, requiring a different api query to retrieve them. nosave omits running the #coordinates function and as a side effect thus not only avoids coordinates from showing up as primary coordinates, they don't even show up as secondary coordinates either. It also disables the error check this parser function normally runs (multiple primary markers is an error situation), which fills Category:Pages_with_malformed_coordinate_tags, which the reverter apparently keeps a close eye on. It however doesn't prevent these pages from having two overlapping sets of title coordinates shown at the top right (which is handled by Module:Coordinates and not the parser function), which... these 900 or so pages that the reverter complained about probably still have, which is the other side effect of having two display=title coordinates on a single page. But what you choose to ignore doesn't exist.... let's all just complain about wikidata.. sigh. —TheDJ (talk • contribs) 16:18, 18 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-18T16:18:00.000Z","author":"TheDJ","type":"comment","level":4,"id":"c-TheDJ-2018-12-18T16:18:00.000Z-Lord_Belbury-2018-12-18T14:52:00.000Z","replies":[]}}-->
I have some half-written bot code to move coordinates from the article text into the appropriate infobox parameter, but it still needs work (and then bot approval). Hopefully that would then mean that the alteration to the template can be restored without causing a conflict. I moved onto other things, though, I'll see if I can go back to this. Thanks. Mike Peel (talk) 17:33, 18 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-18T17:33:00.000Z","author":"Mike Peel","type":"comment","level":2,"id":"c-Mike_Peel-2018-12-18T17:33:00.000Z-Lord_Belbury-2018-12-18T10:56:00.000Z","replies":["c-Lord_Belbury-2018-12-19T10:07:00.000Z-Mike_Peel-2018-12-18T17:33:00.000Z"]}}-->
Thanks, that sounds like a good path forwards. Good luck with it. --Lord Belbury (talk) 10:07, 19 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-19T10:07:00.000Z","author":"Lord Belbury","type":"comment","level":3,"id":"c-Lord_Belbury-2018-12-19T10:07:00.000Z-Mike_Peel-2018-12-18T17:33:00.000Z","replies":[]}}-->
Call for contribution for the WikiWorkshop, forum bringing together researchers exploring all aspects of the Wikimedia projects, held in May 2019 in San Francisco, is now open until January 31st
Scholia's "missing" pages (example) now link to the new Author Disambiguator tool, and a Listeria list is available to help prioritize co-author disambiguation for authors with sitelinks.
JarrahTree07:04, 23 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-23T07:04:00.000Z","author":"JarrahTree","type":"comment","level":1,"id":"c-JarrahTree-2018-12-23T07:04:00.000Z-ygm","replies":["c-Mike_Peel-2018-12-23T07:27:00.000Z-JarrahTree-2018-12-23T07:04:00.000Z"]}}-->
@JarrahTree: Replied. Thanks. Mike Peel (talk) 07:27, 23 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-23T07:27:00.000Z","author":"Mike Peel","type":"comment","level":2,"id":"c-Mike_Peel-2018-12-23T07:27:00.000Z-JarrahTree-2018-12-23T07:04:00.000Z","replies":["c-JarrahTree-2018-12-23T07:44:00.000Z-Mike_Peel-2018-12-23T07:27:00.000Z"]}}-->
Thank you for speedy response - have a very good christmas and new year ! JarrahTree07:44, 23 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-23T07:44:00.000Z","author":"JarrahTree","type":"comment","level":3,"id":"c-JarrahTree-2018-12-23T07:44:00.000Z-Mike_Peel-2018-12-23T07:27:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-12-24T13:36:00.000Z","type":"heading","level":0,"id":"h-The_Signpost:_24_December_2018-2018-12-24T13:36:00.000Z","replies":["c-MediaWiki_message_delivery-2018-12-24T13:36:00.000Z-The_Signpost:_24_December_2018"],"uneditableSection":true,"text":"The Signpost: 24 December 2018","linkableTitle":"The Signpost: 24 December 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-12-24T13:36:00.000Z","type":"heading","level":0,"id":"h-The_Signpost:_24_December_2018-2018-12-24T13:36:00.000Z","replies":["c-MediaWiki_message_delivery-2018-12-24T13:36:00.000Z-The_Signpost:_24_December_2018"],"uneditableSection":true,"text":"The Signpost: 24 December 2018","linkableTitle":"The Signpost: 24 December 2018"}-->
Read the full report · Unsubscribe · Lea Lacroix (WMDE)13:04, 27 December 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-27T13:04:00.000Z","author":"Lea Lacroix (WMDE)","type":"comment","level":1,"id":"c-Lea_Lacroix_(WMDE)-2018-12-27T13:04:00.000Z-Wikidata_weekly_summary_#344","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-12-27T19:08:00.000Z","type":"heading","level":0,"id":"h-Facto_Post_\u2013_Issue_19_\u2013_27_December_2018-2018-12-27T19:08:00.000Z","replies":["c-MediaWiki_message_delivery-2018-12-27T19:08:00.000Z-Facto_Post_\u2013_Issue_19_\u2013_27_December_2018"],"uneditableSection":true,"text":"Facto Post \u2013 Issue 19 \u2013 27 December 2018","linkableTitle":"Facto Post \u2013 Issue 19 \u2013 27 December 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-12-27T19:08:00.000Z","type":"heading","level":0,"id":"h-Facto_Post_\u2013_Issue_19_\u2013_27_December_2018-2018-12-27T19:08:00.000Z","replies":["c-MediaWiki_message_delivery-2018-12-27T19:08:00.000Z-Facto_Post_\u2013_Issue_19_\u2013_27_December_2018"],"uneditableSection":true,"text":"Facto Post \u2013 Issue 19 \u2013 27 December 2018","linkableTitle":"Facto Post \u2013 Issue 19 \u2013 27 December 2018"}-->
Besides the handiness of Zotero's warehousing of personal citation collections, the Zotero translator underlies the citoid service, at work behind the VisualEditor. Metadata from Wikidata can be imported into Zotero; and in the other direction the zotkat tool from the University of Mannheim allows Zotero bibliographies to be exported to Wikidata, by item creation. With an extra feature to add statements, that route could lead to much development of the focus list (P5008) tagging on Wikidata, by WikiProjects.
There is also a large-scale encyclopedic dimension here. The construction of Zotero translators is one facet of Web scraping that has a strong community and open source basis. In that it resembles the less formal mix'n'match import community, and growing networks around other approaches that can integrate datasets into Wikidata, such as the use of OpenRefine.
Looking ahead, the thirtieth birthday of the World Wide Web falls in 2019, and yet the ambition to make webpages routinely readable by machines can still seem an ever-retreating mirage. Wikidata should not only be helping Wikimedia integrate its projects, an ongoing process represented by Structured Data on Commons and lexemes. It should also be acting as a catalyst to bring scraping in from the cold, with institutional strengths as well as resourceful code.
T115158Write a Zotero translator and document process for creating new Zotero translator and getting it live in production, long Phabricator thread 2015–17.
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-DPL_bot-2018-12-29T09:13:00.000Z","type":"heading","level":0,"id":"h-Disambiguation_link_notification_for_December_29-2018-12-29T09:13:00.000Z","replies":["c-DPL_bot-2018-12-29T09:13:00.000Z-Disambiguation_link_notification_for_December_29"],"uneditableSection":true,"text":"Disambiguation link notification for December 29","linkableTitle":"Disambiguation link notification for December 29"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-DPL_bot-2018-12-29T09:13:00.000Z","type":"heading","level":0,"id":"h-Disambiguation_link_notification_for_December_29-2018-12-29T09:13:00.000Z","replies":["c-DPL_bot-2018-12-29T09:13:00.000Z-Disambiguation_link_notification_for_December_29"],"uneditableSection":true,"text":"Disambiguation link notification for December 29","linkableTitle":"Disambiguation link notification for December 29"}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2019-01-01T21:39:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_January_2019-2019-01-01T21:39:00.000Z","replies":["c-MediaWiki_message_delivery-2019-01-01T21:39:00.000Z-Administrators'_newsletter_\u2013_January_2019"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 January 2019","linkableTitle":"Administrators' newsletter \u2013 January 2019"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2019-01-01T21:39:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_January_2019-2019-01-01T21:39:00.000Z","replies":["c-MediaWiki_message_delivery-2019-01-01T21:39:00.000Z-Administrators'_newsletter_\u2013_January_2019"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 January 2019","linkableTitle":"Administrators' newsletter \u2013 January 2019"}-->
R4 (new): Redirects in the file namespace (and no file links) that have the same name as a file or redirect at Commons are now covered under the new R4 criterion (discussion). This is {{db-redircom}}; the text is unchanged.
G13 (expanded): Userspace drafts containing only the default Article Wizard text are now covered under G13 along with other drafts (discussion). Such blank drafts are now eligible after six months rather than one year, and taggers continue to use {{db-blankdraft}}.
Members of the Bot Approvals Group (BAG) are now subject to an activity requirement. After two years without any bot-related activity (e.g. operating a bot, posting on a bot-related talk page), BAG members will be retired from BAG following a one-week notice.
Technical news
Starting on December 13, the Wikimedia Foundation security team implemented new password policy and requirements. Privileged accounts (administrators, bureaucrats, checkusers, oversighters, interface administrators, bots, edit filter managers/helpers, template editors, et al.) must have a password at least 10 characters in length. All accounts must have a password:
User accounts not meeting these requirements will be prompted to update their password accordingly. More information is available on MediaWiki.org.
Blocked administrators may now block the administrator that blocked them. This was done to mitigate the possibility that a compromised administrator account would block all other active administrators, complementing the removal of the ability to unblock oneself outside of self-imposed blocks. A request for comment is currently in progress to determine whether the blocking policy should be updated regarding this change.
{{Copyvio-revdel}} now has a link to open the history with the RevDel checkboxes already filled in.
Accounts continue to be compromised on a regular basis. Evidence shows this is entirely due to the accounts having the same password that was used on another website that suffered a data breach. If you have ever used your current password on any other website, you should change it immediately.
Around 22% of admins have enabled two-factor authentication, up from 20% in June 2018. If you haven't already enabled it, please consider doing so. Regardless of whether you use 2FA, please practice appropriate account security by ensuring your password is secure and unique to Wikimedia.
Sent by MediaWiki message delivery (talk) 21:39, 1 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-01T21:39:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2019-01-01T21:39:00.000Z-Administrators'_newsletter_\u2013_January_2019","replies":[]}}-->
Hello Mike. Can I ask for your help with regards to this issue, please? It seems like the cause is {{Infobox power station}}'s location map not using the local data when provided, but I cant seem to figure out that part of the code unfortunately. Happy New Year! Rehman08:12, 1 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-01T08:12:00.000Z","author":"Rehman","type":"comment","level":1,"id":"c-Rehman-2019-01-01T08:12:00.000Z-Location_map_issue","replies":["c-RexxS-2019-01-01T16:24:00.000Z-Rehman-2019-01-01T08:12:00.000Z"],"displayName":"Reh"}}-->
Happy New Year, Rehman! Mike, it looks like Jonesey95 has fixed the problem. Cheers --RexxS (talk) 16:24, 1 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-01T16:24:00.000Z","author":"RexxS","type":"comment","level":2,"id":"c-RexxS-2019-01-01T16:24:00.000Z-Rehman-2019-01-01T08:12:00.000Z","replies":["c-Rehman-2019-01-03T03:13:00.000Z-RexxS-2019-01-01T16:24:00.000Z"]}}-->
Happy New Year, RexxS! :-) Thank you Jonesey95! Best wishes, Rehman03:13, 3 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-03T03:13:00.000Z","author":"Rehman","type":"comment","level":3,"id":"c-Rehman-2019-01-03T03:13:00.000Z-RexxS-2019-01-01T16:24:00.000Z","replies":[],"displayName":"Reh"}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-B-bot-2019-01-03T18:50:00.000Z","type":"heading","level":0,"id":"h-Orphaned_non-free_image_File:Trudi_Canavan_The_Novice_cover.jpg-2019-01-03T18:50:00.000Z","replies":["c-B-bot-2019-01-03T18:50:00.000Z-Orphaned_non-free_image_File:Trudi_Canavan_The_Novice_cover.jpg"],"uneditableSection":true,"text":"Orphaned non-free image File:Trudi Canavan The Novice cover.jpg","linkableTitle":"Orphaned non-free image File:Trudi Canavan The Novice cover.jpg"}-->
Orphaned non-free image File:Trudi Canavan The Novice cover.jpg
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-B-bot-2019-01-03T18:50:00.000Z","type":"heading","level":0,"id":"h-Orphaned_non-free_image_File:Trudi_Canavan_The_Novice_cover.jpg-2019-01-03T18:50:00.000Z","replies":["c-B-bot-2019-01-03T18:50:00.000Z-Orphaned_non-free_image_File:Trudi_Canavan_The_Novice_cover.jpg"],"uneditableSection":true,"text":"Orphaned non-free image File:Trudi Canavan The Novice cover.jpg","linkableTitle":"Orphaned non-free image File:Trudi Canavan The Novice cover.jpg"}-->
Thanks for uploading File:Trudi Canavan The Novice cover.jpg. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media).
Note that any non-free images not used in any articles will be deleted after seven days, as described in section F5 of the criteria for speedy deletion. Thank you. --B-bot (talk) 18:50, 3 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-03T18:50:00.000Z","author":"B-bot","type":"comment","level":1,"id":"c-B-bot-2019-01-03T18:50:00.000Z-Orphaned_non-free_image_File:Trudi_Canavan_The_Novice_cover.jpg","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Robby-2019-01-05T22:48:00.000Z","type":"heading","level":0,"id":"h-Link_to_Wikimedia_Commons_in_the_side_menu_of_en-wikipedia-2019-01-05T22:48:00.000Z","replies":["c-Robby-2019-01-05T22:48:00.000Z-Link_to_Wikimedia_Commons_in_the_side_menu_of_en-wikipedia"],"uneditableSection":true,"text":"Link to Wikimedia Commons in the side menu of en-wikipedia","linkableTitle":"Link to Wikimedia Commons in the side menu of en-wikipedia"}-->
Link to Wikimedia Commons in the side menu of en-wikipedia
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Robby-2019-01-05T22:48:00.000Z","type":"heading","level":0,"id":"h-Link_to_Wikimedia_Commons_in_the_side_menu_of_en-wikipedia-2019-01-05T22:48:00.000Z","replies":["c-Robby-2019-01-05T22:48:00.000Z-Link_to_Wikimedia_Commons_in_the_side_menu_of_en-wikipedia"],"uneditableSection":true,"text":"Link to Wikimedia Commons in the side menu of en-wikipedia","linkableTitle":"Link to Wikimedia Commons in the side menu of en-wikipedia"}-->
Id onot understand this behaviour normally I would expect to see the link to 'Wikimedia Commons' in the Side menu to either point to the link to the Commons link indicated in wikidata or to the category indicated as P373 property on Wikidata.
Is there something I do not catch. thanks for your Feedback --Robby (talk) 22:48, 5 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-05T22:48:00.000Z","author":"Robby","type":"comment","level":1,"id":"c-Robby-2019-01-05T22:48:00.000Z-Link_to_Wikimedia_Commons_in_the_side_menu_of_en-wikipedia","replies":["c-Mike_Peel-2019-01-06T07:30:00.000Z-Robby-2019-01-05T22:48:00.000Z"]}}-->
@Robby: It's just a caching error, as I recently fixed that sitelink, see the page history and Category:1966 in the United States by state or territory (Q8154351). Adding "?action=purge" to the end of the enwp URL seems to have cleared it. Thanks. Mike Peel (talk) 07:30, 6 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-06T07:30:00.000Z","author":"Mike Peel","type":"comment","level":2,"id":"c-Mike_Peel-2019-01-06T07:30:00.000Z-Robby-2019-01-05T22:48:00.000Z","replies":["c-Robby-2019-01-06T14:53:00.000Z-Mike_Peel-2019-01-06T07:30:00.000Z"]}}-->
Thanks for the information. Is there any place to get more information on how long it can take for the cached information to be updated. I did till now never find this information and many times solved it with making a blind edit (in order to get maintenance categories up to date as some times even after days the corresponding maintenance category was no t yet updated). Thanks Robby (talk) 14:53, 6 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-06T14:53:00.000Z","author":"Robby","type":"comment","level":3,"id":"c-Robby-2019-01-06T14:53:00.000Z-Mike_Peel-2019-01-06T07:30:00.000Z","replies":["c-Mike_Peel-2019-01-06T14:56:00.000Z-Robby-2019-01-06T14:53:00.000Z"]}}-->
@Robby: My best estimate is around two weeks or a month here, but it depends on how well trafficked / edited the page or category is. Enwp seems to have much longer caching than Commons does. Null edits seem to be the way to go if needed, and I can do those by bot if needed, but that will increase the server loads so I try to do that as little as I can. Thanks. Mike Peel (talk) 14:56, 6 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-06T14:56:00.000Z","author":"Mike Peel","type":"comment","level":4,"id":"c-Mike_Peel-2019-01-06T14:56:00.000Z-Robby-2019-01-06T14:53:00.000Z","replies":["c-Jonesey95-2019-01-06T23:16:00.000Z-Mike_Peel-2019-01-06T14:56:00.000Z"]}}-->
Possibly related bugs: T132467 and T157670. – Jonesey95 (talk) 23:16, 6 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-06T23:16:00.000Z","author":"Jonesey95","type":"comment","level":5,"id":"c-Jonesey95-2019-01-06T23:16:00.000Z-Mike_Peel-2019-01-06T14:56:00.000Z","replies":[]}}-->
Working on getting final pieces in place to regularly run constraint check jobs so all constraint violations get fed into the query service (phabricator:T204031)
Working on getting the layout right for the termbox in the mobile view so that in the future you can also see labels, descriptions and aliases in different languages on mobile (phabricator:T207150)
Getting ready to start working on basic Shape Expression support
Read the full report · Unsubscribe · Lea Lacroix (WMDE)15:29, 7 January 2019 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-01-07T15:29:00.000Z","author":"Lea Lacroix (WMDE)","type":"comment","level":1,"id":"c-Lea_Lacroix_(WMDE)-2019-01-07T15:29:00.000Z-Wikidata_weekly_summary_#346","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Romaine-2019-01-10T19:58:00.000Z","type":"heading","level":0,"id":"h-This_Month_in_GLAM:_December_2018-2019-01-10T19:58:00.000Z","replies":["c-Romaine-2019-01-10T19:58:00.000Z-This_Month_in_GLAM:_December_2018"],"uneditableSection":true,"text":"This Month in GLAM: December 2018","linkableTitle":"This Month in GLAM: December 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Romaine-2019-01-10T19:58:00.000Z","type":"heading","level":0,"id":"h-This_Month_in_GLAM:_December_2018-2019-01-10T19:58:00.000Z","replies":["c-Romaine-2019-01-10T19:58:00.000Z-This_Month_in_GLAM:_December_2018"],"uneditableSection":true,"text":"This Month in GLAM: December 2018","linkableTitle":"This Month in GLAM: December 2018"}-->
Armenia report: Cooperation with Yerevan Drama Theatre Named After Hrachia Ghaplanian; Singing Wikipedia (continuation); Photographs by Vahan Kochar (continuation)