Hoo man has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370873 )

Change subject: Mention mw.logObject in the debug console intro
......................................................................

Mention mw.logObject in the debug console intro

Apparently many users are not aware of this.

It has been introduced in d9ba2005716a way back in 2013.

Change-Id: I1ff005e8889a545b6f11e3a6e3bf418b7826f926
---
M i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/73/370873/1

diff --git a/i18n/en.json b/i18n/en.json
index 8902545..57bf597 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -15,7 +15,7 @@
        "scribunto-doc-page-does-not-exist": "''Documentation for this module 
may be created at [[$1]]''",
        "scribunto-doc-page-show": "{{$1}}\n<hr />",
        "scribunto-doc-page-header": "'''This is the documentation page for 
[[$1]]'''",
-       "scribunto-console-intro": "* The module exports are available as the 
variable \"p\", including unsaved modifications.\n* Precede a line with \"=\" 
to evaluate it as an expression, or use print().\n* Use mw.log() in module code 
to send messages to this console.",
+       "scribunto-console-intro": "* The module exports are available as the 
variable \"p\", including unsaved modifications.\n* Precede a line with \"=\" 
to evaluate it as an expression or use print(). Use mw.logObject() for 
tables.\n* Use mw.log() and mw.logObject() in module code to send messages to 
this console.",
        "scribunto-console-title": "Debug console",
        "scribunto-console-too-large": "This console session is too large. 
Please clear the console history or reduce the size of the module.",
        "scribunto-console-current-src": "console input",

-- 
To view, visit https://gerrit.wikimedia.org/r/370873
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ff005e8889a545b6f11e3a6e3bf418b7826f926
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Hoo man <h...@online.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to