今天是2024年11月21日 第47周 星期四
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
第246行:
第246行:
− +
− +
第602行:
第602行:
− +
per EP
local sect
local sect
if args.sect == '' then
if args.sect == '' then
sect = ' 本' .. (cfg.sectionDefault or '頁面')
sect = ' 此' .. (cfg.sectionDefault or '頁面')
elseif type(args.sect) == 'string' then
elseif type(args.sect) == 'string' then
sect = ' 本' .. args.sect
sect = ' 此' .. args.sect
end
end
local issue = args.issue
local issue = args.issue
:tag('div')
:tag('div')
:css('text-align', 'center')
:css('text-align', 'center')
:wikitext(format(' 本 訊息框使用無效的「type=%s」參數,需要修復。', self.type or ''))
:wikitext(format(' 此 訊息框使用無效的「type=%s」參數,需要修復。', self.type or ''))
end
end