Jump to content

Module:ExtensionJson/Scribunto.json

From mediawiki.org
master
name"Scribunto"
author
"Victor Vasiliev"
"Tim Starling"
"Brad Jorsch"
url"https://www.mediawiki.org/wiki/Extension:Scribunto"
descriptionmsg"scribunto-desc"
license-name"GPL-2.0-or-later AND MIT"
type"parserhook"
requires
MediaWiki">= 1.46"
APIModules
scribunto-console
class"MediaWiki\Extension\Scribunto\ApiScribuntoConsole"
services
"ObjectCacheFactory"
"ParserFactory"
"Scribunto.EngineFactory"
ContentHandlers
Scribunto
class"MediaWiki\Extension\Scribunto\ScribuntoContentHandler"
services
"MainConfig"
"ParserFactory"
"Scribunto.EngineFactory"
"TitleFactory"
"TrackingCategories"
optional_services
"SyntaxHighlight.SyntaxHighlight"
TrackingCategories
"scribunto-common-error-category"
"scribunto-module-with-errors-category"
ExtensionMessagesFiles
ScribuntoMagic"Scribunto.magic.php"
ScribuntoNamespaces"Scribunto.namespaces.php"
ServiceWiringFiles
"includes/ServiceWiring.php"
Hooks
SoftwareInfo"main"
ParserFirstCallInit"main"
ParserLimitReportPrepare"main"
ParserLimitReportFormat"main"
ParserClearState"main"
CodeEditorGetPageLanguage"codeeditor"
CodeMirrorGetMode"codemirror"
EditPage::showStandardInputs:options"main"
EditPage::showReadOnlyForm:initial"main"
EditPageBeforeEditButtons"main"
EditFilterMergedContent"main"
ArticleViewHeader"main"
ContentHandlerDefaultModelFor"main"
HookHandlers
main
class"MediaWiki\Extension\Scribunto\Hooks"
services
"MainConfig"
"ContentHandlerFactory"
"ObjectCacheFactory"
"StatsFactory"
"Scribunto.EngineFactory"
codeeditor
class"MediaWiki\Extension\Scribunto\CodeEditorHooks"
services
"MainConfig"
"Scribunto.EngineFactory"
codemirror
class"MediaWiki\Extension\Scribunto\CodeMirrorHooks"
services
"MainConfig"
"Scribunto.EngineFactory"
namespaces
id828
constant"NS_MODULE"
name"Module"
subpagestrue
id829
constant"NS_MODULE_TALK"
name"Module_talk"
subpagestrue
callback"MediaWiki\Extension\Scribunto\Hooks::onRegistration"
config
ScribuntoDefaultEngine
description"The name of the default script engine"
value"luaautodetect"
ScribuntoEngineConf
description
"Configuration for each script engine. Parameters:"
" * profilerPeriod - The profiler sample period, or false to disable the profiler"
" * allowEnvFuncs - Set this to true to allow setfenv() and getfenv() in user code. Note that these functions have been removed in Lua 5.2. Scribunto does not yet support Lua 5.2, but we expect support will be implemented in the future, and there is no guarantee that a simulation of setfenv() and getfenv() will be provided"
" * maxLangCacheSize - The maximum number of languages about which data can be requested. The cost is about 1.5MB of memory usage per language on default installations (during recache), but if recaching is disabled with `$wgLocalisationCacheConf['manualRecache'] = false;` then memory usage is perhaps 10x smaller"
" * errorFile - A filename to act as the destination for stderr from the Lua binary. This may provide useful error information if Lua fails to run. Set this to null to discard stderr output"
" * luaPath - The location of the Lua binary, or null to use the bundled binary"
" * shareInvocationEnv - Set this to false to give each module invocation its own separate global environment. If true, all module invocations share the same global environment, which improves performance but may cause conflicts"
value
luasandbox
class"MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxEngine"
memoryLimit52428800
cpuLimit7
profilerPeriod0.02
allowEnvFuncsfalse
maxLangCacheSize30
shareInvocationEnvfalse
luastandalone
class"MediaWiki\Extension\Scribunto\Engines\LuaStandalone\LuaStandaloneEngine"
errorFilenull
luaPathnull
memoryLimit52428800
cpuLimit7
allowEnvFuncsfalse
maxLangCacheSize30
shareInvocationEnvfalse
luaautodetect
implementation"autodetect"
merge_strategy"array_plus_2d"
ScribuntoUseGeSHi
description"Set to true to enable the SyntaxHighlight_GeSHi extension integration"
valuetrue
ScribuntoUseCodeEditor
description"Set to true to enable the CodeEditor extension integration"
valuetrue
ScribuntoUseCodeMirror
description"Set to true to enable the CodeMirror extension integration"
valuefalse
ScribuntoGatherFunctionStats
description"Set to true to enable gathering and reporting of performance data for slow function invocations."
valuefalse
ScribuntoSlowFunctionThreshold
description"If $wgScribuntoGatherFunctionStats is true, this variable specifies the percentile threshold for slow function invocations. Should be a value between 0 and 1 (exclusive)."
value0.9
ScribuntoLuaExtraTitleAttributes
description"Extra attributes added to Lua mw.title objects. Keys are the name of the attributes, and values are the ObjectFactory specification for resolving the attribute."
value
Empty array
attributes
TemplateSandbox
EditNamespaces
828
TemplateStyles
Namespaces
828
repository"https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto"