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

From Zoophilia Wiki
Jump to navigationJump to search
meta>Mr. Stradivarius
(create config for Google News)
 
meta>Mr. Stradivarius
(make the URL protocol-relative)
Line 1: Line 1:
return {
return {
url = 'http://www.google.com/search?q=$1&tbm=nws',
url = '//www.google.com/search?q=$1&tbm=nws',
display = 'Google News'
display = 'Google News'
}
}

Revision as of 06:28, 26 September 2014

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

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