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

From Good Old TV Fan Wiki
m (1 revision imported)
 
GI>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 23:46, 14 February 2019

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