Content deleted Content added
No edit summary |
No edit summary |
||
Line 13:
local tagline = "public ___domain audiobook at [[LibriVox]]"
local urlhead = "https://librivox.org/search?"
local italic = "''"
if args.title == "" or args.title == nil then
Line 30:
if args.dtitle ~= nil and args.dtitle ~= "" then
dtitle = mw.text.trim(args.dtitle)
italic = ""
end
dtitle = mw.ustring.gsub(dtitle,"%s%(.*%)", "") -- remove disambiguation ()
Line 44 ⟶ 45:
end
url = "[[Image:Speaker Icon.svg|20px]] " .. "[" .. urlhead .. "title=" .. stitle .. "&author=" .. lname .. "&reader=&keywords=&genre_id=0&status=all&project_type=either&recorded_language=&sort_order=catalog_date&search_page=1&search_form=advanced" .. " " ..
return url
|