開啟主選單

求真百科

變更

模块:Message box

大小無變化, 5 年前
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
匿名用戶