Differences between current version and predecessor to the previous major change of Help/GooglePluginPlugin.
Other diffs: Previous Revision, Previous Author
Newer page: |
version 2 |
Last edited on December 16, 2018 |
by hege |
|
Older page: |
version 1 |
Last edited on March 9, 2017 |
by hege |
Revert |
@@ -1 +1,59 @@
-<?
plugin RedirectTo page
="Help/WikiForumPlugin" ?
>
+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.
+
+Note: You must first obtain a license key at http://www.google.com/apis/
+
+Max 1000 queries per day.
+
+== Usage ==
+{{{
+<<GooglePlugin arguments>>
+}}}
+
+== Arguments ==
+
+{| class
="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **q**
+|
+|
+|-
+| **mode**
+| search, cache or spell
+| search
+|-
+| **startIndex**
+|
+| 1
+|-
+| **maxResults**
+|
+| 10
+|-
+| **formsize**
+|
+| 30
+|}
+
+== Example ==
+
+{{{
+<<GooglePlugin>>
+}}}
+
+<<GooglePlugin>>
+
+== Author ==
+* [[
Help:Reini Urban|Reini Urban]]
+
+== See Also ==
+
+<noinclude>
+----
+[[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
Example
<<GooglePlugin>>
Author
See Also