Changes
From Open Educational Resources
1,968 bytes added
, 08:58, 6 March 2017
| Line 55: |
Line 55: |
| | #Videos - [http://Youtube.com Youtube] or [http://vimeo.com Vimeo] | | #Videos - [http://Youtube.com Youtube] or [http://vimeo.com Vimeo] |
| | #Podcasts (audio files) - [http://yourlisten.com Yourlisten]<code><nowiki/></code><code><nowiki/></code> | | #Podcasts (audio files) - [http://yourlisten.com Yourlisten]<code><nowiki/></code><code><nowiki/></code> |
| | + | #Gallery - adding photos as a gallery which is used for showing two or more images. |
| | | | |
| | ===Inserting Table=== | | ===Inserting Table=== |
| Line 240: |
Line 241: |
| | #You can edit the audio resource using a public software like audacity. Editing can reduce/remove unwanted sounds, add background music etc. | | #You can edit the audio resource using a public software like audacity. Editing can reduce/remove unwanted sounds, add background music etc. |
| | #The final audio clip can be uploaded on http://yourlisten.com and the link provided on TOER | | #The final audio clip can be uploaded on http://yourlisten.com and the link provided on TOER |
| | + | |
| | + | ===Inserting Gallery=== |
| | + | When more two or more images needs to shown in a wikipage, it is recemonded to use Gallery feature in a wiki. This can be using <nowiki><gallery></nowiki> tag in the source editor. Please follow below steps to do that - |
| | + | # Click on Edit source of the page or section where the gallery needs to be inserted. |
| | + | # Insert the Filenames the images you want withing the <nowiki><gallery></nowiki> as shown below: |
| | + | <source lang="xml"> |
| | + | <gallery mode=packed> |
| | + | File:Detroit Publishing Co. - A Yeoman of the Guard (N.B. actually a Yeoman Warder), full restoration.jpg|A Yeoman Warder, from a Victorian-era [[photochrom]] |
| | + | File:Official_program_-_Woman_suffrage_procession_March_3,_1913_-_crop.jpg|The Official program of the 1913 Woman Suffrage Procession held in Washington, D.C. |
| | + | File:Thurston, the famous magician - East Indian Rope Trick.jpg|[[Howard Thurston]] performing the [[Indian rope trick]] |
| | + | File:Joseph Ferdinand Keppler - The Pirate Publisher - Puck Magazine - Restoration by Adam Cuerden.jpg|"The Pirate Publisher", a satire of copyright infringement from the magazine [[Puck (magazine)|Puck]]. |
| | + | </gallery> |
| | + | </source> |
| | + | # Above syntax will return the gallery as shown below: |
| | + | <gallery mode=packed heights=200px> |
| | + | File:Detroit Publishing Co. - A Yeoman of the Guard (N.B. actually a Yeoman Warder), full restoration.jpg|A Yeoman Warder, from a Victorian-era [[photochrom]] |
| | + | File:Official_program_-_Woman_suffrage_procession_March_3,_1913_-_crop.jpg|The Official program of the 1913 Woman Suffrage Procession held in Washington, D.C. |
| | + | File:Thurston, the famous magician - East Indian Rope Trick.jpg|[[Howard Thurston]] performing the [[Indian rope trick]] |
| | + | File:Joseph Ferdinand Keppler - The Pirate Publisher - Puck Magazine - Restoration by Adam Cuerden.jpg|"The Pirate Publisher", a satire of copyright infringement from the magazine [[Puck (magazine)|Puck]]. |
| | + | </gallery> |
| | | | |
| | ==Math Formula== | | ==Math Formula== |