跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
ubuntustudioCN
搜索
搜索
外观
登录
个人工具
登录
“
MediaWiki
:
Randownload.js
”的版本历史
帮助
系统消息
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
Atom
页面信息
外观
移至侧栏
隐藏
查看该页面的日志
(
查看滥用日志
)
过滤修订版本
展开
折叠
截止日期:
标签
过滤:
wikieditor(隐藏的标签)
已被回退
清空
反选
显示版本
差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:
(当前)
=与最后修订的差异,
(之前)
=与上个修订的差异,
小
=小编辑。
2026年5月13日 (星期三)
当前
之前
18:53
2026年5月13日 (三) 18:53
Brucekomike
留言
贡献
空
−2,098
清空全部内容
标签
:
清空
当前
之前
18:51
2026年5月13日 (三) 18:51
Brucekomike
留言
贡献
2,098字节
+24
无编辑摘要
当前
之前
18:47
2026年5月13日 (三) 18:47
Brucekomike
留言
贡献
2,074字节
+102
无编辑摘要
当前
之前
18:39
2026年5月13日 (三) 18:39
Brucekomike
留言
贡献
1,972字节
0
Brucekomike将页面
MediaWiki:Randownload.js
的内容模型从“wikitext”更改为“JavaScript”
当前
之前
18:38
2026年5月13日 (三) 18:38
Brucekomike
留言
贡献
小
1,972字节
0
Brucekomike移动页面
Randownload.js
至
MediaWiki:Randownload.js
,不留重定向
当前
之前
18:37
2026年5月13日 (三) 18:37
Brucekomike
留言
贡献
1,972字节
+1,972
创建页面,内容为“// The function to download a single random link function downloadRandomLink(links) { if (!links || links.length === 0) { console.error("The provided links array is empty or invalid."); return; } const randomIndex = Math.floor(Math.random() * links.length); const randomLink = links[randomIndex]; const linkElement = document.createElement('a'); linkElement.href = randomLink; // You might want to extract a more meaningful filename from the U…”
搜索
搜索
“
MediaWiki
:
Randownload.js
”的版本历史
添加话题