Difference between revisions of "Wiki Program Playground"

From Philosophy of Biology Graduate Programs
Jump to: navigation, search
m (added youtube info)
m
Line 2: Line 2:
  
 
Remember: You can see how to implement anything on this page by just looking at the wiki markup source and aping it.
 
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 [http://www.mediawiki.org/wiki/Help:Images here]. The general syntax is <span class="wikicode"><nowiki>[[File:filename.extension|options|caption]]</nowiki></span>.
  
 
=== Adding YouTube Videos ===
 
=== Adding YouTube Videos ===

Revision as of 02:55, 11 January 2015

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.