Wiki Program Playground
This page is for demonstrating and experimenting with features that can be put to use on Wiki Program Pages. It is for anyone to use. The idea is that this is a playground where things can be tried out without worry.
Remember: You can see how to implement anything on this page by just looking at the wiki markup source and aping it.
Adding Images
Registered users can upload images to the site via the 'Upload file' link on the left-hand toolbar. Documentation on how to then embed these images into the page can be found here. The general syntax is [[File:filename.extension|options|caption]].
Adding YouTube Videos
Embedding YouTube videos into pages—such as the one below—is straightforward. Just use the following tags:
<embedvideo service="youtube">https://www.youtube.com/[rest of url here]</embedvideo>
Other examples are here.