Memory Alpha
Advertisement
Memory Alpha
Help Contents → OggHandler

OggHandler is an extension which allows you to display Ogg audio and video files in wiki pages, using the same syntax as for image files. It also has limited support for metadata display on image description pages.

Syntax[]

In the examples below, Video.ogv is an Ogg Theora file and Audio.oga is an Ogg Vorbis file.

[[File:Video.ogv]]
Displays a video at its nominal size; displays a still image from the midpoint with a play button to start an embedded player.
[[File:Audio.oga]]
Shows a placeholder for a sound file, with a play button to start an embedded player.
[[File:Video.ogv|thumb]]
Shows a video in a floating thumbnail box.
<gallery>File:Video.ogv</gallery>
Shows a video embedded in an image gallery.
[[File:Video.ogv|noicon]], [[File:Audio.oga|noicon]]
Hides the help icon.
[[File:Video.ogv|noplayer]], [[File:Audio.oga|noplayer]]
Shows still image or placeholder icon only, does not embed player.
[[File:Video.ogv|thumbtime=1:25]]
Use a frame from 1 minute 25 seconds into the video as the placeholder image. A single number is taken as an offset in seconds.

Client support[]

There is explicit support for the following video players:

There is generic support for clients which claim to support application/ogg in navigator.mimeTypes, and for clients which recognize the <video> tag.

See Test matrix at MediaWiki for more information. Clients with no player available are directed to Client download.

Advertisement