Zoranzoki21 has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/394599 )
Change subject: listpages: Fixing nocorrect listing on wikis ...................................................................... listpages: Fixing nocorrect listing on wikis Result: https://vezba.in.rs/wiki/index.php?title=Spisak_%C5%A1ablona Bug: T181817 Change-Id: Id52d8d23a8074df69c6823f147eced9f77ef0fc3 --- M scripts/listpages.py 1 file changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/99/394599/2 diff --git a/scripts/listpages.py b/scripts/listpages.py index 1a7a5e6..fe5aa3d 100755 --- a/scripts/listpages.py +++ b/scripts/listpages.py @@ -109,13 +109,13 @@ """Structure with Page attributes exposed for formatting from cmd line.""" fmt_options = { - '1': u"{num:4d} {page.title}", - '2': u"{num:4d} [[{page.title}]]", - '3': u"{page.title}", - '4': u"[[{page.title}]]", - '5': u"{num:4d} \03{{lightred}}{page.loc_title:<40}\03{{default}}", - '6': u"{num:4d} {page.loc_title:<40} {page.can_title:<40}", - '7': u"{num:4d} {page.loc_title:<40} {page.trs_title:<40}", + '1': u"{num:4d} {page.title}<br/>", + '2': u"{num:4d} [[{page.title}]]<br/>", + '3': u"{page.title}<br/>", + '4': u"[[{page.title}]]<br/>", + '5': u"{num:4d} \03{{lightred}}{page.loc_title:<40}\03{{default}}<br/>", + '6': u"{num:4d} {page.loc_title:<40} {page.can_title:<40}<br/>", + '7': u"{num:4d} {page.loc_title:<40} {page.trs_title:<40}<br/>", } # Identify which formats need outputlang -- To view, visit https://gerrit.wikimedia.org/r/394599 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id52d8d23a8074df69c6823f147eced9f77ef0fc3 Gerrit-PatchSet: 2 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Zoranzoki21 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
