jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/703655 )
Change subject: [IMPR] improving work with deadlinks for ru.wp ......................................................................
[IMPR] improving work with deadlinks for ru.wp
Current template "Dead" doesn't support working with substitution, I have created a different template that would work and changed reference here.
Change-Id: Ife4bfe8cdd5aa094147bce3e9276ec3dc29529a9 --- M scripts/reflinks.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/reflinks.py b/scripts/reflinks.py index fd599a4..0fd5da7 100755 --- a/scripts/reflinks.py +++ b/scripts/reflinks.py @@ -111,7 +111,7 @@ 'it': '{{Collegamento interrotto|%s}}', 'en': '[%s] {{dead link}}', 'pl': '[%s] {{Martwy link}}', - 'ru': '[%s] {{subst:dead}}', + 'ru': '[%s] {{subst:deadlink2}}', 'sr': '[%s] {{dead link}}', 'ur': '[%s] {{مردہ ربط}}', }
pywikibot-commits@lists.wikimedia.org