變更
per EP
local sect
if args.sect == '' then
sect = ' 本此' .. (cfg.sectionDefault or '頁面')
elseif type(args.sect) == 'string' then
sect = ' 本此' .. args.sect
end
local issue = args.issue
:tag('div')
:css('text-align', 'center')
:wikitext(format(' 本 此 訊息框使用無效的「type=%s」參數,需要修復。', self.type or ''))
end