相关更改
更多操作
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入Category:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年6月20日 (星期五)
|
新 13:45 | Module:Heartrate 19次更改 历史 +331 [琪露若 (19×)] | |||
|
13:45 (当前 | 之前) −7 琪露若 留言 贡献 (撤销琪露若(讨论)的修订版本8276) 标签:撤销 已被回退 | ||||
|
13:44 (当前 | 之前) −88 琪露若 留言 贡献 标签:已被回退 | ||||
|
13:32 (当前 | 之前) −197 琪露若 留言 贡献 (撤销琪露若(讨论)的修订版本8273) 标签:撤销 | ||||
|
13:16 (当前 | 之前) −5 琪露若 留言 贡献 | ||||
|
13:15 (当前 | 之前) +161 琪露若 留言 贡献 | ||||
|
13:12 (当前 | 之前) +23 琪露若 留言 贡献 | ||||
|
13:11 (当前 | 之前) −141 琪露若 留言 贡献 | ||||
|
13:10 (当前 | 之前) +97 琪露若 留言 贡献 | ||||
|
13:02 (当前 | 之前) −1 琪露若 留言 贡献 (shabi dick) | ||||
|
12:55 (当前 | 之前) −21 琪露若 留言 贡献 | ||||
|
11:48 (当前 | 之前) +7 琪露若 留言 贡献 | ||||
|
11:47 (当前 | 之前) −81 琪露若 留言 贡献 | ||||
|
11:36 (当前 | 之前) −1,176 琪露若 留言 贡献 | ||||
|
11:31 (当前 | 之前) 0 琪露若 留言 贡献 | ||||
|
11:30 (当前 | 之前) +2,495 琪露若 留言 贡献 | ||||
|
11:21 (当前 | 之前) +19 琪露若 留言 贡献 | ||||
|
11:07 (当前 | 之前) −22 琪露若 留言 贡献 | ||||
|
11:05 (当前 | 之前) −237 琪露若 留言 贡献 | ||||
新 |
|
11:02 (当前 | 之前) +1,449 琪露若 留言 贡献 (创建页面,内容为“local p = {} function p.getHeartRate(frame) -- 获取传入参数 local args = frame.args local apiUrl = args.url -- 验证URL参数 if not apiUrl or apiUrl == "" then return "错误:缺少API URL参数" end -- 发起HTTP GET请求 local response local status, err = pcall(function() response = mw.http.get( apiUrl, { headers = { ["Accept"]…”) |
2025年6月17日 (星期二)
新 20:15 | Module:Documentation/config 差异历史 +18,259 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation/config&oldid=84705147 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Modul…”) |
新 20:13 | Module:Documentation 差异历史 +35,614 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation&oldid=87749641 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw…”) |
新 20:11 | Module:Arguments 差异历史 +10,254 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Arguments&oldid=83158592 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.check…”) |