Module:Sandbox/BrandonXLF/3: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
if string.match(image, ".-%+.-") then
_, image = string.match(image, "(.-)%+(.-)")
end
if true then
return image
end