{
	"@metadata": {
		"authors": [
			"Yuri Astrakhan"
		]
	},
	"apihelp-jsonconfig-summary": "Allows direct access to JsonConfig subsystem.",
	"apihelp-jsonconfig-param-command": "Which sub-action to perform on JsonConfig:",
	"apihelp-jsonconfig-paramvalue-command-status": "Shows JsonConfig configuration.",
	"apihelp-jsonconfig-paramvalue-command-reset": "Clears configurations from cache. Requires $1title parameter and jsonconfig-flush right.",
	"apihelp-jsonconfig-paramvalue-command-reload": "Reloads and caches configurations from config store. Requires $1title parameter and jsonconfig-reset right.",
	"apihelp-jsonconfig-param-namespace": "Namespace number of the title to process.",
	"apihelp-jsonconfig-param-title": "Title to process without namespace prefix.",
	"apihelp-jsonconfig-param-content": "For $1command=reload, use this content instead.",
	"apihelp-jsonconfig-example-1": "Show configuration",
	"apihelp-jsonconfig-example-2": "Reset [[Data:Brazil/Amazonas.map]]",
	"apihelp-jsonconfig-example-3": "Reload [[Data:Brazil/Amazonas.map]]",
	"apihelp-jsondata-summary": "Retrieve localized JSON data.",
	"apihelp-jsondata-param-title": "Title to get. By default assumes namespace to be \"Data:\"",
	"apihelp-jsondata-example-1": "Get JSON content of the Sample.tab page, localized to user's language",
	"apihelp-jsondata-example-2": "Get JSON content of the Sample.tab page localized to French",
	"apihelp-jsontransform-summary": "Retrieve JSON data transformed by a Lua function.",
	"apihelp-jsontransform-param-title": "Title to process without namespace prefix.",
	"apihelp-jsontransform-param-jtmodule": "Name of Lua module to load transform code from. Defaults to Module: namespace.",
	"apihelp-jsontransform-param-jtfunction": "Name of Lua function to run",
	"apihelp-jsontransform-param-jtargs": "Sequence of strings to pass as arguments to the Lua transform function",
	"apihelp-jsontransform-example-1": "Get JSON content of the Sample.tab page running through a Lua transform",
	"apierror-jsonconfig-paramrequired": "Parameter <var>$1</var> is required for this command.",
	"apierror-jsonconfig-badtitle": "The page specified by <var>namespace</var> and <var>title</var> parameters is either invalid or is not registered in JsonConfig configuration."
}
