[16:47:37] Hey - reviving an old thread. Do you know if there was a request to add the OR option to the menus? (re @chicocvenancio: Good point, it should be in the menu as well. I'll try to find the upstream project this should be fixed at and send a PR.) [16:47:47] I wish there was a database diagram somewhere that showed links between the tables... [16:49:07] there is. I don't know if anything's kept up to date though. there's software that will do it automatically too. (re @Nikki: I wish there was a database diagram somewhere that showed links between the tables...) [16:49:15] where? [16:51:18] quarry linked me to https://www.mediawiki.org/wiki/Category:MediaWiki_database_tables and I clicked the big "explore database schema" link, but that doesn't have any links between the tables [16:51:42] https://mediawiki.org/w/index.php?action=render&title=Manual:Database_layout/diagram [16:51:43] linked from [16:51:44] https://mediawiki.org/wiki/Manual:Database_layout [16:52:01] hrmmm [16:52:40] yeah, there's no links on there :/ [17:00:52] maybe the comments at json would be useful for you? I don't see the comments exposed in the diagram. [17:00:53] https://gerrit.wikimedia.org/g/mediawiki/core/%2B/HEAD/maintenance/tables.json [17:01:16] (I just tried also on laptop, before was phone) [17:14:37] It's hard to automatically generate links as they don't exist in the schema [18:22:32] For the wikitext 2010 editor, you probably want to hook into the submit event of the form. (re @jhsoby: aight, so just $( savebutton ).on( "click", function() { /* my stuff here */ } ) then? And I can be sure that my stuff will happ...)