-- Testing how args work.local JSON = require("Module:Sandbox/Rockingerser/Json")local p =
function p.main(frame) local args = frame.args return JSON:stringify(args)end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Rockingerser/Test1".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.