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