https://bugzilla.wikimedia.org/show_bug.cgi?id=70702
Bug ID: 70702 Summary: claimit and harvest_template - add another value for one property Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: Wikidata Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jan.dudik@gmail.com Web browser: --- Mobile Platform: ---
Some items needs to have two values for one property. typical example is p31 instance of castle + instance of cultural monument
harvest_template and claimit should - check, if this property exists - if no -- add property with new value - if yes -- check value -- if same --- skip --if another --- add another value
(claimit -pagegenerator P31 Q123)
Additionally these script should be able to replace one value with another (P123: Q123 -> Q456)
(claimit -pagegenerator P31 Q456 -overwrite:Q123)
https://bugzilla.wikimedia.org/show_bug.cgi?id=70702
JAn Dudík jan.dudik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High
https://bugzilla.wikimedia.org/show_bug.cgi?id=70702
--- Comment #1 from JAn Dudík jan.dudik@gmail.com --- Ideally, when there is some parameter like -manual. If bot found that value exists, there will be possibilities [r]eplace / [s]kip / [a]dd (overwrite value / do nothing / add new walue)
without this parameter bot automatically skips.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70702
--- Comment #2 from JAn Dudík jan.dudik@gmail.com --- See also https://bugzilla.wikimedia.org/show_bug.cgi?id=67284
https://bugzilla.wikimedia.org/show_bug.cgi?id=70702
Mpaa mpaa.wiki@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=67284
https://bugzilla.wikimedia.org/show_bug.cgi?id=70702
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |73398
pywikipedia-bugs@lists.wikimedia.org