API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: I78304ecfb4edf4e7c2ac4c0eb6fecfd1c4c66256
This commit is contained in:
Brad Jorsch 2017-05-26 15:36:36 -04:00
parent a1c3b63c63
commit d913742e1b
2 changed files with 2 additions and 0 deletions

View file

@ -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.",

View file

@ -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}}",