Open main menu

Changes

Module:Authority control

81 bytes added, 06:10, 17 February 2014
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
Anonymous user