Module:Test: Difference between revisions

Ttenbergen (talk | contribs)
No edit summary
Ttenbergen (talk | contribs)
No edit summary
Line 1: Line 1:
local p = {}
local p = {}
-- this is a comment
-- this is a comment
-- more comments
 
--[[a multi
line comment]]
function p.getAuthor( frame )
function p.getAuthor( frame )
--if frame.args[1] == nil  
--if frame.args[1] == nil  
return p.testParameters(frame.args[2])
return p.testParameters(frame.args[1])
end
end