Extension:LastFMWidget
From MediaWiki.org
|
Last.FM Widget Release status: stable |
|
|---|---|
| Implementation | Tag |
| Description | New parser tag (<lastfmwidget>) to include the Last.FM widget. |
| Author(s) | Benedikt Meuthrath |
| Last version | 1 (02.07.07) |
| MediaWiki | 1.9.x |
| License | GPL |
| Download | LastFMWidget.php |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
This extension realizes a parser tag, which includes the Last.FM widget.
[edit] Usage
<lastfmwidget>user=UserName|color=red</lastfmwidget>
[edit] Installation
Include this extension in LocalSettings.php: require_once("extensions/LastFMWidget/LastFMWidget.php");
[edit] Parameters
- user: your Last.FM user name
- color: one of red, blue, black or grey.
[edit] Changes to LocalSettings.php
require_once("$IP/extensions/LastFMWidget/LastFMWidget.php");
