模块:Message box:修订间差异
imported>Quest for Truth 无编辑摘要 |
imported>Quest for Truth 无编辑摘要 |
||
| 第483行: | 第483行: | ||
.addClass('hide-when-compact') | .addClass('hide-when-compact') | ||
.wikitext(self.talk and ' ' .. self.talk) | .wikitext(self.talk and ' ' .. self.talk) | ||
end | end | ||
textCellSpan | textCellSpan | ||
.wikitext(self.date and ' ' .. self.date) | .wikitext(self.date and ' ' .. self.date) | ||
if not self.isSmall and args.fix ~= '' then | |||
textCellSpan | |||
.tag('span') | |||
.addClass('hide-when-compact') | |||
.wikitext(self.fix and ' ' .. self.fix) | |||
end | |||
if not self.isSmall then | if not self.isSmall then | ||
textCellSpan | textCellSpan | ||