Extension:Transcriber
From MediaWiki.org
Transcriber Release status: experimental |
|||
---|---|---|---|
Implementation | Parser function, Special page | ||
Description | This extension executes parser recognition of acronym data and automates U/I functions | ||
Author(s) | (Habatchiitalk) | ||
Latest version | 1.0 | ||
MediaWiki | 1.20 | ||
Database changes | Yes | ||
License | GPL | ||
Download | |||
|
|||
|
|||
|
|||
Translate the Transcriber extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
The Transcriber extension is used for enhancing parser functions of developer-specific coding. Its purpose is to establish an internationalized methodology of identity management for coders that work in open source and other IDE environments. It uses an algebraic fingerprint to declare and recognize variables and inline tags; while building the transcribe of the coder(s) for future ease of use.
Installation[edit | edit source]
- Download and extract the tarball in your
extensions/
folder. It should generate a new folder calledTranscriber
directly inside yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/Transcriber/Transcriber.php";
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Configuration parameters[edit | edit source]
User rights[edit | edit source]
See also[edit | edit source]
- Transcriber_Installer
- TranscriberVariables