From Brooklyn Centre Wiki
(Difference between revisions)
|
|
(47 intermediate revisions not shown.) |
Line 1: |
Line 1: |
- | ==GOOGLEMAP CODE==
| + | The Sandbox is for registered users only. It provides a place to test coding prior to actual page edits. |
| | | |
- | The following is the correct code for the googlemap extension.
| + | ................[ EDITING STARTS BELOW THIS LINE ]......................... |
- | | + | |
- | <nowiki>
| + | |
- | <googlemap lat="41.4531" lon="-81.7028" type="map" zoom="12" 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>
| + | |
- | </nowiki>
| + | |
- | | + | |
- | ==QUOTEBOX CODE==
| + | |
- | The following is a sample '''quotebox''':
| + | |
- | | + | |
- | <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>
| + | |
- | | + | |
- | ==IMAGE CODE==
| + | |
- | {| border=1 width=500px
| + | |
- | ||<tt><nowiki>[[image:YMCA.jpg|framed|gfx on the right]]</nowiki></tt>
| + | |
- | ||
| + | |
- | [[image:YMCA.jpg|framed|gfx on the right]]
| + | |
- | |-
| + | |
- | ||<tt><nowiki>[[image:YMCA.jpg|framed|center|gfx centered]]</nowiki></tt>
| + | |
- | ||
| + | |
- | [[image:YMCA.jpg|framed|center|gfx centered]]
| + | |
- | |-
| + | |
- | ||<tt><nowiki>[[image:YMCA.jpg|framed|left|gfx on the left]]</nowiki></tt>
| + | |
- | ||
| + | |
- | [[image:YMCA.jpg|framed|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]]
| + | |
- | |}
| + | |
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 ].........................