Module:Find sources/links/google books: Difference between revisions

From Good Old TV Fan Wiki
m (1 revision imported)
 
GI>LLarson
(Hide Wikipedia from search results)
Line 1: Line 1:
return {
return {
url = '//www.google.com/search?tbs=bks:1&q=$1',
url = '//www.google.com/search?tbs=bks:1&q=$1+-wikipedia',
display = 'Google Books'
display = 'Google Books'
}
}

Revision as of 16:19, 19 May 2018

return { url = '//www.google.com/search?tbs=bks:1&q=$1+-wikipedia', display = 'Google Books' }