This is an old revision of this page, as edited by RexxS(talk | contribs) at 15:45, 28 November 2019(Protected "Module:Sandbox/RexxS/SayHello": in use for GCI until Jan 24 ([Edit=Require template editor access] (expires 00:00, 24 January 2020 (UTC)) [Move=Require template editor access] (expires 00:00, 24 January 2020 (UTC)))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 15:45, 28 November 2019 by RexxS(talk | contribs)(Protected "Module:Sandbox/RexxS/SayHello": in use for GCI until Jan 24 ([Edit=Require template editor access] (expires 00:00, 24 January 2020 (UTC)) [Move=Require template editor access] (expires 00:00, 24 January 2020 (UTC))))
-- Hi function - PLEASE DON'T EDIT THIS PAGElocalp={}p.Hi=function(frame)strName=frame.args.namereturn"Hello from Lua to my friend "..strName..".<br>"endreturnp