今天是2024年7月3日 第27周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
移除 28 位元組 、 2014年1月23日 (四) 02:59
無編輯摘要
行 486: 行 486:  
.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
行 500: 行 500:  
.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

導覽選單