45 444
правки
м (update) |
м (update) |
||
def replace_quote(text):
# safe replace quote (do not replace inside [[...|]])
i = 0
ret = ''
templ_im = u'{{Сообщение ЗЛВ|даты=%s|текст=%s|иллюстрация=%s|архив=%s}}\n'
def insert_templ(talk, text, date, year, month, image):
#print 'insert_templ:', talk
if talk.exists():
ptext = talk.get()
|
правки