Module:Sandbox/Cyborg Coder: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 77:
 
p.pagename = function( frame )
local ttl = frame.args.title
local ttlobj = mw.title.new( ttl )
local txt = ttlobj.text
return txt
end
 
p.pageinfo = function( frame )
local ttl = frame.args.title
local ttlobj = mw.title.new( ttl )