Module:沙盒/盐棋/Sandbox2:修订间差异

来自Arcaea中文维基
(800)
(800+)
第2行: 第2行:


function p.main(frame)
function p.main(frame)
local lii={string.byte(mw.getCurrentFrame():expandTemplate{ title = ":版本更新日志" },1,800)}
local lii={string.byte(mw.getCurrentFrame():expandTemplate{ title = ":版本更新日志" },801,1750)}
return mw.text.jsonEncode(lii,mw.text.JSON_PRETTY)
return mw.text.jsonEncode(lii,mw.text.JSON_PRETTY)
end
end


return p
return p

2022年5月6日 (五) 17:13的版本

可在Module:沙盒/盐棋/Sandbox2/doc创建此模块的帮助文档

local p = {}

function p.main(frame)
	local lii={string.byte(mw.getCurrentFrame():expandTemplate{ title = ":版本更新日志" },801,1750)}
	return mw.text.jsonEncode(lii,mw.text.JSON_PRETTY)
end

return p