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

From Zoophilia Wiki
Jump to navigationJump to search
meta>Mr. Stradivarius
test the robustness of the autodoc verification
meta>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

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

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