今天是2024年七月1日 第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

导航菜单