Extension:TextScroller

Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
TextScroller
Release status: stableCategory:Stable extensions
Implementation Parser extension Category:Parser extensions
Description Adds a parser function, {{#txtscrl}} to embed the text scrolling widget
Author(s) Jordan Small
Latest version 1.0 (2015-07-29)
MediaWiki 1.43+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 1 (Ranked 97th)
Translate the TextScroller extension if it is available at translatewiki.net
Category:All extensions

The TextScroller extension adds a parser function, {{#txtscrl}} to embed the text scrolling widget.

It was written by Jordan Small for wikiHow.

Installation

  • Download and move the extracted TextScroller folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TextScroller
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'TextScroller' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

{{#txtscrl:Arrow text|Gray text|Scroll text}}

Category:Extensions by wikiHow
Category:All extensions Category:Extensions by wikiHow Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser extensions Category:Stable extensions