Extension:TSPoll

From MediaWiki.org

Jump to: navigation, search


         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
TSPoll

Release status: beta

Implementation  Tag
Description Include the TS-Poll-Skript into Mediawiki as a Html-Tag
MediaWiki  Tested with 1.14.0
License Attribution-Share Alike 3.0 Unported or later
Download SVN
ViewVC
Readme
Changelog
Example  Will come

check usage (experimental)

Contents

[edit] What can this extension do?

The extension include the output of TS-Poll-Skript(TS=Wikimedia Toolserver) into MediaWiki as a HTML-Tag.

[edit] Usage

With <tspoll id="x" /> can you include a poll(x=ID of the poll).

[edit] Download instructions

Will come

[edit] Installation

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/TSPoll/TSPoll.php");

[edit] See also