Documentation for this module may be created at Module:Sandbox/botaki/test/doc
local p = {} function p.something(eisodos) local s = '<b>Γεια σου φίλε μου</b>' if eisodos.args[1] ~= nil then s = s .. eisodos.args[1] end if eisodos.args['σπίτι'] ~= nil then s = s .. eisodos.args['σπίτι'] end return s end return p