求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。

變更

前往: 導覽搜尋

模块:Further

增加 292 位元組, 6 年前
無編輯摘要
topic = topic and (topic..'的') or ''
local text = string.format('更多%s-{zh-cn:信息;zh-tw:資訊;}-:%s', topic, mHatlist.andList(pages, true))
-- Pass options through. -- 中文版Common.css未定义hatnote这一class样式,顶注模板的class样式为rellink,故从[[模块:See also]]移植这一hack local hnOptions = {} hnOptions.selfref = options.selfref hnOptions.extraclasses = 'rellink boilerplate further noprint'  return mHatnote._hatnote(text, optionshnOptions)
end
return p