Wikidata:Bot requests/Archive/2017/05

Merge duplicate years of art chronology

Request date: 9 May 2017, by: 16:55, 9 May 2017 (UTC)

Link to discussions justifying the request
Task description

Hello everybody,

I realized there is an "art chronology" (XXXX in art) in english (and other languages) and another one in french (XXXX en arts plastiques). For instance : 1880 in art = 1880 en arts plastiques.

But each year of them is already an individual wikidata item. My purpose is to merge them. Is it possible to proceed to an authomatic merge of an item with english label ='XXXX in art' with the matching item with french label 'XXXX en arts plastiques'?

Thank you very much.  – The preceding unsigned comment was added by Daehan (talk • contribs).

Done. XXN, 01:33, 11 May 2017 (UTC)
This section was archived on a request by: XXN, 01:33, 11 May 2017 (UTC)

Add category descriptions to all items with instance of (P31) Q29848066

Request date: 16 May 2017, by PokestarFan: 01:40, 16 May 2017 (UTC)

Link to discussions justifying the request
Task description
If an item has instance of (P31) with an value of Q29848066, then I want the descriptions used for categories to be added to the item. I have a list of descriptions that can be substituted. PokestarFan • Drink some tea and talk with me • Stalk my edits • I'm not shouting, I just like this font! 20:29, 16 May 2017 (UTC)
Licence of data to import (if relevant)
Request process

I don't care about all this stuff, just add descriptions for categories with every item to have instance of (P31) Q29848066. And repeat weekly. PokestarFan • Drink some tea and talk with me • Stalk my edits • I'm not shouting, I just like this font! 01:40, 16 May 2017 (UTC)

@PokestarFan: Why do we have to care about your stuff if you don't help us by filling the request form ? This form just simplifies the job of bot operators by ensuring them that the request is justified. So let the bot operators decide if your request is worth to be proceed. Snipre (talk) 08:23, 16 May 2017 (UTC)
@Snipre: You know no other requests on this page use that template, don't you? Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 19:20, 16 May 2017 (UTC)
This is the first request since the custom form was added end of April. It's a pity that user don't take the two minutes to fill out the form which eases the work of bot operaters. --Pasleim (talk) 20:21, 16 May 2017 (UTC)
Addendum: For now I don't replace if already exist description (except for italian and portoguese). --ValterVB (talk) 06:14, 17 May 2017 (UTC)
The main use of it was
@Pigsonthewing: You know things can change: it's the principle of evolution. This can be good or this can be bad, and discussion is a normal solution, at least for polite persons. Snipre (talk) 20:41, 16 May 2017 (UTC)
Snipre, things could and should evolve (≠ principle of evolution). That's what happend here. It's a good thing and we should enforce it. Thanks User:PokestarFan. --Succu (talk) 21:19, 16 May 2017 (UTC)
"discussion is a normal solution, at least for polite persons" Indeed. Where did "polite persons" discuss this template with, and its imposition on, the wider community? Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 22:41, 17 May 2017 (UTC)
If none oppose before friday, I will do it with my bot. --ValterVB (talk) 19:45, 16 May 2017 (UTC)
@ValterVB: No thanks, no please, not even a "could you...": don't you have the impression that your work is not respected ? But if this a normal way to speak to you, this is your choice. Good night Snipre (talk) 20:41, 16 May 2017 (UTC)
With all of the requests, I am ready to create my own bot, except I can't. So someone should make a good bot. Much better than quickstatementing it, takes up massive amounts of space, and storage for past revisions. Using my code template, I have maybe around 20-30MB of revision data.  – The preceding unsigned comment was added by PokestarFan (talk • contribs).PokestarFan • Drink some tea and talk with me • Stalk my edits • I'm not shouting, I just like this font! 19:16, 17 May 2017 (UTC)Not anymore
@XXN: They have p31=Wikimedia disambiguation page (Q4167410) so my bot automatically care of them (label and description), you can see detail in User:ValterVBot/Task --ValterVB (talk) 06:05, 17 May 2017 (UTC)
@PokestarFan: For description I use standard description for category. You can see the list in autoEdit gadget --ValterVB (talk) 06:09, 17 May 2017 (UTC)
@ValterVB:That's where I got them from. PokestarFan • Drink some tea and talk with me • Stalk my edits • I'm not shouting, I just like this font! 19:16, 17 May 2017 (UTC)

