| |
From: Leonardo Gregianin <leogregianin@us...> - 2006-06-08 22:15
|
Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5113
Modified Files:
followlive.py
Log Message:
more 'en' and 'pt' templates
Index: followlive.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/followlive.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** followlive.py 6 Jun 2006 19:32:49 -0000 1.21
--- followlive.py 8 Jun 2006 22:14:57 -0000 1.22
***************
*** 37,40 ****
--- 37,43 ----
'{{cleanup}}':{ 'msg' : 'This article need cleanup','pos': 'top'},
'{{stub}}' :{ 'msg' : 'This article is a stub','pos': 'bottom'},
+ '{{categorize}}' :{ 'msg' : 'This article needs to be [[Wikipedia:Categorization|categorized]]', 'pos' : 'top'},
+ '{{notability}}' :{'msg' : 'The [[Wikipedia:Notability|notability]] of this article is unclear.', 'pos': 'top'},
+ '{{verify}}' :{'msg' : 'This article needs to be checked for factuality.', 'pos': 'top'},
},
***************
*** 57,64 ****
},
! 'pt': {u'{{apagar}}' : {'msg': '{{apagar}}', 'pos':'top'},
! u'{{wikificar}}' : {'msg': '{{wikificar}}', 'pos':'top'},
u'{{reciclar}}' : {'msg': '{{reciclar}}', 'pos':'top'},
u'{{lixo|~~~~}}' : {'msg': '{{lixo}}', 'pos':'top'},
},
}
--- 60,69 ----
},
! 'pt': {u'{{wikificar}}' : {'msg': '{{wikificar}}', 'pos':'top'},
u'{{reciclar}}' : {'msg': '{{reciclar}}', 'pos':'top'},
u'{{lixo|~~~~}}' : {'msg': '{{lixo}}', 'pos':'top'},
+ u'{{revisão}}' : {'msg': '{{revisão}}', 'pos':'top'},
+ u'{{impróprio}}' : {'msg': '{{impróprio}}', 'pos':'top'},
+ u'{{apagar vaidade}}' : {'msg': '{{apagar vaidade}}', 'pos':'top'},
},
}
|
|