Diff: Help/GoogleMapsPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 5 and previous revision of Help/GoogleMapsPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on 25 December 2011 13:03 by harold Revert
Older page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,93 +1,27 @@
-The **~GoogleMaps** [[Help:WikiPlugin|plugin]] displays a marker  
-with further infos (when clicking) on given coordinates.  
+_short description_  
  
-You need to sign up for a Google Maps API key
+! Usage  
+<verbatim>  
+ <?plugin GoogleMaps ?>  
+</verbatim>  
  
-http://www.google.com/apis/maps/signup.html  
+! Arguments  
  
-Then enter the key in {{{config/config.ini}}} under {{{GOOGLE _LICENSE _KEY=}}}  
+page _(default: current pagename) _:  
+ The page to execute upon.  
  
-== Usage ==  
+! Example  
  
-{{{  
-<< GoogleMaps arguments> >  
-}}}  
+<verbatim>  
+<?plugin GoogleMaps ? >  
+</verbatim>  
  
-== Arguments ==  
+<?plugin GoogleMaps ?>  
  
-{| class="bordered"  
-|-  
- ! Argument  
-! Description  
-! Default value  
-|-  
-| **Longitude**  
-| Longitude  
-| //None// (required argument)  
-|-  
-| **Latitude**  
-| Latitude  
-| //None// (required argument)  
-|-  
-| **~ZoomFactor**  
-| Zoom factor  
-| 5  
-|-  
-| **Marker**  
-|  
-| true  
-|-  
-| **~InfoText**  
-|  
-| //None//  
-|-  
-| **~MapType**  
-| Map or Satellite or Hybrid  
-| Hybrid  
-|-  
-| **~SmallMapControl**  
-| large or small  
-| false  
-|-  
-| **width**  
-| width  
-| 500px  
-|-  
-| **height**  
-| height  
-| 400px  
-|}  
+! Author  
+PhpWiki:ReiniUrban  
  
-== Example ==  
+! See Also  
  
-{{{  
-<<GoogleMaps  
- Latitude=53.053  
- Longitude=7.803  
- ZoomFactor=10  
- Marker=true  
- MapType=Hybrid  
- width=500px  
- height=400px  
->>  
-}}}  
-  
-<<GoogleMaps  
- Latitude=53.053  
- Longitude=7.803  
- ZoomFactor=10  
- Marker=true  
- MapType=Hybrid  
- width=500px  
- height=400px  
->>  
-  
-== Author ==  
-* [[Help:Reini Urban|Reini Urban]]  
-  
-== See Also ==  
-  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 5

short description

Usage

  <?plugin GoogleMaps ?>

Arguments

page (default: current pagename)
The page to execute upon.

Example

<?plugin GoogleMaps ?>
Plugin GoogleMaps failed. A required argument “Longitude” is missing.

Author

PhpWiki:ReiniUrban

See Also


PhpWikiDocumentation Help:WikiPlugin