mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-14 19:30:57 +00:00
f447357856
Should be merged along with I7d78958232089a9c5f4fa340aa6e1b2bf8e2c931 Bug: T189982 Change-Id: If175ec538827056d0ab9a3bdda6370e0fca6508d
16 lines
692 B
JSON
16 lines
692 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Victor Vasiliev",
|
|
"Base"
|
|
]
|
|
},
|
|
"apihelp-scribunto-console-description": "Internal module for servicing XHR requests from the Scribunto console.",
|
|
"apihelp-scribunto-console-summary": "Internal module for servicing XHR requests from the Scribunto console.",
|
|
"apihelp-scribunto-console-param-title": "The title of the module to test.",
|
|
"apihelp-scribunto-console-param-content": "The new content of the module.",
|
|
"apihelp-scribunto-console-param-session": "Session token.",
|
|
"apihelp-scribunto-console-param-question": "The next line to evaluate as a script.",
|
|
"apihelp-scribunto-console-param-clear": "Set to clear the current session state."
|
|
}
|