jenkins-bot has submitted this change and it was merged.
Change subject: Use interwiki links for qqq messages ......................................................................
Use interwiki links for qqq messages
qqq messages used http external links which could be replaced with interwiki links to WMF projects.
Change-Id: I7319053be018cb597801959d39cc571f67549294 --- M category.py M category/qqq.json M isbn.py M isbn/qqq.json M thirdparty.py M thirdparty/qqq.json 6 files changed, 6 insertions(+), 6 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/category.py b/category.py index 1277b68..503a0fe 100644 --- a/category.py +++ b/category.py @@ -31,7 +31,7 @@ 'category-removing': u'Edit summary. Parameters:\n* %(oldcat)s - old category name', 'category-was-moved': u'{{doc-important|Do not translate "[[:Category:%(newcat)s|%(title)s]]"}}', 'category-section-title': u'Section title for keeping page history', - 'category-listifying': u'Definition of [http://meta.wikimedia.org/wiki/Pywikipediabot/category.py#Syntax listify] - make a list of all of the articles that are in a category.\n\n*Variable "%(fromcat)s" = the category to make a list of in the listify option.\n*Variable "%(num)d" is probably a number.\n*You may use PLURAL tag like (<code><nowiki>{{PLURAL:%(num)d|1 entry|%(num)d entries}}</nowiki></code>)\nDo not translate the variables.', + 'category-listifying': u'Definition of [[mw:Manual:Pywikibot/category.py#Syntax listify] - make a list of all of the articles that are in a category.\n\n*Variable "%(fromcat)s" = the category to make a list of in the listify option.\n*Variable "%(num)d" is probably a number.\n*You may use PLURAL tag like (<code><nowiki>{{PLURAL:%(num)d|1 entry|%(num)d entries}}</nowiki></code>)\nDo not translate the variables.', }, # Author: Csisc 'aeb': { diff --git a/category/qqq.json b/category/qqq.json index 3a723ae..88f1880 100644 --- a/category/qqq.json +++ b/category/qqq.json @@ -16,5 +16,5 @@ "category-removing": "Edit summary. Parameters:\n* %(oldcat)s - old category name", "category-was-moved": "{{doc-important|Do not translate "[[:Category:%(newcat)s|%(title)s]]"}}", "category-section-title": "Section title for keeping page history", - "category-listifying": "Definition of [http://meta.wikimedia.org/wiki/Pywikipediabot/category.py#Syntax listify] - make a list of all of the articles that are in a category.\n\n*Variable "%(fromcat)s" = the category to make a list of in the listify option.\n*Variable "%(num)d" is probably a number.\n*You may use PLURAL tag like (<code><nowiki>{{PLURAL:%(num)d|1 entry|%(num)d entries}}</nowiki></code>)\nDo not translate the variables." + "category-listifying": "Definition of [[mw:Manual:Pywikibot/category.py#Syntax listify] - make a list of all of the articles that are in a category.\n\n*Variable "%(fromcat)s" = the category to make a list of in the listify option.\n*Variable "%(num)d" is probably a number.\n*You may use PLURAL tag like (<code><nowiki>{{PLURAL:%(num)d|1 entry|%(num)d entries}}</nowiki></code>)\nDo not translate the variables." } diff --git a/isbn.py b/isbn.py index b56aa93..3aab3d8 100644 --- a/isbn.py +++ b/isbn.py @@ -7,7 +7,7 @@ # Author: Lloffiwr # Author: Xqt 'qqq': { - 'isbn-formatting': u'Edit summary when the bot fixes [http://en.wikipedia.org/wiki/International_Standard_Book_Number ISBN] number formatting.', + 'isbn-formatting': u'Edit summary when the bot fixes [[w:International Standard Book Number|ISBN]] number formatting.', }, # Author: Csisc 'aeb': { diff --git a/isbn/qqq.json b/isbn/qqq.json index b0cef69..c7952d4 100644 --- a/isbn/qqq.json +++ b/isbn/qqq.json @@ -4,5 +4,5 @@ "Lloffiwr" ] }, - "isbn-formatting": "Edit summary when the bot fixes [http://en.wikipedia.org/wiki/International_Standard_Book_Number ISBN] number formatting." + "isbn-formatting": "Edit summary when the bot fixes [[w:International Standard Book Number|ISBN]] number formatting." } diff --git a/thirdparty.py b/thirdparty.py index 338fb28..f857e38 100644 --- a/thirdparty.py +++ b/thirdparty.py @@ -30,7 +30,7 @@ 'qqq': { 'thirdparty-drtrigonbot-sum_disc-summary-head': u'Summary line first part.\n{{Identical|Bot}}', 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'Message part indicating the fact that no human editor is given for a page.', - 'thirdparty-drtrigonbot-sum_disc-parse-start': u'Message header for bot report output. Is just a timestamp format and language independent.\n\nTimestamp format markers are as in the "strftime" C function. See "man 3 strftime" on any Linux/Unix system, or http://www.manpagez.com/man/3/strftime/', + 'thirdparty-drtrigonbot-sum_disc-parse-start': u'Message header for bot report output. Is just a timestamp format and language independent.\n\nTimestamp format markers are as in the "strftime" C function. See "man 3 strftime" on any Linux/Unix system, or [[w:strftime|strftime]]', 'thirdparty-drtrigonbot-sum_disc-parse': u'Message for reporting of new or changed discussion pages (sections within pages).', 'thirdparty-drtrigonbot-sum_disc-parse-warning': u'Message for reporting of unexpected behaviour or situations to the user.', 'thirdparty-drtrigonbot-sum_disc-notify-new': u'First part of message if discussion is new.', diff --git a/thirdparty/qqq.json b/thirdparty/qqq.json index 7830e22..a523bd6 100644 --- a/thirdparty/qqq.json +++ b/thirdparty/qqq.json @@ -10,7 +10,7 @@ }, "thirdparty-drtrigonbot-sum_disc-summary-head": "Summary line first part.\n{{Identical|Bot}}", "thirdparty-drtrigonbot-sum_disc-parse-nonhuman": "Message part indicating the fact that no human editor is given for a page.", - "thirdparty-drtrigonbot-sum_disc-parse-start": "Message header for bot report output. Is just a timestamp format and language independent.\n\nTimestamp format markers are as in the "strftime" C function. See "man 3 strftime" on any Linux/Unix system, or http://www.manpagez.com/man/3/strftime/", + "thirdparty-drtrigonbot-sum_disc-parse-start": "Message header for bot report output. Is just a timestamp format and language independent.\n\nTimestamp format markers are as in the "strftime" C function. See "man 3 strftime" on any Linux/Unix system, or [[w:strftime|strftime]]", "thirdparty-drtrigonbot-sum_disc-parse": "Message for reporting of new or changed discussion pages (sections within pages).", "thirdparty-drtrigonbot-sum_disc-parse-warning": "Message for reporting of unexpected behaviour or situations to the user.", "thirdparty-drtrigonbot-sum_disc-notify-new": "First part of message if discussion is new.",
pywikibot-commits@lists.wikimedia.org