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

Created page with "return { url = '//www.google.com/search?tbs=bks:1&q=$1+-wikipedia', display = 'Google Books' }"
 
WikiDwarfBOT (talk | contribs)
m top: clean up, replaced: wikipedia → Bharatpedia
 
Line 1: Line 1:
return {
return {
url = '//www.google.com/search?tbs=bks:1&q=$1+-wikipedia',
url = '//www.google.com/search?tbs=bks:1&q=$1+-bharatpedia',
display = 'Google Books'
display = 'Google Books'
}
}

Latest revision as of 22:51, 5 June 2021

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+-bharatpedia',
	display = 'Google Books'
}