모듈:DB2: 두 판 사이의 차이
보이기
imported>Hsl0 새 문서: local p = {} function p.json(frame) return mw.text.jsonEncode({ [frame.args[1]] = frame:getParent().args }) .. "," end return p |
imported>Hsl0 편집 요약 없음 |
||
2번째 줄: | 2번째 줄: | ||
function p.json(frame) | function p.json(frame) | ||
return mw.text.jsonEncode({ | return mw.text.encode(mw.text.jsonEncode({ | ||
[frame.args[1]] = frame:getParent().args | [frame.args[1]] = frame:getParent().args | ||
}) .. "," | }) .. ",") | ||
end | end | ||
return p | return p |
2020년 4월 30일 (목) 02:19 판
이 모듈에 대한 설명문서는 모듈:DB2/설명문서에서 만들 수 있습니다