|
|
Sandbox
From Brooklyn Centre Wiki
(Difference between revisions)
(→GOOGLEMAP CODE) |
(→GOOGLEMAP CODE) |
||
Line 2: | Line 2: | ||
The following is the correct code for the googlemap extension. The first gives a street map zoomed out enough to give a good idea of where the location is in the general scheme of things. The second is a satellite view zoomed in for better detail. | The following is the correct code for the googlemap extension. The first gives a street map zoomed out enough to give a good idea of where the location is in the general scheme of things. The second is a satellite view zoomed in for better detail. | ||
+ | |||
+ | <div style="margin-left:1.0cm;margin-right:1.0cm;font-size:80%;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.8em 0.8em;"> | ||
<nowiki> | <nowiki> | ||
- | <googlemap lat="41.4531" lon="-81.7028" type="map" zoom=" | + | <googlemap lat="41.4531" lon="-81.7028" type="map" zoom="14" controls="large"> |
41.4531, -81.7028, Archwood Congregational Church 2800 Archwood Ave. Cleveland, Ohio, USA | 41.4531, -81.7028, Archwood Congregational Church 2800 Archwood Ave. Cleveland, Ohio, USA | ||
</googlemap> | </googlemap> | ||
Line 11: | Line 13: | ||
</googlemap> | </googlemap> | ||
</nowiki> | </nowiki> | ||
+ | </div> | ||
- | <googlemap lat="41.4531" lon="-81.7028" type="map" zoom=" | + | <googlemap lat="41.4531" lon="-81.7028" type="map" zoom="14" controls="large"> |
41.4531, -81.7028, Archwood Congregational Church 2800 Archwood Ave. Cleveland, Ohio, USA | 41.4531, -81.7028, Archwood Congregational Church 2800 Archwood Ave. Cleveland, Ohio, USA | ||
</googlemap> | </googlemap> |
Revision as of 15:25, 15 January 2007
GOOGLEMAP CODE
The following is the correct code for the googlemap extension. The first gives a street map zoomed out enough to give a good idea of where the location is in the general scheme of things. The second is a satellite view zoomed in for better detail.
<googlemap lat="41.4531" lon="-81.7028" type="map" zoom="14" controls="large"> 41.4531, -81.7028, Archwood Congregational Church 2800 Archwood Ave. Cleveland, Ohio, USA </googlemap> <googlemap lat="41.4531" lon="-81.7028" type="satellite" zoom="18"> </googlemap>
QUOTEBOX CODE
The following is a sample quotebox:
"...the quoted material is entered here and should appear in italics."
--BOOK TITLE by The Distinguished Author's Name
An alternate style:
Quoted material goes here.
IMAGE CODE
[[image:YMCA.jpg|framed|gfx on the right]] | |
[[image:YMCA.jpg|framed|center|gfx centered]] | |
[[image:YMCA.jpg|framed|left|gfx on the left]] | |
[[image:YMCA.jpg|thumb|gfxthumbnail]] |