local module =
function module.setup(frame) return frame.args[2]end
function module.txt return "tx % return"end
function module.argf(frame) local arg0 = frame.args[1] return "mx ## " ..arg0.. "!"end
return module
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Srolanh/test".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.