Editing Wiki Program Playground
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
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. | ||
− | Remember: You can see how to implement anything on this page just | + | Remember: You can see how to implement anything on this page by just looking at the wiki markup source and aping it. |
− | + | ||
− | + | ||
== Adding Images == | == Adding Images == | ||
Line 9: | Line 7: | ||
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: | 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: | ||
− | < | + | <code><nowiki>[[File:filename.extension|options|caption]]</nowiki></code> |
− | [[File:filename.extension|options|caption]] | + | |
− | </ | + | |
[[File:Cropped-Lab-Fall-2014-799.jpg|700px|border|Pictured are UC Davis Griesemer/Millstein Philosophy of Biology members.]] | [[File:Cropped-Lab-Fall-2014-799.jpg|700px|border|Pictured are UC Davis Griesemer/Millstein Philosophy of Biology members.]] | ||
Line 17: | Line 13: | ||
The image above was produced with the following markup: | The image above was produced with the following markup: | ||
− | < | + | <code><nowiki>[[File:Cropped-Lab-Fall-2014-799.jpg||700px|border|Pictured are UC Davis Griesemer/Millstein Philosophy of Biology members.]]</nowiki></code> |
− | [[File:Cropped-Lab-Fall-2014-799.jpg|700px|border|Pictured are | + | |
− | UC Davis Griesemer/Millstein Philosophy of Biology members.]] | + | |
− | </ | + | |
== Adding YouTube Videos == | == Adding YouTube Videos == | ||
− | Embedding YouTube videos into pages is straightforward. Just use the following format: | + | Embedding YouTube videos into pages—such as the one below—is straightforward. Just use the following format: |
− | < | + | <code><nowiki><embedvideo service="youtube">https://www.youtube.com/[rest of url here]</embedvideo></nowiki></code> |
− | <embedvideo service="youtube">https://www.youtube.com/[rest of | + | |
− | url here]</embedvideo> | + | |
− | </ | + | |
Other examples are [http://www.mediawiki.org/wiki/Extension:EmbedVideo#Examples here]. | 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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |