Module:Citation/CS1/Utilities: Difference between revisions

no edit summary
m (1 revision imported)
No edit summary
Line 100: Line 100:
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 ({'[[w:', link, '|', display, ']]'});
else
else
return table.concat ({'[[', link, ']]'});
return table.concat ({'[[w:', link, '|', link, ']]'});
end
end
else
else