Module:Page: Difference between revisions

Content deleted Content added
Add two misssing error:
Split a confusing multiple declaration with assignment
Line 52:
end
local result, success = title[field];
if type(result) == "function" then
local success;
success, result = pcall( result, title, unpack(pn) );
if not success then