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

From Zoophilia Wiki
Jump to navigationJump to search
meta>Mr. Stradivarius
(create config for Google Books search)
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
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'
}
}

Latest revision as of 04:29, 3 September 2020

Documentation for this module may be created at Module:Find sources/links/google books/doc

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