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

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
m (Protected Module:Find sources/links/google books: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)))
blackwiki>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 20:19, 19 May 2018

Usage

{{#invoke:Find sources/links|function_name}}



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