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

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
m (Protected Module:Find sources/links/google: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)))
blackwiki>LLarson
(Don’t force 50 search results per page per unopposed talk page proposal)
Line 1: Line 1:
 
return {
 
return {
url = '//www.google.com/search?as_eq=wikipedia&q=$1&num=50',
+
url = '//www.google.com/search?as_eq=wikipedia&q=$1',
 
display = 'Google'
 
display = 'Google'
 
}
 
}

Revision as of 03:46, 15 February 2019

Usage

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



return {
	url = '//www.google.com/search?as_eq=wikipedia&q=$1',
	display = 'Google'
}