local p = function p.hello return 'Hello!'end
function p.friend(frame) return 'Hello, my ' .. frame.args[1]end
function p.JsonEncode(frame) return mw.text.jsonEncode(frame.args[1])endreturn p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/pdehaye/my module".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.