Images in Wiki
To insert an image in the wiki:
click attachments
- upload your image to the wiki
if your image's name is image.jpg, put this in your wiki code:
{{attachment:image.jpg}}
Videos in Wiki
Embedding YouTube videos:
go to YouTube, choose a video clip you'd like to embed
copy the Embed text from the box next to the video
put it in wiki code surrounded by {{{#raw }}}, like this:
{{{#!raw
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/lawkc3jH3ws"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/lawkc3jH3ws" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
}}}
Your Own Ads in Wiki
{{{#!raw
<!-- YOUR AD HTML CODE -->
}}}