Extension:WolframAlphaWidgets
From MediaWiki.org
|
Wolfram Release status: beta |
|||
|---|---|---|---|
| Implementation | Parser extension, Tag | ||
| Description | Embed Wolfram Alpha widgets in wiki pages | ||
| Author(s) | WolframAlpha | ||
| Last version | 1.0 (September 1, 2010) | ||
| License | Creative Commons Attribution-Share Alike 3.0 | ||
| Download | Version 1.0 (zip) | ||
|
|||
|
|||
|
|||
| Check usage and version matrix; stats | |||
This extension adds support for embedding Wolfram|Alpha widgets in a MediaWiki using the <wolframalphawidget></wolframalphawidget> custom tag
Contents |
Usage[edit]
Include <wolframalphawidget id="WIDGETID"></wolframalphawidget> where WIDGETID comes from the widget's home page
Download instructions[edit]
Download the extension zip file from http://developer.wolframalpha.com/widgets/plugins/mediawiki/WolframAlphaWidgets_MediaWikiExtension_v1.0.zip
Extract the archive and place the WolframAlphaWidgets directory in the extensions subdirectory of the mediawiki installation.
Installation[edit]
To install this extension, add the following to LocalSettings.php:
require_once('extensions/WolframAlphaWidgets/WolframAlphaWidgets.php');
