Module:Sandbox/Aidan9382: Difference between revisions

Content deleted Content added
light erroring
better
Line 26:
mw.log("Attempted to access unknown function '"..tostring(k).."'")
return function(frame)
returnlocal s = frame:preprocess("<span class='\"error'\">Attempted to access unknown function '"..tostring(k).."'</span>")
return frame and frame:preprocess(s) or s
end
end