Extension:Prezi
Appearance
Release status: beta |
|
|---|---|
| Implementation | Tag |
| Description | Allows embedding presentations from Prezi.com |
| Author(s) | Jack Phoenix |
| Latest version | 1.2 (2017-01-27) |
| MediaWiki | 1.43.5+ |
| Database changes | No |
| License | Public domain |
| Download | |
<prezi> |
|
| Translate the Prezi extension if it is available at translatewiki.net | |
| Issues | Open tasks · Report a bug |
The Prezi extension allows users to embed Prezi presentations onto pages through the <prezi> tag.
Installation
[edit]- Download and move the extracted
Prezifolder to yourextensions/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' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Parameters
[edit]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 |
