mediawiki.inspect: Add headings to console and use console.group()
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 10 Jul 2018 00:25:20 +0000 (17:25 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 10 Jul 2018 00:25:20 +0000 (17:25 -0700)
commit25d81fc705895961ecdff2a3f6a8b40a3ce7e803
tree6a90bc6baeacc394d292b98ad89c3dbe2968f1ee
parent60557e0370980e23a9f07ab412ccd73e10223652
mediawiki.inspect: Add headings to console and use console.group()

This adds a log message before each dump to indicate which report follows.
Most of the table's headings communicated to some extend what the table is
about, but the heading should make it easier to use.

Also, where available, use console.group(), which makes the
tables collapsible for easier navigation.

Change-Id: I6855441ce6e3052cdc875e439380820b61d040c1
resources/src/mediawiki.inspect.js