Jump to content

Module:Lang: Difference between revisions

no edit summary
m (1 revision imported)
No edit summary
 
Line 445: Line 445:
if is_set (link) then
if is_set (link) then
if is_set (display) then
if is_set (display) then
return table.concat ({'[[', link, '|', display, ']]'});
return table.concat ({'[[:wikipedia:', link, '|', display, ']]'});
else
else
return table.concat ({'[[', link, ']]'});
return table.concat ({'[[:wikipedia:', link, '|', link, ']]'});
end
end
else
else