Help:Editing/Multimedia: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Created page with "Very generic filenames should not be used when uploading, as sooner or later someone else will use same name and this will overwrite the first file. File names should be clear...")
 
No edit summary
Line 5: Line 5:
== Video ==
== Video ==
=== YouTube ===
=== YouTube ===
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{#widget:YouTube|id=xj5rbKed2E4|width=300|height=200}}
| {{#widget:YouTube|id=xj5rbKed2E4|width=300|height=200}}
|-
|-
Line 12: Line 12:
Using the [https://www.mediawikiwidgets.org/YouTube YouTube widget] and a table for formatting. Use the video ID from the URL. i.e. if the video's URL is <nowiki>https://www.youtube.com/watch?v=xj5rbKed2E4</nowiki>, then the embed code (in a table) would be:
Using the [https://www.mediawikiwidgets.org/YouTube YouTube widget] and a table for formatting. Use the video ID from the URL. i.e. if the video's URL is <nowiki>https://www.youtube.com/watch?v=xj5rbKed2E4</nowiki>, then the embed code (in a table) would be:
<pre>
<pre>
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{#widget:YouTube|id=xj5rbKed2E4|width=300|height=200}}
| {{#widget:YouTube|id=xj5rbKed2E4|width=300|height=200}}
|-
|-
Line 20: Line 20:


=== Wikimedia Commons ===
=== Wikimedia Commons ===
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{Video|url=https://goo.gl/1n8jbi|width=300|height=200}}
| {{Video|url=https://goo.gl/1n8jbi|width=300|height=200}}
|-
|-
Line 27: Line 27:
Using the [https://www.mediawikiwidgets.org/Html5media Html5media widget] and a table for formatting. Use a [https://goo.gl/ URL shortener] if necessary.<!-- ... unless there's a better solution? -->
Using the [https://www.mediawikiwidgets.org/Html5media Html5media widget] and a table for formatting. Use a [https://goo.gl/ URL shortener] if necessary.<!-- ... unless there's a better solution? -->
<pre>
<pre>
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{Video|url=https://goo.gl/1n8jbi|width=300|height=200}}
| {{Video|url=https://goo.gl/1n8jbi|width=300|height=200}}
|-
|-
Line 37: Line 37:
Using the [https://www.mediawikiwidgets.org/Html5mediaAudio Html5mediaAudio widget] and a table for formatting.
Using the [https://www.mediawikiwidgets.org/Html5mediaAudio Html5mediaAudio widget] and a table for formatting.
=== Externally hosted file ===
=== Externally hosted file ===
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{Audio|url=https://upload.wikimedia.org/wikipedia/commons/e/ec/Melody_vibrating_synth.ogg}}
| {{Audio|url=https://upload.wikimedia.org/wikipedia/commons/e/ec/Melody_vibrating_synth.ogg}}
|-
|-
Line 43: Line 43:
|}
|}
<pre>
<pre>
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{Audio|url=https://upload.wikimedia.org/wikipedia/commons/e/ec/Melody_vibrating_synth.ogg}}
| {{Audio|url=https://upload.wikimedia.org/wikipedia/commons/e/ec/Melody_vibrating_synth.ogg}}
|-
|-
Line 51: Line 51:


=== Locally hosted file ===
=== Locally hosted file ===
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{Audio|name=Synth_filter_sweep.mp3}}
| {{Audio|name=Synth_filter_sweep.mp3}}
|-
|-
Line 57: Line 57:
|}
|}
<pre>
<pre>
{| style="float:right; font-size:85%; text-align: left; border:1px silver solid;"
{| style="float:right; clear:both; font-size:85%; text-align: left; border:1px silver solid;"
| {{Audio|name=Synth_filter_sweep.mp3}}
| {{Audio|name=Synth_filter_sweep.mp3}}
|-
|-