Diff: Help/GooglePluginPlugin

Differences between current version and predecessor to the previous major change of Help/GooglePluginPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,57 @@
-_short description_  
+The **~GooglePlugin** [[Help:WikiPlugin|plugin]] is a wrapper for the Google Web APIs.  
+It allows you to do Google searches, retrieve pages from the Google cache,  
+and ask Google for spelling suggestions.  
  
-! Usage  
-<verbatim>  
- <?plugin GooglePlugin ?>  
-< /verbatim>  
+Note: You must first obtain a license key at http://www.google.com/apis
  
-! Arguments  
+Max 1000 queries per day.  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+== Usage ==  
+{{{  
+<<GooglePlugin arguments>>  
+}}}  
  
-! Example  
+== Arguments ==  
  
-<verbatim>  
-<?plugin GooglePlugin ?>  
-</verbatim>  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **q**  
+|  
+|  
+|-  
+| **mode**  
+| search, cache or spell  
+| search  
+|-  
+| **startIndex**  
+|  
+| 1  
+|-  
+| **maxResults**  
+|  
+| 10  
+|-  
+| **formsize**  
+|  
+| 30  
+|}  
  
-<?plugin GooglePlugin ?>  
+== Example ==  
  
-! Author  
-PhpWiki:ReiniUrban  
+{{{  
+<<GooglePlugin>>  
+}}}  
  
-! See Also  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The GooglePlugin plugin is a wrapper for the Google Web APIs. It allows you to do Google searches, retrieve pages from the Google cache, and ask Google for spelling suggestions.

Note: You must first obtain a license key at http://www.google.com/apis/

Max 1000 queries per day.

Usage

<<GooglePlugin arguments>>

Arguments

Argument

Description

Default value

q

mode

search, cache or spell

search

startIndex

1

maxResults

10

formsize

30

Example

<<GooglePlugin>>

Author

See Also