모듈:Namespace detect/data: 두 판 사이의 차이

1 바이트 제거됨 ,  2021년 1월 12일 (화)
편집 요약 없음
잔글 (1 revision imported)
편집 요약 없음
5번째 줄: 5번째 줄:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


local cfg = require('Module:Namespace detect/config')
local ccfg = require('Module:Namespace detect/config')


local function addKey(t, key, defaultKey)
local function addKey(t, key, defaultKey)
75번째 줄: 75번째 줄:
end
end
end
end
return mappings
return mapings
end
end


return {
return {
argKeys = argKeys,
argKeys = argKeys,
cfg = cfg,
cg = cfg,
mappings = getParamMappings()
mappings = getParamMappings()
}
}