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

둘러보기로 이동 검색으로 이동
1 바이트 추가됨 ,  2021년 1월 12일 (화)
2001:2D8:E63F:5F2D:F84C:2854:7644:CE68(토론)의 28502638판 편집을 되돌림
편집 요약 없음
(2001:2D8:E63F:5F2D:F84C:2854:7644:CE68(토론)의 28502638판 편집을 되돌림)
5번째 줄: 5번째 줄:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


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


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


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

둘러보기 메뉴