Module:Find sources/links/google news: 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?q=$1&tbm=nws',
url = '//www.google.com/search?tbm=nws&q=$1+-wikipedia',
display = 'Google News'
display = 'Google News'
}
}

Latest revision as of 13:28, 29 May 2021

return { url = '//www.google.com/search?tbm=nws&q=$1+-wikipedia', display = 'Google News' }