「Module:Sandbox/InvalidData/AichanRepeat」:修訂間差異

修复读取错误
(python导致的)
(修复读取错误)
第2行: 第2行:
local p = {}
local p = {}


local function getList()
function p.getList()
return mw.text.jsonDecode(mw.title.new(srcFileName,'User'):getContent())['aichan']
return mw.text.jsonDecode(mw.title.new(srcFileName,'User'):getContent())['aichan']
end
end


function p.main()
function p.main()
local prefList = getList()
local prefList = p.getList()
local allList = {}
local allList = {}
local repList = {}
local repList = {}
684

次編輯