mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
API: Split description messages into summary + additional text
See MediaWiki core patch I778bab2b Change-Id: I78304ecfb4edf4e7c2ac4c0eb6fecfd1c4c66256
This commit is contained in:
parent
a1c3b63c63
commit
d913742e1b
|
@ -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