There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:Toniher/doc
local p = {}
function p.hello()
return 'Hello, Toni!'
end
function p.helloargs(frame)
local plantilla2 = frame:expandTemplate {title ='Toniher',args={frame.args[2]}}
return 'Hello '..plantilla2..' '..frame.args[1]
end
return p