Module:Sandbox/Cyborg Coder: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 75:
return "Fallback languages for " .. langcode .. "<br>" .. langs
end
 
p.pagename = function( frame )
local ttl = frame.args.title
local ttlobj = mw.title.new( ttl )
local txt = ttlobj.text
return txt
end
 
return p