Jump to content

Module:Citation/CS1/Utilities: Difference between revisions

no edit summary
m (1 revision imported)
No edit summary
Line 101: Line 101:


if is_set (display) and link ~= display then
if is_set (display) and link ~= 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
end
end