Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
try fix
allow for nil link
Line 12:
local wikilink = function(link, display)
if displaylink then
return display and '[[' .. link .. '|' .. display ..']]' or '[['..link..']]'
else
return '[[' .. linkdisplay ..or ']]'
end
end