Extension:ThePlayer

From Linux Web Expert

MediaWiki extensions manual
ThePlayer
Release status: unknown
Author(s) Josef Martiňák
Latest version 1.0
MediaWiki >= 1.29.0
License MIT License
Download
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

The ThePlayer extension embeds video and MP3 files into MediaWiki pages:

Syntax:

<mediaplayer width="" height="" type="stream|wiki|file">URL</mediaplayer>
<mp3player width="" height="" type="stream|wiki|file">URL</mp3layer>

Installation

  • <translate> Download and place the file(s) in a directory called <tvar name=name>ThePlayer</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'ThePlayer' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>