- Added `help-console` to the list of autocompletion strings
- Implemented requested changes to help message:
- Added an example that uses access-by-index `getblock(getblockhash(0) true)[tx][0]`
- Replace "bracketed syntax" to "parenthesized syntax" where applicable
- Replace "separate" with "delimit"
- Removed `<br>` and `<b>help/help-console</b>` from translation strings, since these parts don't change between languages
- Changed examples to be based off `getblock 0` so they will work even with pruned/no blockchain and `disablewallet` if copied and pasted
- Clarified syntax for queries of named/unnamed result objects.
message(CMD_REPLY,(tr("Welcome to the %1 RPC console.").arg(tr(PACKAGE_NAME))+"<br>"+
message(CMD_REPLY,(tr("Welcome to the %1 RPC console.").arg(tr(PACKAGE_NAME))+"<br>"+
tr("Use up and down arrows to navigate history, and %1 to clear screen.").arg("<b>"+clsKey+"</b>")+"<br>"+
tr("Use up and down arrows to navigate history, and %1 to clear screen.").arg("<b>"+clsKey+"</b>")+"<br>"+
tr("Type <b>help</b> for an overview of available commands."))+
tr("Type %1 for an overview of available commands.").arg("<b>help</b>")+"<br>"+
"<br><span class=\"secwarning\">"+
tr("For more information on using this console type %1.").arg("<b>help-console</b>")+
"<br><span class=\"secwarning\"><br>"+
tr("WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.")+
tr("WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.")+