相关更改
跳转到导航
跳转到搜索
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年7月19日 (星期六)
|
新 10:05 | MediaWiki:Gadget-stickyToc.js 4次更改 历史 +3,724 [MJ Hamster (4×)] | |||
小 |
|
10:05 (当前 | 之前) −52 MJ Hamster 留言 贡献 | |||
小 |
|
09:42 (当前 | 之前) +5 MJ Hamster 留言 贡献 | |||
小 |
|
09:03 (当前 | 之前) −71 MJ Hamster 留言 贡献 | |||
新 |
|
08:55 (当前 | 之前) +3,842 MJ Hamster 留言 贡献 (创建页面,内容为“$(function(){ if (!$('#toc').length) { return; } var batchConv = require('ext.gadget.HanAssist').batchConv; var i18n = batchConv({ header: { hans: '目录', hant: '目錄' }, top: { hans: '(顶部)', hant: '(頂部)' } }); new ResizeObserver(function(entries) { if (window.innerWidth <= 720) { $('#mw-panel').css('height', ''); } else { $('#mw-panel').css('height', document.body.scrollHeight - 10); } }).observe($('#content')[0…”) |
新 09:02 | MediaWiki:Gadget-sectionObserver.js 差异历史 +6,129 MJ Hamster 留言 贡献 (创建页面,内容为“// Source: https://github.com/wikimedia/mediawiki-skins-Vector/blob/master/resources/skins.vector.js/sectionObserver.js →* @module SectionObserver: →* * @callback OnIntersection * @param {HTMLElement} element The section that triggered the new intersection change.: /** * @typedef {Object} SectionObserverProps * @property {NodeList} elements A list of HTML elements to observe for * intersection changes. This list can be updated through the `elemen…”) |