1,320
次編輯
(建立內容為「local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "abo…」的新頁面) |
無編輯摘要 |
||
第27行: | 第27行: | ||
namespace = mw.title.getCurrentTitle().namespace, | namespace = mw.title.getCurrentTitle().namespace, | ||
otherText = nil, --included for complete list | otherText = nil, --included for complete list | ||
sectionString = ' | sectionString = '章節' | ||
} | } | ||
for k, v in pairs(defaultOptions) do | for k, v in pairs(defaultOptions) do | ||
第52行: | 第52行: | ||
local forSee = mHatList._forSee(args, 2, fsOptions) | local forSee = mHatList._forSee(args, 2, fsOptions) | ||
local image = '[[File:Disambig gray.svg|25px|class=noviewer hatnote-notice-img|alt=|link= | local image = '[[File:Disambig gray.svg|25px|class=noviewer hatnote-notice-img|alt=|link=合眾百科:消歧義]]' | ||
-- Concatenate and return | -- Concatenate and return |