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

From Good Old TV Fan Wiki
m (1 revision imported)
 
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
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'
}
}

Latest revision as of 13:28, 29 May 2021

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