Extension:Transcriber

From MediaWiki.org
Jump to: navigation, search



MediaWiki extensions manual
Crystal Clear action run.png
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
Parameters

$wgTranscribeStart, $wgTranscribeEnable, $wgTranscribeLocalization, $wgTranscribePresetCharacters, $wgTranscribeAlgebraicFingerprint, $wgTranscribeTemplateEngine, $wgTranscribeSafeMode

Tags
<transcribe>, </transcribe>, <tscribe>, </tscribe>,
Hooks used
wfTranscriber

wfTranscriberRender

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 called Transcriber directly inside your extensions/ 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