[Pywikipedia-l] [ pywikipediabot-Feature Requests-2595920 ] Change imagerecat.py to use lists in family file

SourceForge.net noreply at sourceforge.net
Fri Feb 13 13:26:33 UTC 2009


Feature Requests item #2595920, was opened at 2009-02-13 14:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2595920&group_id=93107

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 4
Private: No
Submitted By: Multichill (multichill)
Assigned to: Multichill (multichill)
Summary: Change imagerecat.py to use lists in family file

Initial Comment:
Imagerecat.py has to be changed to use the redirect template list and the disambigutation template list in the Commons family file:

        self.category_redirect_templates = {
            'commons': (u'Category redirect',
                        u'Categoryredirect',
                        u'See cat',
                        u'Seecat',
                        u'Catredirect',
                        u'Cat redirect',
                        u'CatRed',
                        u'Cat-red',
                        u'Catredir',
                        u'Redirect category'),
        }
        
        self.disambiguationTemplates = {
            'commons': [u'Disambig', u'Disambiguation', u'Razločitev',
                        u'Begriffsklärung']
        }

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2595920&group_id=93107



More information about the Pywikipedia-l mailing list