모듈:Namespace detect/data: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
잔글 (1 revision imported) |
편집 요약 없음 |
||
5번째 줄: | 5번째 줄: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
local | 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 | return mapings | ||
end | end | ||
return { | return { | ||
argKeys = argKeys, | argKeys = argKeys, | ||
cg = cfg, | |||
mappings = getParamMappings() | mappings = getParamMappings() | ||
} | } |