Module:Sourcrowd: Difference between revisions

modify
(user test module)
 
(modify)
Line 9:
local p = {}
 
function p.main( frame )
if frame.args[2] then
return "HTML"
Line 17:
end
 
function p.a2b( str )
return
end
 
function p.b2a( str, ctype )
return
end
return p
0

edits