Extension:Prezi
Appearance
From mediawiki.org
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.9+ |
| Database changes | No |
<prezi> |
|
| Licence | Public domain |
| Download | |
| 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:cdextensions/ gitclonehttps://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:Versionon 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 |