Warning: file_exists(): open_basedir restriction in effect. File(/bin/bash) is not within the allowed path(s): (/www/wwwroot/mw_mainver/:/tmp/) in /www/wwwroot/mw_mainver/includes/shell/CommandFactory.php on line 119

Warning: mkdir(): No such file or directory in /www/wwwroot/mw_mainver/vendor/wikimedia/shellbox/src/FileUtils.php on line 113
MediaWiki:Common.js:修订间差异 - THGAme
打开/关闭菜单
1
0
7
177
THGAme
切換偏好設定選單
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.js:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第1行: 第1行:
/* 这里的任何JavaScript将为所有用户在每次页面加载时加载。 */
/* 这里的任何JavaScript将为所有用户在每次页面加载时加载。 */
$().ready(function(){
$().ready(function(){
   $('head').append(`<script src="https://testingcf.jsdelivr.net/npm/iconify@1.4.0/src/browser/index.min.js"></script>`);
   $('head').append("<script src=\"https://testingcf.jsdelivr.net/npm/iconify@1.4.0/src/browser/index.min.js\"></script>");
});
});

2024年12月21日 (六) 22:38的版本

/* 这里的任何JavaScript将为所有用户在每次页面加载时加载。 */
$().ready(function(){
  $('head').append("<script src=\"https://testingcf.jsdelivr.net/npm/iconify@1.4.0/src/browser/index.min.js\"></script>");
});