✨🎊 Postal Wiki 三周年! 🎊✨
🎂 2026.09.11 — 邮路三载,百科同行

主要公开日志

来自Postal Wiki

所有Postal Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2025年11月8日 (六) 04:33 Hehua 留言 贡献创建了页面用户:Hehua/hotcat.js (创建页面,内容为“/** * When you need to load multiple scripts and css from wiki pages at the same time, * please use the `/load.php?modules=wiki:PageName` combination instead of multiple `action=raw` requests. * * @example * ``` * // before: * mw.loader.load( "/index.php?action=raw&ctype=text/javascript&title=SomeScripts.js" ); * mw.loader.load( "/index.php?action=raw&ctype=text/css&title=SomeStyles.css", "text/css" ); * // after: * mw.loader.load( "/load.php?modules=…”)