Изменения

проверка на наличие маленького блока и добавление даты в существующий
Строка 565: Строка 565:  
:wikitext(self.talk and (' ' .. self.talk) or nil)
 
:wikitext(self.talk and (' ' .. self.talk) or nil)
 
end
 
end
textsmallCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
+
if self.textsmall then
 +
textsmallCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
 +
else
 +
textCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
 +
end
 
if self.info and not self.isSmall then
 
if self.info and not self.isSmall then
 
textsmallCellDiv
 
textsmallCellDiv
Анонимный участник