Module:Sandbox/Cyborg Coder: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 87:
local ttlobj = mw.title.new( ttl )
local txt = ttlobj.text
local str = txt
return ttlobj
if (ttlobj.exists) then str = str .. " exists"
else str = str .. " does not exist"
end
return ttlobjstr
end