LLWiki正在建设中,欢迎加入我们

“MediaWiki:Gadget-code-prettify.js”的版本间差异

跳转到导航 跳转到搜索
无编辑摘要
标签移动版网页编辑 移动版编辑
/**
* @Function: 高亮JavaScript、CSS、HTML和Lua,按行号跳转,并添加行号和指示色块
* @Dependencies: mediawiki.Uri, ext.gadget.site-lib
* @Source: [[moegirl:mediawiki:gadget-code-prettify.js]]和[[moegirl:user:机智的小鱼君/gadget/Highlight.js]]
* @EditedBy: [[User:Bhsd]]
});
// 手动跳转
const fragmenthash = new mw.Uri()location.fragmenthash,
$line = $('#' + fragmenthash);
if (/^#L\d+$/.test( fragmenthash ) && $line.length) { $line[0].scrollIntoView({ behavior: 'smooth' }); }
}, function(reason) { mw.apiFailure(reason, 'highlight.js'); });
});
16,874

个编辑

导航菜单