用户:Bhsd/经验总结

< User:Bhsd
Bhsd讨论 | 贡献2021年5月26日 (三) 10:07的版本 (//使用页面/文本对比查看器快速编辑)

CSS

这里整理全站用到的z-index,以正确处理压盖关系。

元素 描述 z-index 备注
#inspector gadget-inspect.css 文本编辑器 100 开启状态占据页面右半部,关闭状态悬浮于页面右下角
#pxrulerpoint gadget-pxruler.css 测量屏幕像素间距 2147483647 需要浮于一切元素上方
.bgimage Widget:bgimage 桌面版背景图片 -2 需要置于一切元素下方

JavaScript

试着整理下本站各主要JS脚本(全局JS和Gadgets)的合理执行时机:[展开]

JS文件 桌面版 移动版 大小(KB)
common.js $.readycodeEditor.configure
mobile.js wikipage.content或移动版菜单生成后
CodeMirror wikipage.content wikipage.content
code-prettify wikipage.content wikipage.content
confirmLogout $.ready
copyLyrics wikipage.content wikipage.content
exlinks wikipage.content wikipage.content
MobileDiff
mobile-Backtotop $.ready $.ready
noteTA wikipage.content wikipage.content
ReferenceTooltips wikipage.content
sharelink $.ready $.ready
sidebarHidden
toc-custom $.ready
translation
UTCLiveClock $.ready $.ready
CommentsInLocalTime wikipage.contentsettings.dialog wikipage.contentsettings.dialog
TalkHelper CommentsInLocalTime执行完后 CommentsInLocalTime执行完后
stickyHeading wikipage.content wikipage.content
autocomplete 编辑区按下Tab键时
charinsert $.ready $.ready
contentBackup $.ready $.ready
custommenu $.ready 移动版菜单生成后
editCount $.ready 移动版菜单生成后
mainpage 无条件 无条件
mobileEdit 移动版JS加载完成后,具体时间不好确定,暂定为$.ready再延迟0.5秒
notEditTopSection 无条件
PreviewWithVariant TransclusionPreviews执行完后 TransclusionPreviews执行完后
pxruler $.ready
TransclusionPreviews $.ready $.ready
Wikiplus $.ready
Cat-a-lot $.ready
HotCat $.ready
mobile-HotCat MobileCategories执行完后
HotDefaultSort $.ready
MobileCategories $.ready
uploader $.ready
SearchNamespace $.ready 移动版搜索框生成后
BatchRollback
CleanDeleteReasons $.ready $.ready
definitions
inspect $.ready
mobileBlock $.ready
patrolPlus $.ready
patrolRevisions $.ready $.ready
SettingsDialog 无条件 mobile.menu
site-lib 无条件 无条件
site-shared 无条件、wikipage.contentwikipage.categories 无条件、wikipage.contentwikipage.categories

繁简转换

全局JS 转换方式 参数
common.js 手动 wgUserLanguage
mobile.js 自动 + 手动 wgUserVariantwgUserLanguage
Gadgets 转换方式 参数
CodeMirror
code-prettify
confirmLogout 自动 + 手动 wgUserLanguage
copyLyrics
exlinks 手动 wgUserLanguage
MobileDiff
mobile-Backtotop
noteTA 自动 + 手动 wgUserVariantwgUserLanguage
ReferenceTooltips 自动 + 手动 wgUserVariantwgUserLanguage
sharelink 手动 wgUserLanguage
sidebarHidden
toc-custom 自动 + 手动 wgUserVariant
translation
UTCLiveClock
CommentsInLocalTime 手动 wgUserLanguagewgUserVariant
TalkHelper
stickyHeading
autocomplete 手动 wgUserVariant
charinsert 自动 + 手动 wgUserVariant
contentBackup 手动 wgUserLanguage
custommenu 自动 + 手动 wgUserLanguage
editCount
mainpage
mobileEdit 手动 wgUserLanguage
notEditTopSection
PreviewWithVariant
pxruler 手动 wgUserLanguage
TransclusionPreviews 手动 wgUserLanguage
Wikiplus 手动 wgUserLanguage
Cat-a-lot 手动 wgUserLanguage
HotCat 手动 wgUserVariant
mobile-HotCat
HotDefaultSort
MobileCategories 自动 + 手动 wgUserVariantwgUserLanguage
uploader 手动 wgUserLanguage
SearchNamespace 手动 wgUserLanguage
CleanDeleteReasons
BatchRollback
defintions
inspect 自动 + 手动 wgUserLanguagewgUserVariant
mobileBlock 手动 wgUserLanguage
patrolPlus 手动 wgUserLanguage
patrolRevisions 手动 wgUserLanguage
SettingsDialog 手动 wgUserLanguage
site-lib 手动 wgUserLanguage
site-shared
Widgets 转换方式 参数
abbr 自动 wgUserVariant
as-song
bgimage
colorMod 手动 wgUserLanguage
countdown 手动 + 自动 wgUserVariant
listen 手动 wgUserLanguage
lyrics 自动 wgUserVariant
nav
outerImage
sif-song-table
songposition 自动 wgUserVariant
tagFilter
toc-collapse
username 不转换