Content deleted Content added
put current_lang at the top, and make p local |
check for the link variable when linking |
||
Line 204:
-- Make the link
if
if display then
wikitext = wikitext .. '|' .. display
end
end
▲ wikitext = "[[" .. wikitext .. "]]"
return wikitext
|