• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“MediaWiki:Common.js”的版本间的差异

来自小鱼君和他的朋友们
((InPageEdit-preference-summary-default))
 
(未显示同一用户的104个中间版本)
第1行: 第1行:
/**  分享按钮 **/
+
/**  外部链接 */
mw.loader.load('https://wjghj.cn/index.php?title=MediaWiki:Share-btn.js&action=raw&ctype=text/javascript');
+
mw.loader.using(['oojs-ui-windows', 'oojs-ui-core'], function() {
 +
  $('a.external').each(function() {
 +
   var href = $(this).attr('href'),
 +
    href1 = href.split('/')[2]
 +
   if (href1.substring(href1.length - 8) === 'wjghj.cn') return
 +
   $(this).click(function(e) {
 +
    e.preventDefault()
 +
    OO.ui
 +
     .confirm('你确定要访问这个外部链接吗: ' + href)
 +
     .done(function(confirmed) {
 +
      if (confirmed) {
 +
       location.href = href
 +
      }
 +
     })
 +
   })
 +
  })
 +
})
  
/** ToastNotify **/
+
/** Global script (gtag.js) - Google Analytics **/
mw.loader.load('https://common.wjghj.cn/js/toast');
+
!(function() {
 +
  var $script = $('<script>', {
 +
   src: 'https://www.googletagmanager.com/gtag/js?id=UA-148909815-1',
 +
  })
 +
  $script.appendTo('body')
  
/** ToastrNotify **/
+
  window.dataLayer = window.dataLayer || []
// mw.loader.load('https://common.wjghj.cn/js/toastr');
+
  function gtag() {
 
+
   dataLayer.push(arguments)
/** 版权提示 **/
+
  }
mw.loader.load('https://wjghj.cn/index.php?title=MediaWiki:NotifyWhenCopy.js&action=raw&ctype=text/javascript');
+
  gtag('js', new Date())
 +
  gtag('config', 'UA-148909815-1')
 +
})()
  
 
/** 方便上传相册缺少的图片 **/
 
/** 方便上传相册缺少的图片 **/
$('.gallery .thumb').prepend(function () {
+
$('.gallery .thumb').prepend(function() {
   var galleryfile = $(this).text();
+
   var galleryfile = $(this).text()
 
   if (galleryfile == '') {
 
   if (galleryfile == '') {
    return;
+
    return
 
   } else {
 
   } else {
    $(this).html('<a href="https://wjghj.cn/index.php?title=Special:Upload&wpDestFile='+galleryfile+'" class="new" target="_blank">点击上传<br/>' + galleryfile + '</a>')
+
    $(this).html(
 +
    '<a href="https://common.wjghj.cn/index.php?title=Special:Upload&wpDestFile=' +
 +
     galleryfile +
 +
     '" class="new" target="_blank">点击上传<br/>' +
 +
     galleryfile +
 +
     '</a>'
 +
   )
 
   }
 
   }
});
+
})
  
 
/** In page dialog **/
 
/** In page dialog **/
$(function () {
+
$(function() {
   var DialogId,
+
   var DialogId, BtnId, NextId, LastId
  BtnId,
+
   $('.ipd').html(function() {
  NextId,
+
    DialogId = this.dataset.dialogid
  LastId;
 
   $('.ipd').html(function () {
 
    DialogId = this.dataset.dialogid;
 
 
    if (DialogId != '1') {
 
    if (DialogId != '1') {
     $(this).hide();
+
     $(this).hide()
 
    }
 
    }
   });
+
   })
   $('.ipd-next-btn').click(function () {
+
   $('.ipd-next-btn').click(function() {
    BtnId = this.dataset.btnid;
+
    BtnId = this.dataset.btnid
    LastId = this.dataset.lastid;
+
    LastId = this.dataset.lastid
 
    if (LastId === 'last') {
 
    if (LastId === 'last') {
     $('#game-selector').show(300);
+
     $('#game-selector').show(300)
     $(this).css('color', 'green');
+
     $(this).css('color', 'green')
 
    } else {
 
    } else {
     BtnId = parseInt(BtnId);
+
     BtnId = parseInt(BtnId)
     NextId = ++BtnId;
+
     NextId = ++BtnId
     $(this).css('color', 'green');
+
     $(this).css('color', 'green')
     $('.ipd[data-dialogid=' + NextId + ']').show(300);
+
     $('.ipd[data-dialogid=' + NextId + ']').show(300)
 
    }
 
    }
   });
+
   })
});
+
})
  
 
/** Game saver **/
 
