Content deleted Content added
light erroring |
better |
||
Line 26:
mw.log("Attempted to access unknown function '"..tostring(k).."'")
return function(frame)
return frame and frame:preprocess(s) or s
end
end
|
light erroring |
better |
||
Line 26:
mw.log("Attempted to access unknown function '"..tostring(k).."'")
return function(frame)
return frame and frame:preprocess(s) or s
end
end
|