Wiki Extension Syntax
From Education
We have two major extensions currently installed on the wiki that have unique syntax:
Google Maps
Here's an example of code used for the Google maps extension. Each line represents a different point on the map, with the description following below it.
<googlemap version="0.9" lat="36.060293" lon="-107.967008" zoom="14" scale="yes" overview="yes"> 36.061589, -107.971916, First Spot The first spot we took a picture. [[Image:Chaco-1.jpg]] 36.06239, -107.973832, Second Spot The second spot we took a picture. [[Image:Chaco-2.jpg]] </googlemap>
It produces this output:
Website Frame
Here's the syntax for the code used for the Website in iFrame extension.
<websiteFrame> website=[website URL] name=[string] align=[top,middle,bottom,left,right] height=[number] width=[number,percentage] border=[number] scroll=[yes,no,auto] longdescription=[long description URI] </websiteFrame>
The Mediawiki code for using this would look something along these lines:
<websiteFrame> website=http://www.google.com/calendar/embed?src=04gtatn59umaft00pg11vuop34%40group.calendar.google.com name=SC Ed Google Calendar align=top height=600 width=800 border=0 scroll=auto </websiteFrame>
It produces this output:
