Welcome to the
Brooklyn Centre WIKI

Cleveland, Ohio

A Neighborhood Exploration
Currently 301 articles regarding its history


Sandbox

From Brooklyn Centre Wiki

(Difference between revisions)
Jump to: navigation, search
(GOOGLEMAP CODE)
Current revision (13:49, 3 June 2009) (edit) (undo)
 
(35 intermediate revisions not shown.)
Line 1: Line 1:
-
=Sample Code=
+
The Sandbox is for registered users only. It provides a place to test coding prior to actual page edits.
-
{{TOCright}}
+
................[ EDITING STARTS BELOW THIS LINE ].........................
-
 
+
-
 
+
-
==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.
+
-
 
+
-
<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;">
+
-
 
+
-
 
+
-
==Maps==
+
-
<pre>
+
-
<googlemap lat="41.455802" lon="-81.700117" type="map" zoom="12" controls="large">
+
-
41.455802, -81.700117, Riverside Cemetery in Cleveland, OH, USA
+
-
/Info\ 3607 Pearl Rd, Cleveland, OH 44109-2301
+
-
/Directions\ [http://maps.google.com Click here] to get driving directions
+
-
</googlemap>
+
-
<googlemap lat="41.455802" lon="-81.700117" type="satellite" zoom="16">
+
-
41.455802, -81.700117, Riverside Cemetery in Cleveland, OH, USA
+
-
</googlemap>
+
-
</pre>
+
-
</div>
+
-
 
+
-
*Note that the marker is set by the line following the first set of tags.
+
-
*Zoom levels are 0 thru 17.
+
-
*Map types can be 'map', 'satellite', 'hybrid'
+
-
*Controls are 'small', 'medium', or 'large'
+
-
 
+
-
 
+
-
<googlemap lat="41.455802" lon="-81.700117" type="map" zoom="12" controls="large">
+
-
41.455802, -81.700117, Riverside Cemetery in Cleveland, OH, USA
+
-
/Info\ 3607 Pearl Rd, Cleveland, OH 44109-2301
+
-
/Directions\ [http://maps.google.com Click here] to get driving directions
+
-
</googlemap>
+
-
<googlemap lat="41.455802" lon="-81.700117" type="satellite" zoom="16">
+
-
41.455802, -81.700117, Riverside Cemetery in Cleveland, OH, USA
+
-
</googlemap>
+
-
 
+
-
==BOX CODE==
+
-
The following is a sample '''quotebox''' as is used on this Wiki:
+
-
 
+
-
<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;">
+
-
<p style='font-style:italic'>"...the quoted material is entered here and should appear in italics."</p>
+
-
<p style="text-align:right">
+
-
--BOOK TITLE by The Distinguished Author's Name
+
-
</p>
+
-
</div>
+
-
 
+
-
An alternate style:
+
-
 
+
-
<div style="color: #000000;background-color: #C9E4E4;padding: 5px;margin: 10px;border: thin dotted #759BAE;">
+
-
Quoted material goes here.
+
-
</div>
+
-
 
+
-
Still another boxed text style:
+
-
 
+
-
<div style="padding: 5px;border: thin solid #666666;margin: 5px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 82%;">
+
-
Text within a box is demonstrated here.
+
-
</div>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
==IMAGE CODE==
+
-
{| border=1 width=500px
+
-
||<tt><nowiki>[[image:YMCA.jpg|framed|50px|gfx on the right]]</nowiki></tt>
+
-
||
+
-
[[image:YMCA.jpg|framed|50px|gfx on the right]]
+
-
|-
+
-
||<tt><nowiki>[[image:YMCA.jpg|framed|50px|center|gfx centered]]</nowiki></tt>
+
-
||
+
-
[[image:YMCA.jpg|framed|50px|center|gfx centered]]
+
-
|-
+
-
||<tt><nowiki>[[image:YMCA.jpg|framed|50px|left|gfx on the left]]</nowiki></tt>
+
-
||
+
-
[[image:YMCA.jpg|framed|50px|left|gfx on the left]]
+
-
|-
+
-
||<tt><nowiki>[[image:YMCA.jpg|thumb|gfxthumbnail]]</nowiki></tt>
+
-
||
+
-
[[image:YMCA.jpg|thumb|gfx thumbnail]]
+
-
 
+
-
[[image:Sunset.jpg|thumb|gfx thumbnail]]
+
-
|}
+
-
 
+
-
 
+
-
==TWO COLUMNS==
+
-
 
+
-
<div style="float: left;width: 70%;border-right: 1px solid #000000;padding-top: 10px;padding-right: 15px;">
+
-
This is the left column<br>
+
-
{{lipsum}}</div><div style="float: left;width: 20%;padding: 10px 0px 0px 15px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 82%;background-color:#F0F8FF;">
+
-
This is the right
+
-
</div>
+

Current revision

The Sandbox is for registered users only. It provides a place to test coding prior to actual page edits.

................[ EDITING STARTS BELOW THIS LINE ].........................

Personal tools