/** Game saver **/
$('.GameSaver').html(function(){
+
$('.GameSaver').html(function() {
   var game,time,user,title,page;
+
   var game, time, user, title, page
   if ( wgUserName =='' || wgUserName == null ) {
+
  var wgUserName = mw.config.get('wgUserName')
    unlogin = true ;
+
   if (wgUserName == '' || wgUserName == null) {
 +
    unlogin = true
 
   } else {
 
   } else {
    user = 'User:'+wgUserName ;
+
    user = 'User:' + wgUserName
}
+
  }
   game = this.dataset.game;
+
   game = this.dataset.game
   time = this.dataset.time;
+
   time = this.dataset.time
   title = this.dataset.title;
+
   title = this.dataset.title
   page = this.dataset.page;
+
   page = this.dataset.page
   $(this).html('<input type=button class="save" value="保存游戏"/>&nbsp;&nbsp;<input type=button class="load" value="读取存档"/>');
+
   $(this).html(
   if ( unlogin ) {
+
   '<input type=button class="save" value="保存游戏"/>&nbsp;&nbsp;<input type=button class="load" value="读取存档"/>'
    $('.GameSaver .load').click(function(){alert('无法读取存档,请登录后再试');});
+
  )
 +
   if (unlogin) {
 +
    $('.GameSaver .load').click(function() {
 +
    alert('无法读取存档,请登录后再试')
 +
   })
 
   } else {
 
   } else {
    $('.GameSaver .load').click(function(){location.href='/wiki/'+user+'/gamesave/'+game});
+
    $('.GameSaver .load').click(function() {
 +
    location.href = '/wiki/' + user + '/gamesave/' + game
 +
   })
 
   }
 
   }
 
   $('.GameSaver .save').click(function() {
 
   $('.GameSaver .save').click(function() {
    if ( unlogin ) {
+
    if (unlogin) {
     $('.GameSaver .save').unbind().attr({'value':'存档失败,请登录后再试','disabled':''});
+
     $('.GameSaver .save')
     return;
+
     .unbind()
 +
     .attr({ value: '存档失败,请登录后再试', disabled: '' })
 +
     return
 
    }
 
    }
    var note = prompt('有什么要备注的吗?','无');
+
    var note = prompt('有什么要备注的吗?', '无')
    if (note === null||note === 'null') {
+
    if (note === null || note === 'null') {
     return;
+
     return
 
    }
 
    }
    $('.GameSaver .save').attr('value','SILI努力帮你存档中…');
+
    $('.GameSaver .save').attr('value', 'SILI努力帮你存档中…')
    new mw.Api().post({
+
    new mw.Api()
    action: 'edit',
+
    .post({
    title: user+'/gamesave/'+game,
+
     action: 'edit',
    summary: '\/*' + title+' | '+ time +'*\/新增游戏'+ game +'存档',
+
     title: user + '/gamesave/' + game,
    appendtext: '\n== '+ title +' | '+ time +' ==\n*游戏:[[Game:'+ game +']]\n*时间:'+ time +'\n*[['+ page +'|继续游戏]]\n*备注:'+ note +'\n\n',
+
     summary: '/*' + title + ' | ' + time + '*/新增游戏' + game + '存档',
    token: mw.user.tokens.get('editToken')
+
     appendtext:
   })
+
      '\n== ' +
   .done(function(){
+
      title +
    $('.GameSaver .save').unbind().attr({'value':'存档完毕!','disabled':''});
+
      ' | ' +
   })
+
      time +
   .fail(function(){
+
      ' ==\n*游戏:[[Game:' +
    alert('啊哦,存档失败了!\n1)请检查您的网络连接?\n2)您是否没有登录?\n3)刷新页面再试?');
+
      game +
    $('.GameSaver .save').attr('value','重试');
+
      ']]\n*时间:' +
   });
+
      time +
   });
+
      '\n*[[' +
});
+
      page +
 +
      '|继续游戏]]\n*备注:' +
 +
      note +
 +
      '\n\n',
 +
     token: mw.user.tokens.get('editToken'),
 +
    })
 +
    .done(function() {
 +
     $('.GameSaver .save')
 +
      .unbind()
 +
      .attr({ value: '存档完毕!', disabled: '' })
 +
    })
 +
    .fail(function() {
 +
     alert(
 +
      '啊哦,存档失败了!\n1)请检查您的网络连接?\n2)您是否没有登录?\n3)刷新页面再试?'
 +
     )
 +
     $('.GameSaver .save').attr('value', '重试')
 +
    })
 +
   })
 +
})
  
 
/** 顶部公告 **/
 
