(new video extension) |
|||
Line 8: | Line 8: | ||
<flashmp3 id="kIII_example-070512">kIII_example-070512.mp3</flashmp3> | <flashmp3 id="kIII_example-070512">kIII_example-070512.mp3</flashmp3> | ||
== | == EmbedVideo == | ||
< | <!-- | ||
Videos can be embedded using the ''embedvideo'' tag, the ''#ev'' tag, or the ''#evt'' tag. <br> | |||
Using the ''#ev'' parser tag for positonal arguments: | |||
< | --> | ||
<br | |||
<pre> | |||
{{#ev:vimeo|6752514|320|left|Video in a thumbnail box|frame}} | |||
</pre> | |||
[https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo syntax] | |||
<!-- | |||
Alternatively you could also use the ''#evt'' template tag for named arguments (order of arguments does not matter) | |||
<pre> | |||
{{#evt:service=vimeo|id=6752514|container=frame|description=Video in a thumbnail box|dimensions=320}} | |||
</pre> | |||
Or the `embedvideo` tag: | |||
<pre> | |||
<embedvideo service="vimeo" container="frame" description="Video in a thumbnail box" dimensions="320">6752514</embedvideo> | |||
</pre> | |||
--> | |||
<br> | |||
{{#ev:vimeo|6752514|320|left|Video in a thumbnail box|frame}} | |||
<br style="clear:both;"> | |||
== Flash == | == Flash == |
Revision as of 15:33, 29 August 2016
In addition to the built-in functions of the MediaWiki software, we have enhanced this installation with the following extensions to provide a richer user experience and more functions. See Special:Version for a automatically generated list of all the currently installed extensions.
Audio
<flashmp3 id="filename">filename.mp3|parameter=value|...</flashmp3>
<flashmp3 id="kIII_example-070512">kIII_example-070512.mp3</flashmp3>
EmbedVideo
{{#ev:vimeo|6752514|320|left|Video in a thumbnail box|frame}}
Flash
<flash>file=construction.swf|width=437|height=236|bgcolor=#eeeeee|scale=exactfit|quality=best</flash><br clear="all"/>
Flash Syntax
<flash>file=construction.swf|width=437|height=236|bgcolor=#eeeeee|scale=exactfit|quality=best</flash>
Image Map
<imagemap> File:Pure Data Convention 2011 Sponsors Partners.png|alt=Sponsors and partners of the 4th internationals Pure Data Convention in Weimar 2011 rect 2 21 134 69 [http://www.uni-weimar.de Kreativfonds Bauhaus-Univeristät Weimar] rect 146 20 324 68 [http://spielkultur.ea.de Electronic Arts Blog für digitale Spielkultur] rect 330 10 393 72 [http://www.mozilla.org/foundation The Mozilla Foundation] rect 406 21 521 65 [http://www.alliedvisiontec.com Allied Vision Technologies] rect 535 19 582 65 [http://rjdj.me Reality Jockey Ltd.] rect 597 17 733 77 [http://www.thueringen.de/de/tmwat Freistaat Thüringen] rect 1 114 121 157 [http://www.uni-weimar.de Bauhaus-Universität Weimar] rect 130 113 351 157 [http://www.hfm-weimar.de Hochschule für Musik Franz Liszt Weimar] rect 366 113 503 157 [http://www.idmt.fraunhofer.de Fraunhofer Institute for Digital Media Technology IDMT] rect 511 112 612 157 [http://www.weimar.de Stadt Weimar] rect 622 111 712 157 [http://www.klassik-stiftung.de Klassik Stiftung Weimar] rect 728 111 794 145 [http://www.nkprojekt.de NK] rect 2 169 97 206 [http://www.uni-weimar.de/cms/en/media/media.html Faculty of Media] rect 124 163 224 207 [[EKK:Start|Studio for electro-acoustic Music]] rect 239 162 288 205 [http://kulturtragwerk.de KulturTragWerk e.V.] rect 303 163 354 204 [http://www.ak.tu-berlin.de Elektronisches Studio der TU Berlin] rect 377 165 495 203 [http://m18.uni-weimar.de/initiativen/maschinenraum Maschinenraum Hackerspace Weimar] rect 509 166 621 201 [http://www.palomar5.org Parlomar5 e.V.] rect 642 161 694 201 [http://www.leapknecht.de Lab for Electronic Arts and Performance] rect 727 151 790 204 [http://www.radio-lotte.de Radio Lotte Weimar] desc none </imagemap>
Random Image
<randomimage size="432" float="left" />
oder:
<randomimage size="432" float="left" choices="Test1.jpg|Test2.jpg" />
<randomimage size="432" float="left" />
Image Gallery
<gallery> File:Robiboter.jpg | Hello File:Robiboter.jpg | こんにちわ File:Robiboter.jpg | This is robibot. File:Robiboter.jpg | ...linking to [[Playground]] </gallery>
...linking to Playground
More options and additional attributes: http://www.mediawiki.org/wiki/Help:Images#Gallery_syntax
Maps
using openlayers
{{ #display_map:Weimar, Germany | service=openlayers | layers=osm-mapnik,osmarender,osm-cyclemap,osm-oepnv,bing }}
{{
- display_map:Weimar, Germany
| service=openlayers | layers=osm-mapnik,osmarender,osm-cyclemap,osm-oepnv,bing }}
{{ #display_map:50.977169, 11.328642 | service=openlayers | layers=osm-mapnik,osmarender,osm-cyclemap,osm-oepnv,bing | zoom=17 }}
{{
- display_map:50.977169, 11.328642
| service=openlayers | layers=osm-mapnik,osmarender,osm-cyclemap,osm-oepnv,bing | zoom=17 }}
using Google maps
{{ #display_map:50.977169, 11.328642 | service=google | types=physical,satellite,hybrid,earth | zoom=17 }}
{{
- display_map:50.977169, 11.328642
| service=google | types=physical,satellite,hybrid,earth | zoom=17 }}
using Yahoo! maps
{{ #display_map:50.977169, 11.328642 | service=yahoomaps | zoom=13 }}
{{
- display_map:50.977169, 11.328642
| service=yahoomaps | zoom=13 }}