Content deleted Content added
Cyborg Coder (talk | contribs) No edit summary |
Cyborg Coder (talk | contribs) No edit summary |
||
Line 86:
local ttl = frame.args.title or nothing
local ttlobj = mw.title.new( ttl ) or nothing
local txt = ttlobj.text or nothing
local str = txt
if (ttlobj.exists) then str = str .. " exists"
|