Diff: Help/GooglePluginPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 4 and previous revision of Help/GooglePluginPlugin.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 4 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
| Older page: | version 3 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
@@ -1,27 +1,59 @@
  
  
  
  
  
  
  
  
  
-_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
 
+<<GooglePlugin>>
 
+== Author ==
 
+* [[Help:Reini Urban|Reini Urban]]
 
+
 
+== See Also ==
 
+
 
+<noinclude>
 
 ---- 
-PhpWikiDocumentation Help:WikiPlugin
 
+[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
+</noinclude>
 
version 4
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>>