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

變更

前往: 導覽搜尋

模块:Further

增加 54 位元組, 6 年前
無編輯摘要
pages = mLabels.preprocessDisplays(args)
if #pages == 0 then
-- 本地化注意
return mHatnote.makeWikitextError(
'no page names specified暫無更多資-{}-料', 'Template:Further#Errors错误',
category
)
end
-- 本地化注意
function p._further (pages, topic, options)
topic = topic and (topic..' on '..topic) or '' local text = string.format('Further information更多%s-{zh-cn:信息;zh-tw: 資訊;}-:%s', topic, mHatlist.andList(pages, true))
return mHatnote._hatnote(text, options)
end
return p
匿名用戶