Module:ColorParse: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  02:08, 21 July 2020
m
no edit summary
(minor refactor)
mNo edit summary
Line 27: Line 27:
end
end


function p.determinetype(input)
function p.determinexml(input)
   return (input:match('&') ~= nil)
   return (input:match('&') ~= nil)
end
end

Navigation menu