Content deleted Content added
testing previous/next section (part 3) |
testing previous/next section (part 4) |
||
Line 93:
return ''
end
-- if label is a valid link or not
if mw.ustring.match(label, "^%[%[.*%]%]$") then
return label
end
-- create a link otherwise
local link = mw.ustring.format('%s solar eclipse', label)
if ifexist(link) then
|