Changes

Jump to navigation Jump to search

Module:Authority control

6 bytes added, 04:15, 1 July 2014
fix script error. (why is there no test case that uses this?)
local function botanistLink( id )
local id2 = mw.ustring.gsub(id, '%s', function(s) return mw.uri.encode(s, 'PATH') end)
return '[http://www.ipni.org/ipni/advAuthorSearch.do?find_abbreviation=' .. id2 .. ' ' .. id .. ']'
end
Anonymous user

Navigation menu