mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 16:25:00 +00:00
Merge "API: Split description messages into summary + additional text"
This commit is contained in:
commit
8c49ad595c
|
@ -64,6 +64,7 @@
|
|||
"scribunto-limitreport-profile-percent": "$1%",
|
||||
"scribunto-limitreport-logs": "Lua logs",
|
||||
"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.",
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
"scribunto-limitreport-profile-percent": "Text to format the time percentage in the \"Lua Profile\" table.\n\nPreceded by {{msg-mw|Scribunto-limitreport-profile}} and {{msg-mw|Scribunto-limitreport-profile-ms}}.\n\nParameters:\n* $1 - the percentage",
|
||||
"scribunto-limitreport-logs": "Label for the \"Lua logs\" row in the limit report table",
|
||||
"apihelp-scribunto-console-description": "{{doc-apihelp-description|scribunto-console}}",
|
||||
"apihelp-scribunto-console-summary": "{{doc-apihelp-summary|scribunto-console}}",
|
||||
"apihelp-scribunto-console-param-title": "{{doc-apihelp-param|scribunto-console|title}}",
|
||||
"apihelp-scribunto-console-param-content": "{{doc-apihelp-param|scribunto-console|content}}",
|
||||
"apihelp-scribunto-console-param-session": "{{doc-apihelp-param|scribunto-console|session}}",
|
||||
|
|
Loading…
Reference in a new issue