https://bugzilla.wikimedia.org/show_bug.cgi?id=54542
Web browser: --- Bug ID: 54542 Summary: Add multiple values for a claim Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/patches/620/ Reported by: felixreimann Created on: 2013-07-03 13:43:43.303000 Subject: Add multiple values for a claim Original description: Wikidata: The attached patch allows to add additional values even if the claim is already there.
Before, editClaim either adds the claim and the value if the item does not contain the claim yet or changes the value of the claim. Sometimes, however, additional values are needed.
This is enabled with the force_add parameter which is False per default and thus, the prior behavior of the method is unchanged if not otherwise specified.