所有公开日志
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年12月13日 (五) 12:22 Selfice 留言 贡献创建了页面Module:SizeImageBoxHelper (创建页面,内容为“local p = {} -- Helper function to check if it is mobile local function isMobile(context) -- Check the user agent or any other available context to detect mobile return mw.site.namespaces[0].name == "Mobile" -- 假设通过命名空间检测移动端 end -- Helper function to scale a value local function scaleValue(value, factor) if not value then return nil end local number, unit = value:match("([%d%.]+)([%a%%]*)") if number then…”) 标签:移动版编辑 移动版网页编辑