Module:Lang: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) 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..." |
Caleb Cooper (talk | contribs) 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
| |||