Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
// for opt-in user gadget enabled via Special:Preferences
// from https://dev.fandom.com/wiki/DedicatedTalkButton
// adds a dedicated talk page button, thus pulling it out of the dropdown, making it easier for editors to access talk pages for article discussion
mw.loader.using('ext.fandom.ContentReview.legacyLoaders.js').then(function() {
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:DedicatedTalkButton.js',
]
});
});