Module:Message box: Difference between revisions

per tper
m (65 revisions imported from wikipedia:Module:Message_box)
(per tper)
Line 303:
end
if date then
self.date = string.format(" <smallspan class='date-container'>''(<span class='date'>%s</span>)''</smallspan>", date)
end
self.info = args.info
Line 326:
self.imageEmptyCell = cfg.imageEmptyCell
if cfg.imageEmptyCellStyle then
self.imageEmptyCellStyle = 'border:none;padding:0px0;width:1px'
end
 
Line 544:
end
if self.removalNotice then
textCellDiv:tag('smallspan')
:addClass('hide-when-compact')
:tag('i')
Anonymous user