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

From Bharatpedia, an open encyclopedia
(Created page with "return { url = '//www.google.com/search?tbm=nws&q=$1+-wikipedia', display = 'Google News' }")
 
m (→‎top: clean up, replaced: wikipedia → Bharatpedia)
 
Line 1: Line 1:
return {
return {
url = '//www.google.com/search?tbm=nws&q=$1+-wikipedia',
url = '//www.google.com/search?tbm=nws&q=$1+-bharatpedia',
display = 'Google News'
display = 'Google News'
}
}

Latest revision as of 08:44, 9 June 2021

Documentation for this module may be created at Module:Find sources/links/google news/doc

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