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

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(test the robustness of the autodoc verification)
blackwiki>Mr. Stradivarius
m (Undid revision 627554450 by Mr. Stradivarius (talk) seems to work ok)
Line 1: Line 1:
 
return {
 
return {
url = {},
+
url = '//www.google.com/search?as_eq=wikipedia&q=$1&num=50',
 
display = 'Google'
 
display = 'Google'
 
}
 
}

Revision as of 15:31, 29 September 2014

Usage

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



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