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

来自Whiteverse Library
跳到导航跳到搜索
添加9字节 、 2024年10月24日 (星期四)
无编辑摘要
第12行: 第12行:
function appendTimeline() {
function appendTimeline() {
     var script = document.createElement('script');
     var script = document.createElement('script');
     script.src = 'https://unpkg.com/vis-timeline/standalone/umd/vis-timeline-graph2d.min.js';
     script.src = 'https://unpkg.com/vis-timeline@7.7.3/standalone/umd/vis-timeline-graph2d.min.js';
     document.head.appendChild(script);
     document.head.appendChild(script);
}
}
第19行: 第19行:
$(document).ready(function() {
$(document).ready(function() {
     // 确保仅在有时间轴的页面中执行
     // 确保仅在有时间轴的页面中执行
     if ($("#visualization").length) {
     if ($(".visualization").length) {
         const container = document.getElementById("visualization");
         const container = document.getElementByClass("visualization");


         // 解析项目和日期
         // 解析项目和日期

导航菜单

Copyright © 2014-2024 whiteverse.com,fandao.fun All Rights Reserved
Whiteverse Culture Creativity Co.,Ltd.
鲁ICP备16006260号