Wiki Program Playground

From Philosophy of Biology Graduate Programs
Revision as of 22:57, 12 January 2015 by Shawn (Talk | contribs) (Adding Images)

Jump to: navigation, search

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 just by looking at the wiki markup source and aping it.

page url: http://goo.gl/SQr6Sf

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]]

Pictured are UC Davis Griesemer/Millstein Philosophy of Biology members.

The image above was produced with the following markup:

[[File:Cropped-Lab-Fall-2014-799.jpg|700px|border|Pictured are UC Davis Griesemer/Millstein Philosophy of Biology members.]]

Adding YouTube Videos

Embedding YouTube videos into pages is straightforward. Just use the following format:

<embedvideo service="youtube">https://www.youtube.com/[rest of url here]</embedvideo>

Other examples are here.

Markup

Still not sure the best way to show wiki markup.

echo 'Hello, world!'
What about this