이음위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 8월 6일 (화) 20:14 젊은리버럴 토론 기여님이 모듈:Location map 문서를 만들었습니다 (새 문서: require('strict') local p = {} local param_ko = require('모듈:Location map/i18n') local getArgs = require('모듈:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map, frame) if not map then error('사용할 location map 정의의 이름을 지정해야 합니다', 2) end for kk, vv in pairs(param_ko) do if vv ~= '' then if map == kk then map = vv brea...)