http://www.mediawiki.org/wiki/Special:Code/pywikipedia/8908
Revision: 8908 Author: filnik Date: 2011-02-01 19:25:18 +0000 (Tue, 01 Feb 2011) Log Message: ----------- fix commons message
Modified Paths: -------------- trunk/pywikipedia/checkimages.py
Modified: trunk/pywikipedia/checkimages.py =================================================================== --- trunk/pywikipedia/checkimages.py 2011-01-31 14:47:53 UTC (rev 8907) +++ trunk/pywikipedia/checkimages.py 2011-02-01 19:25:18 UTC (rev 8908) @@ -417,7 +417,7 @@ # Note: every __botnick__ will be repleaced with your bot's nickname (feel free not to use if you don't need it) HiddenTemplateNotification = { '_default':None, - 'commons': u"""\n{{subst:User:Filnik/whitetemplate|File:%s}}\n\n''This message was '''added automatically by [[User:__botnick__|__botnick__]]''', if you need some help about it, ask its master (~~~) or go to the [[Commons:Help desk]]''. --~~~~""", + 'commons': u"""\n{{subst:User:Filnik/whitetemplate|File:%s}}\n\n''This message was added automatically by __botnick__, if you need some help about it please read the text above again and follow the links in it, if you still need help ask at the [[File:Human-help-browser.svg|18px|link=Commons:Help desk|?]] '''[[Commons:Help desk|→]] [[Commons:Help desk]]''' in any language you like to use.'' --__botnick__""", 'it' : u"{{subst:Progetto:Coordinamento/Immagini/Bot/Messaggi/Template_insufficiente|%s|__botnick__}} --~~~~", 'ko' : u"\n{{subst:User:Kwj2772/whitetemplates|%s}} --~~~~", }