Module:Find sources/links/google: Difference between revisions
From Good Old TV Fan Wiki
Adminpeter (talk | contribs) m (1 revision imported) |
Adminpeter (talk | contribs) 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 | 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' }