匿名使用者
「模組:Main」:修訂間差異
無編輯摘要
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 ' | 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 = ' | mainForm = '此分類的主%s是%s。' | ||
else | else | ||
mainForm = ' | mainForm = '主%s:%s' | ||
end | end | ||
local text = string.format(mainForm, pageType, list) | local text = string.format(mainForm, pageType, list) |