Content deleted Content added
Cyborg Coder (talk | contribs) No edit summary |
Cyborg Coder (talk | contribs) 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
end
|