Module:Sandbox/Anirudh23042003: Difference between revisions

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