MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=parsevalue

(main | parsevalue)
  • This module requires read rights.
  • Source: ValueParsers
  • License: unknown

API module for parsing values using a ValueParser.

Parameters:
parser

Id of the ValueParser to use

This parameter is required.
One of the following values: bool, float, geocoordinate, int, null, title
values

The values to parse

This parameter is required.
Separate values with | or alternative. Maximum number of values is 50 (500 for bots).
options

The options the parser should use. Provided as a JSON object.