jenkins-bot has submitted this change and it was merged.
Change subject: Improve claimit.py intro docs ......................................................................
Improve claimit.py intro docs
Any pagegenerator can be used, not just categories.
Change-Id: I35fb61b9a4103978a7c0298517fb9552c0769981 --- M scripts/claimit.py 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/claimit.py b/scripts/claimit.py index cfbb5e6..93a7a4d 100755 --- a/scripts/claimit.py +++ b/scripts/claimit.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- """ -A script that adds claims to Wikidata items based on categories. +A script that adds claims to Wikidata items based on a list of pages.
------------------------------------------------------------------------------
@@ -9,8 +9,8 @@
python pwb.py claimit [pagegenerators] P1 Q2 P123 Q456
-You can use any typical pagegenerator to provide with a list of pages. -Then list the property-->target pairs to add. +You can use any typical pagegenerator (like categories) to provide with a +list of pages. Then list the property-->target pairs to add.
------------------------------------------------------------------------------
pywikibot-commits@lists.wikimedia.org