Module:Sandbox/Aidan9382: Difference between revisions

Content deleted Content added
this problem was solved and we can remove this since it generates a lot of text
light erroring
Line 22:
end
 
return setmetatable(p,{
__index=function(t,k)
mw.log("Attempted to access unknown function '"..tostring(k).."'")
return function(frame)
return frame:preprocess("<span class='error'>Attempted to access unknown function '"..tostring(k).."'</span>")
end
end
})