모듈:Namespace detect/data: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
2001:2D8:E63F:5F2D:F84C:2854:7644:CE68(토론)의 28502638판 편집을 되돌림
편집 요약 없음 |
(2001:2D8:E63F:5F2D:F84C:2854:7644:CE68(토론)의 28502638판 편집을 되돌림) |
||
5번째 줄: | 5번째 줄: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
local | 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 | return mappings | ||
end | end | ||
return { | return { | ||
argKeys = argKeys, | argKeys = argKeys, | ||
cfg = cfg, | |||
mappings = getParamMappings() | mappings = getParamMappings() | ||
} | } |