Changes
m
fix from here
function botanistLink( id )
id = mw.ustring.gsub(id, '%s', function(s) return mw.uri.encode(s, 'PATH') end)
return '[http://www.ipni.org/ipni/advAuthorSearch.do?find_abbreviation=' .. id .. ' ' .. id .. ']'
end