匿名使用者
「模組:Main」:修訂間差異
無編輯摘要
imported>CYL992 (建立內容為「--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx". Otherwise, it produces -- "Main article: xxx". --]] local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments -- lazily initialise local p = {} function p.main(frame) mArguments…」的新頁面) |
imported>CYL992 無編輯摘要 |
||
第28行: | 第28行: | ||
-- 本地化注意 | -- 本地化注意 | ||
return mHatnote.makeWikitextError( | return mHatnote.makeWikitextError( | ||
' | '没有指定頁面名', | ||
'Template:Main#错误', | 'Template:Main#错误', | ||
args.category | args.category | ||
第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。' | ||
else | else | ||
mainForm = ' | mainForm = '主條目' | ||
end | end | ||
local text = string.format(mainForm, pageType, list) | local text = string.format(mainForm, pageType, list) |