리버티게임(개발), 모두가 만들어가는 자유로운 게임
imported>Hsl0님의 2020년 4월 30일 (목) 03:26 판
둘러보기로 이동
검색으로 이동
이 모듈에 대한 설명문서는 모듈:DB2/설명문서에서 만들 수 있습니다
local p = {}
function p.json(frame)
return mw.text.jsonEncode({
[frame.args[1]] = frame:getParent().args
}) .. ","
end
return p