Advertisement
lcawte

lego_family.py

Aug 20th, 2010
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. """
  3. This family file was auto-generated by $Id$
  4. Configuration parameters:
  5. url = http://lego.wikia.com/wiki/LEGO_Wiki
  6. name = lego
  7.  
  8. Please do not commit this to the SVN repository!
  9. """
  10.  
  11. import family
  12.  
  13. class Family(family.Family):
  14. def __init__(self):
  15. family.Family.__init__(self)
  16. self.name = 'lego'
  17. self.langs = {
  18. 'en': u'lego.wikia.com',
  19. }
  20.  
  21. self.namespaces[4]['en'] = [u'Brickipedia']
  22. self.namespaces[5]['en'] = [u'Brickipedia talk']
  23. self.namespaces[371]['en'] = [u'Filter talk']
  24. self.namespaces[400]['en'] = [u'Video']
  25. self.namespaces[401]['en'] = [u'Video talk']
  26. self.namespaces[370]['en'] = [u'Filter']
  27. self.namespaces[302]['en'] = [u'Property', u'Relation']
  28. self.namespaces[303]['en'] = [u'Property talk', u'Relation talk']
  29. self.namespaces[304]['en'] = [u'Type']
  30. self.namespaces[305]['en'] = [u'Type talk']
  31. self.namespaces[306]['en'] = [u'Form']
  32. self.namespaces[307]['en'] = [u'Form talk']
  33. self.namespaces[308]['en'] = [u'Concept']
  34. self.namespaces[309]['en'] = [u'Concept talk']
  35. self.namespaces[110]['en'] = [u'Forum']
  36. self.namespaces[111]['en'] = [u'Forum talk']
  37. self.namespaces[112]['en'] = [u'Magazine']
  38. self.namespaces[113]['en'] = [u'Magazine talk']
  39. self.namespaces[114]['en'] = [u'Inventory']
  40. self.namespaces[115]['en'] = [u'Inventory talk']
  41. self.namespaces[500]['en'] = [u'User blog']
  42. self.namespaces[501]['en'] = [u'User blog comment']
  43. self.namespaces[502]['en'] = [u'Blog']
  44. self.namespaces[503]['en'] = [u'Blog talk']
  45.  
  46.  
  47. def scriptpath(self, code):
  48. return {
  49. 'en': u'',
  50. }[code]
  51.  
  52. def version(self, code):
  53. return {
  54. 'en': u'1.15.5',
  55. }[code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement