今天是2024年11月20日 第47周 星期三
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
變更
跳至導覽
跳至搜尋
行 486:
行 486:
− +
− +
− +
行 500:
行 500:
− +
無編輯摘要
.tag('span')
.tag('span')
.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 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 ' ' .. self.fix)
.wikitext(self.fix and self.fix)
end
end
if not self.isSmall then
if not self.isSmall then
.tag('span')
.tag('span')
.addClass('hide-when-compact')
.addClass('hide-when-compact')
.wikitext(self.info and ' ' .. self.info)
.wikitext(self.info and self.info)
end
end
else
else