跳至內容

「模組:Main」:修訂間差異

移除 16 位元組 、​ 2022年8月4日 (星期四)
無編輯摘要
imported>CYL992
無編輯摘要
imported>CYL992
無編輯摘要
 
第28行: 第28行:
-- 本地化注意
-- 本地化注意
return mHatnote.makeWikitextError(
return mHatnote.makeWikitextError(
'没有指定頁面名',
'没有指定條目',
'Template:Main#错误',
'Template:Main#錯誤',
args.category
args.category
)
)
第47行: 第47行:
-- Find the pagetype.
-- Find the pagetype.
-- 本地化注意
-- 本地化注意
local pageType = mHatnote.findNamespaceId(firstPage) == 0 and '条目' or '页面'
local pageType = mHatnote.findNamespaceId(firstPage) == 0 and '條目' or '頁面'
-- Make the formatted link text
-- Make the formatted link text
list = mHatlist.andList(args, true)
list = mHatlist.andList(args, true)
第56行: 第56行:
-- 本地化注意
-- 本地化注意
if (curNs == 14) or (curNs == 15) then --category/talk namespaces
if (curNs == 14) or (curNs == 15) then --category/talk namespaces
mainForm = '此分類的的主條目是%s。'
mainForm = '此分類的主%s是%s。'
else
else
mainForm = '主條目%s:%s'
mainForm = '%s:%s'
end
end
local text = string.format(mainForm, pageType, list)
local text = string.format(mainForm, pageType, list)
匿名使用者