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

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
m (Undid revision 627554648 by Mr. Stradivarius (talk) test it again)
m (7 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
url = {},
+
url = '//www.google.com/search?as_eq=wikipedia&q=$1',
 
display = 'Google'
 
display = 'Google'
 
}
 
}

Latest revision as of 16:36, 26 September 2020

Usage

{{#invoke:Find sources/links|function_name}}



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