Topic on Talk:Structured Discussions/Flow
Appearance
Here's how you would show the number of topics on the [Discussion] tab in your Special:MyPage/common.js or a Gadget:
.flow["view-topiclist"].result.topiclist.revisions and gets its length (or maybe get the length of ...topiclist.roots, Flow API results are complicated).$( '#ca-talk a' ).append( ' <span style="color: orange"><small>' + length + '</small></span>');
If you're already viewing the Discussion page there might be a way to reuse the API requests the Flow board has already made or the HTML it has already produced.
"Those who can, do, those who can't, pseudocode" 😎