/** 顶部公告 **/
function siteNoticeScroll(obj,interval) {
+
function siteNoticeScroll(obj, interval) {
 
   $(obj).animate({
 
   $(obj).animate({
 
    height: 'show',
 
    height: 'show',
第101行: 第153行:
 
    paddingBottom: 'show',
 
    paddingBottom: 'show',
 
    marginBottom: 'show',
 
    marginBottom: 'show',
   });
+
   })
 
   setInterval(function() {
 
   setInterval(function() {
    $(obj).find('ul:first').animate({
+
    $(obj)
    marginTop: '-25px'
+
    .find('ul:first')
   },
+
    .animate(
   300,
+
     {
   function() {
+
      marginTop: '-25px',
    $(this).css({
+
     },
     marginTop: '0px',
+
     300,
    }).find('li:first').appendTo(this);
+
     function() {
   });
+
      $(this)
  },
+
       .css({
  interval);
+
        marginTop: '0px',
}
+
       })
siteNoticeScroll('.siteNoticeScroll',5000);
+
       .find('li:first')
 
+
       .appendTo(this)
/** [[T:Notify]] **/
+
     }
$(function(){
+
     )
  $('.notify').html(function(){
+
   }, interval)
   var type = $(this).attr('data-type'),
 
     content = $(this).html();
 
   $.toast({
 
     text: content,
 
    icon: type
 
   });
 
  }).remove();
 
});
 
 
 
 
 
/** Custom Modal**/
 
function Modal(content,title) {
 
   PopupWindow(content,title);
 
}
 
function PopupWindow(content,title) {
 
  if (title != '' && title != undefined) {
 
   title = '<h2 id="popup-window-title">' + title + '</h2>';
 
  } else {
 
   title = '';
 
  }
 
  if (content == undefined || content == '') {
 
   title = '<h2 id="popup-window-title" class="error"> Error in Popup Window </h2>';
 
   content = 'No content!';
 
  }
 
  $('body').append(
 
  '<div id="popup-window-bg"></div>' +
 
  '<div id="popup-window">' +
 
  title +
 
  '<div id="popup-window-content">' +
 
  content +
 
  '</div><div id="popup-window-close">' +
 
  '<img id="btn"/>'+
 
  '</div></div>'
 
);
 
  $('#popup-window, #popup-window-bg').fadeIn(300);
 
  $('#popup-window-close #btn, #popup-window-bg').click(function(){
 
   $('#popup-window, #popup-window-bg').fadeOut(400);
 
   setTimeout(function(){$('#popup-window, #popup-window-bg').remove()},400);
 
  });
 
 
}
 
}
 +
siteNoticeScroll('.siteNoticeScroll', 12 * 1000)
  
 +
/** 头像系统 **/
 +
$(function() {
 +
  $('#personal h2').prepend(
 +
   $('<a>', {
 +
    href: '/wiki/Special:Uploadavatar',
 +
    class: 'user-avatar-link',
 +
   })
 +
    .click(function(e) {
 +
     href = $(this).attr('href')
 +
     e.preventDefault()
 +
     if ($(window).width() > 1100) {
 +
      location.href = href
 +
     }
 +
    })
 +
    .append(
 +
     $('<img>', {
 +
      src: '/avatar/' + mw.config.get('wgUserName'),
 +
      class: 'user-avatar',
 +
     })
 +
    )
 +
  )
 +
  $('.mw-userlink').before(function() {
 +
   var user = $(this).attr('title'),
 +
    avatar = $('<img>', {
 +
     src: '/avatar/' + user,
 +
     class: 'user-avatar',
 +
    })
 +
   return avatar
 +
  })
 +
})
  
//ALL CLEAR
+
/**
 +
* Cloudflare Web Analytics
 +
*/
 +
$('body').append(
 +
  '<!-- Cloudflare Web Analytics --><script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon=\'{"token": "bcc7ebd8bc4442feb16d89e12674080b"}\'></script><!-- End Cloudflare Web Analytics -->'
 +
)

2023年11月23日 (四) 04:49的最新版本

/** 外部链接 */
mw.loader.using(['oojs-ui-windows', 'oojs-ui-core'], function() {
  $('a.external').each(function() {
    var href = $(this).attr('href'),
      href1 = href.split('/')[2]
    if (href1.substring(href1.length - 8) === 'wjghj.cn') return
    $(this).click(function(e) {
      e.preventDefault()
      OO.ui
        .confirm('你确定要访问这个外部链接吗: ' + href)
        .done(function(confirmed) {
          if (confirmed) {
            location.href = href
          }
        })
    })
  })
})

/** Global script (gtag.js) - Google Analytics **/
!(function() {
  var $script = $('<script>', {
    src: 'https://www.googletagmanager.com/gtag/js?id=UA-148909815-1',
  })
  $script.appendTo('body')

  window.dataLayer = window.dataLayer || []
  function gtag() {
    dataLayer.push(arguments)
  }
  gtag('js', new Date())
  gtag('config', 'UA-148909815-1')
})()

