Module:Test: Difference between revisions

Jump to navigation Jump to search
14 bytes added ,  19 April 2021
m
no edit summary
No edit summary
mNo 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 mw.allToString(string.find ( frame.args[1] , '~~~~' ) ~= nil) .. frame.args[1]
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.

Navigation menu