local getArgs = require('Module:Arguments').getArgslocal p =
function p.main(frame) local args = getArgs(frame) return p._main(args[1])end
function p._main(text) return '' .. text .. ''end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/SD0001/nowiki".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.