/** 方便上传相册缺少的图片 **/
$('.gallery .thumb').prepend(function() {
  var galleryfile = $(this).text()
  if (galleryfile == '') {
    return
  } else {
    $(this).html(
      '<a href="https://common.wjghj.cn/index.php?title=Special:Upload&wpDestFile=' +
        galleryfile +
        '" class="new" target="_blank">点击上传<br/>' +
        galleryfile +
        '</a>'
    )
  }
})

/** In page dialog **/
$(function() {
  var DialogId, BtnId, NextId, LastId
  $('.ipd').html(function() {
    DialogId = this.dataset.dialogid
    if (DialogId != '1') {
      $(this).hide()
    }
  })
  $('.ipd-next-btn').click(function() {
    BtnId = this.dataset.btnid
    LastId = this.dataset.lastid
    if (LastId === 'last') {
      $('#game-selector').show(300)
      $(this).css('color', 'green')
    } else {
      BtnId = parseInt(BtnId)
      NextId = ++BtnId
      $(this).css('color', 'green')
      $('.ipd[data-dialogid=' + NextId + ']').show(300)
    }
  })
})

/** Game saver **/
$('.GameSaver').html(function() {
  var game, time, user, title, page
  var wgUserName = mw.config.get('wgUserName')
  if (wgUserName == '' || wgUserName == null) {
    unlogin = true
  } else {
    user = 'User:' + wgUserName
  }
  game = this.dataset.game
  time = this.dataset.time
  title = this.dataset.title
  page = this.dataset.page
  $(this).html(
    '<input type=button class="save" value="保存游戏"/>&nbsp;&nbsp;<input type=button class="load" value="读取存档"/>'
  )
  if (unlogin) {
    $('.GameSaver .load').click(function() {
      alert('无法读取存档,请登录后再试')
    })
  } else {
    $('.GameSaver .load').click(function() {
      location.href = '/wiki/' + user + '/gamesave/' + game
    })
  }
  $('.GameSaver .save').click(function() {
    if (unlogin) {
      $('.GameSaver .save')
        .unbind()
        .attr({ value: '存档失败,请登录后再试', disabled: '' })
      return
    }
    var note = prompt('有什么要备注的吗?', '无')
    if (note === null || note === 'null') {
      return
    }
    $('.GameSaver .save').attr('value', 'SILI努力帮你存档中…')
    new mw.Api()
      .post({
        action: 'edit',
        title: user + '/gamesave/' + game,
        summary: '/*' + title + ' | ' + time + '*/新增游戏' + game + '存档',
        appendtext:
          '\n== ' +
          title +
          ' | ' +
          time +
          ' ==\n*游戏:[[Game:' +
          game +
          ']]\n*时间:' +
          time +
          '\n*[[' +
          page +
          '|继续游戏]]\n*备注:' +
          note +
          '\n\n',
        token: mw.user.tokens.get('editToken'),
      })
      .done(function() {
        $('.GameSaver .save')
          .unbind()
          .attr({ value: '存档完毕!', disabled: '' })
      })
      .fail(function() {
        alert(
          '啊哦,存档失败了!\n1)请检查您的网络连接?\n2)您是否没有登录?\n3)刷新页面再试?'
        )
        $('.GameSaver .save').attr('value', '重试')
      })
  })
})

/** 顶部公告 **/
function siteNoticeScroll(obj, interval) {
  $(obj).animate({
    height: 'show',
    paddingTop: 'show',
    marginTop: 'show',
    paddingBottom: 'show',
    marginBottom: 'show',
  })
  setInterval(function() {
    $(obj)
      .find('ul:first')
      .animate(
        {
          marginTop: '-25px',
        },
        300,
        function() {
          $(this)
            .css({
              marginTop: '0px',
            })
            .find('li:first')
            .appendTo(this)
        }
      )
  }, interval)
}
siteNoticeScroll('.siteNoticeScroll', 12 * 1000)

/** 头像系统 **/
$(function() {
  $('#personal h2').prepend(
    $('<a>', {
      href: '/wiki/Special:Uploadavatar',
      class: 'user-avatar-link',
    })
      .click(function(e) {
        href = $(this).attr('href')
        e.preventDefault()
        if ($(window).width() > 1100) {
          location.href = href
        }
      })
      .append(
        $('<img>', {
          src: '/avatar/' + mw.config.get('wgUserName'),
          class: 'user-avatar',
        })
      )
  )
  $('.mw-userlink').before(function() {
    var user = $(this).attr('title'),
      avatar = $('<img>', {
        src: '/avatar/' + user,
        class: 'user-avatar',
      })
    return avatar
  })
})

/**
 * Cloudflare Web Analytics
 */
$('body').append(
  '<!-- Cloudflare Web Analytics --><script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon=\'{"token": "bcc7ebd8bc4442feb16d89e12674080b"}\'></script><!-- End Cloudflare Web Analytics -->'
)