Extension:Prezi

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Public domain licensed extensions
MediaWiki extensions manual
Prezi
Release status: betaCategory:Beta status extensions
Implementation Tag Category:Tag extensions
Description Allows embedding presentations from Prezi.com
Author(s) Jack Phoenix
Latest version 1.2 (2017-01-27)
MediaWiki 1.43.1+Category:Extensions with manual MediaWiki version
Database changes No
License Public domain
Download Category:Extensions in Wikimedia version control
<prezi>
Quarterly downloads 0
Translate the Prezi extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The Prezi extension allows users to embed Prezi presentations onto pages through the <prezi> tag.

Installation

  • Download and move the extracted Prezi folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Prezi
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Prezi' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Parameters

The <prezi> tag provides six parameters.

Parameter Default Accepted values Comments
bgcolor #FFFFFF Any hex color code Background color
color #FFFFFF Any hex color code
height 400 Any number
linktext Prezi Presentation (=value of [[MediaWiki:Prezi-presentation]]) (multiple possible values)
id (multiple possible values) ID of the presentation
width 550 Any number
Category:Extensions by ShoutWiki
Category:All extensions Category:Beta status extensions Category:Extensions by ShoutWiki Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:ParserFirstCallInit extensions Category:Public domain licensed extensions Category:Tag extensions