Extension:Validator

From mediawiki.org
(Redirected from Validator)

PW
The Professional Wiki team maintains this extension professionally.
Professional Wiki provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
MediaWiki extensions manual
Validator
Release status: stable
Implementation Tag , Parser function , Hook
Description Provides generic parameter handling support to other extensions
Author(s) Jeroen De Dauwtalk
Maintainer(s) Professional Wiki
Latest version 2.2.3 (2020-11-19)
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.23+
PHP 5.5+
Database changes No
Composer mediawiki/validator
License GNU General Public License 2.0 or later
Download
README
CHANGELOG
Public wikis using 7,130 (Ranked 25th)
Translate the Validator extension

Validator is a parameter processing framework that provides a way to declaratively define a set of parameters and how they should be processed.

It can take such declarations together with a list of raw parameters and provide the processed values.

Installation instructions and usage documentation can be found in the README file.

Extensions that use Validator[edit]

External links[edit]