Difference between revisions of "Wiki Program Playground"

From Philosophy of Biology Graduate Programs
Jump to: navigation, search
m
m (added youtube info)
Line 1: Line 1:
 
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.
 
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.
 
<span class="wikicode">This is text</span>
 
  
 
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.
Line 7: Line 5:
 
=== Adding YouTube Videos ===
 
=== Adding YouTube Videos ===
  
Embedding YouTube videos into pages&mdash;such as the one below&mdash;is straightforward. Just use <span class="wikicode"><nowiki><embedvideo service="youtube">https://www.youtube.com/[rest of url here]</embedvideo></nowiki></span>
+
Embedding YouTube videos into pages&mdash;such as the one below&mdash;is straightforward. Just use the following tags:
 
+
 
+
 
+
philosophy of mathematics site:philosophy.uchicago.edu</nowiki></span>
+
  
the <nowiki><embedvideo></nowiki> tag. Other examples are [http://www.mediawiki.org/wiki/Extension:EmbedVideo#Examples here].
+
<span class="wikicode"><nowiki><embedvideo service="youtube">https://www.youtube.com/[rest of url here]</embedvideo></nowiki></span>
  
<span class="wikicode"><nowiki>philosophy of mathematics site:philosophy.uchicago.edu</nowiki></span>
+
Other examples are [http://www.mediawiki.org/wiki/Extension:EmbedVideo#Examples here].
  
 
<embedvideo service="youtube">https://www.youtube.com/watch?v=lklTdctDdIo</embedvideo>
 
<embedvideo service="youtube">https://www.youtube.com/watch?v=lklTdctDdIo</embedvideo>

Revision as of 02:50, 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 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.