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