jenkins-bot has submitted this change and it was merged.
Change subject: harvest_template.py: improve help message ......................................................................
harvest_template.py: improve help message
Change-Id: I578a23111106d95b1aad7bbb160269b5345c62e1 --- M scripts/harvest_template.py 1 file changed, 6 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/harvest_template.py b/scripts/harvest_template.py index baab240..3939e9b 100755 --- a/scripts/harvest_template.py +++ b/scripts/harvest_template.py @@ -3,16 +3,19 @@ """ Usage:
-python harvest_template.py -lang:nl -template:"Taxobox straalvinnige" orde P70 familie P71 geslacht P74 +python harvest_template.py <generators> -template:"..." template_parameter PID [template_parameter PID]
This will work on all pages that transclude the template in the article namespace
-You can use any typical pagegenerator to provide with a list of pages: +These command line parameters can be used to specify which pages to work on: + +¶ms; + +Examples:
python harvest_template.py -lang:nl -cat:Sisoridae -template:"Taxobox straalvinnige" -namespace:0 orde P70 familie P71 geslacht P74
-¶ms; """ # # (C) Multichill, Amir, 2013
pywikibot-commits@lists.wikimedia.org