Difference between revisions of "User:Fbstj/gadget/history-test.js"

m
try
m (use the object returner not the promise thing)
m (try)
// 2019-03-03 autofill artist pages
;mw.hook('wikipage.editform').add(function () {
mw.loader.load(['mw.notification'])
 
const page_name = mw.config.get('wgPageName')
if (!page_name.startsWith('Coppermind:Artists/')) { return; }