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

Created page with "return { url = '//www.google.com/search?as_eq=wikipedia&q=$1', display = 'Google' }"
 
WikiDwarfBOT (talk | contribs)
m top: clean up, replaced: wikipedia → Bharatpedia
 
Line 1: Line 1:
return {
return {
url = '//www.google.com/search?as_eq=wikipedia&q=$1',
url = '//www.google.com/search?as_eq=bharatpedia&q=$1',
display = 'Google'
display = 'Google'
}
}

Latest revision as of 08:44, 9 June 2021

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

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