Module:Lang: Difference between revisions

Content deleted Content added
Created page with "--[=[ Lua support for the {{lang}}, {{lang-xx}}, and {{transl}} templates and replacement of various supporting templates. ]=] require('Module:No globals'); local getArgs..."
 
No edit summary
Line 443:
if is_set (link) then
if is_set (display) then
return table.concat ({'[[Wikipedia:', link, '|', display, ']]'});
else
return table.concat ({'[[Wikipedia:', link, ']]'});
end
else