Test: Difference between revisions

From Mark Benecke Forensic Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<qt>file=Film.mov|width=586|height=100%|autoplay=false|controller=true</qt>
# Per FTP die .mov-Dateien in das Verzeichnis '''/WikiUploads''' hochladen.
# Die Seite [[Special:UploadLocal]] aufsuchen und die hochgeladenen Dateien ins Wiki importieren.
# Einbetten des Films mit Hilfe der qt-Extension.
 
== Syntax ==
 
=== Base Syntax ===
<code><nowiki><qt></nowiki>file='''filename.mov'''|attribute='''value'''|...<nowiki></qt></nowiki></code>
 
=== Attribute Reference ===
* '''width'''=px or % ''(Modify the width of the object)''
* '''height'''=px or a% ''(Modify the height of the object)''
* '''autoplay'''=true/false ''(Start playing the file or wait at first frame, default:true)''
* '''controller'''=true/false ''(Show the controller, default:true)''
* '''name''' (object-specific)
* '''id''' (embed-specific)
* '''src''' (embed-specific)
 
=== Examples ===
<code><nowiki><qt></nowiki>file=film.mov|width=320|height=240|autoplay=true<nowiki></qt></nowiki></code>
<br/>Shows the movie with the with a width of 320 and a height of 240 pixels that starts playing as soon as its loaded.
 
<code><nowiki><qt></nowiki>file=film.mov|width=320|height=240|autoplay=false|controller=true<nowiki></qt></nowiki></code>
<br/>Shows the movie with the with a width of 320 and a height of 240 pixels that does not play when loaded, but waits for the user to click on the play button.

Latest revision as of 19:22, 3 May 2013

  1. Per FTP die .mov-Dateien in das Verzeichnis /WikiUploads hochladen.
  2. Die Seite Special:UploadLocal aufsuchen und die hochgeladenen Dateien ins Wiki importieren.
  3. Einbetten des Films mit Hilfe der qt-Extension.

Syntax

Base Syntax

<qt>file=filename.mov|attribute=value|...</qt>

Attribute Reference

  • width=px or % (Modify the width of the object)
  • height=px or a% (Modify the height of the object)
  • autoplay=true/false (Start playing the file or wait at first frame, default:true)
  • controller=true/false (Show the controller, default:true)
  • name (object-specific)
  • id (embed-specific)
  • src (embed-specific)

Examples

<qt>file=film.mov|width=320|height=240|autoplay=true</qt>
Shows the movie with the with a width of 320 and a height of 240 pixels that starts playing as soon as its loaded.

<qt>file=film.mov|width=320|height=240|autoplay=false|controller=true</qt>
Shows the movie with the with a width of 320 and a height of 240 pixels that does not play when loaded, but waits for the user to click on the play button.