Content deleted Content added
Cyborg Coder (talk | contribs) No edit summary |
Cyborg Coder (talk | contribs) No edit summary |
||
Line 85:
p.pageinfo = function( frame )
local ttl = frame.args.title
if (ttl=="" or ttl==nil) then
end
local ttlobj = mw.title.new( ttl )
|