────────────────────────────────────────────────────────────────────────────────────────────────────@ValterVB:You can proceed. PokestarFan • Drink some tea and talk with me • Stalk my edits • I'm not shouting, I just like this font! 23:23, 19 May 2017 (UTC)

  Done first run, now added to my BOT like periodical task. --ValterVB (talk) 05:28, 20 May 2017 (UTC)
Task completed (07:04, 20 May 2017 (UTC))
This section was archived on a request by: ValterVB (talk) 07:04, 20 May 2017 (UTC)

Remove wrong /doc at template descriptions

Request date: 25 May 2017, by: Steak

Link to discussions justifying the request
Task description

About 2000 items contain in the label the string "/doc". Because /doc-subpages are not notable, these labels were probably originally imported wrongly. For example, in Template:WorldCat id (Q11247300), it reads for the bulgarian label "Шаблон:Worldcat id/doc" instead of "Шаблон:Worldcat id". A bot-run would be useful to remove these wrong /doc strings in such cases. Steak (talk) 11:39, 25 May 2017 (UTC)


A WDQ query for this:
SELECT ?item 
	(GROUP_CONCAT(distinct(?itemLabel); separator=", ") as ?itemLabels)
WHERE
{
  ?item wdt:P31 wd:Q11266439 ;
        rdfs:label ?itemLabel .
  FILTER(strEnds(?itemLabel, "/doc")) .
}
GROUP BY ?item
Try it!

--XXN, 13:56, 25 May 2017 (UTC)

Request process
Mostly done. But there remained some 200 items on which bot edits cannot be saved due to either a real conflict (the pair "label & description" is not[/will not be] unique), or a known related bug (phab:T165249). Will try again soon to resolve them. --XXN, 18:10, 25 May 2017 (UTC)
  Task completed. Several items fixed manually, one listed at DR. 22:41, 25 May 2017 (UTC)
This section was archived on a request by: XXN, 22:41, 25 May 2017 (UTC)

A bot should regularly add instance of (P31) book (Q571) for items without instance of (P31) that have a ISBN-13 (P212) or ISBN-10 (P957) statement

Request date: 29 May 2017, by: ChristianKl

Link to discussions justifying the request
Task description

A bot should regularly add instance of (P31) book (Q571) for items without instance of (P31) that have a ISBN-13 (P212) or ISBN-10 (P957) statement. Every thing that has an ISBN number is a book. For items that don't have instance of (P31) filled but that do have an ISBN number it's therefore possible for a bot to do the task. This reduces the amount of work a human has to do when he adds a new source that's a book which has an ISBN number.

Licence of data to import (if relevant)

Wikidata internal data processing, so license concerns aren't relevant.

Request process
@Pigsonthewing:Okay, then this seems to be a bad idea. Can you change the domain of our existing ISBN properties, so that they fully represent what the ISBN is about? ChristianKl (talk) 22:00, 29 May 2017 (UTC)
This section was archived on a request by:
--- Jura 13:59, 7 July 2017 (UTC)

Bot to mark any threads by "MediaWiki message delivery" as resolved after 24 hours

Request date: 30 May 2017, by: PokestarFan

Link to discussions justifying the request
Task description

I want a bot to mark all threads edited by/started by MediaWiki message delivery as resolved with the summary "NEWS RECIEVED" after 24 hours of it's creation.

Licence of data to import (if relevant)
Discussion
  Strong oppose It's up to each user how they deal with their newsletters. Matěj Suchánek (talk) 07:00, 31 May 2017 (UTC)
  Oppose per Matěj Suchánek. ChristianKl (talk) 11:47, 5 June 2017 (UTC)

Oh sorry, my mistake. I meant that all treads on User talk:PokestarFan. PokestarFan • Drink some tea and talk with me • Stalk my edits • I'm not shouting, I just like this font! 22:50, 14 June 2017 (UTC)

Request process

  Not done new request added: Wikidata:Bot requests#Bot_to_mark_threads_by_Mediawiki_mass_delivery_bot_on_my_user_talk_page_as_.22Read.22 --Pasleim (talk) 16:48, 19 July 2017 (UTC)

This section was archived on a request by: Pasleim (talk) 16:48, 19 July 2017 (UTC)