Module:Test: Difference between revisions

From Test Wiki
17 bytes removed ,  19 April 2021
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
local p ={}
local p ={}
function p.Main(frame)
function p.Main(frame)
return string.find ( frame.args[1] , '~~~~' ) ~= nil .. frame.args[1]
return string.find ( frame.args[1] , '~~~~' ) ~= nil
end
end
return p
return p
481

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.