Module:Sandbox/Cyborg Coder: Difference between revisions

Content deleted Content added
No edit summary
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"