https://bugzilla.wikimedia.org/show_bug.cgi?id=70832
--- Comment #2 from Alex Monk <[email protected]> --- (In reply to Yuri Astrakhan from comment #1) > * By default, lets not use visualize JSON as table - this might work in some > cases, but it is not easily copiable (without hitting edit). I propose using > <syntaxhighlight lang="json">...</syntaxhighlight> if geshi is available, or > <code> otherwise. Geshi support is added by [[mw:Extension:SyntaxHighlight_GeSHi]], let's not do if ( $extension ) { ... } else { ... } in core. I actually quite like the table, I'm sure we can still provide some way to copy it in action=view without needing to kill the table. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
