2025年3月31日 (星期一)
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:Airborne Kingdom artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:A Plague Tale Innocence artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:Against the Storm artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:Age of Mythology Retold artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:Age of Empires III Definitive Edition artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:Age of Empires IV artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:A Little to the Left artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:A pet shop after dark artwork.webp 使用SimpleBatchUpload上传 当前
- 19:262025年3月31日 (一) 19:26 差异 历史 0 新 文件:20 Minutes Till Dawn artwork.webp 使用SimpleBatchUpload上传 当前
- 19:232025年3月31日 (一) 19:23 差异 历史 0 首页 无编辑摘要
- 19:222025年3月31日 (一) 19:22 差异 历史 −17 模板:Card 无编辑摘要 标签:手工回退
- 19:202025年3月31日 (一) 19:20 差异 历史 +17 模板:Card 无编辑摘要 标签:已被回退
- 19:132025年3月31日 (一) 19:13 差异 历史 −18 MediaWiki:Common.css 无编辑摘要
- 19:112025年3月31日 (一) 19:11 差异 历史 +44 MediaWiki:Common.css 无编辑摘要
- 16:562025年3月31日 (一) 16:56 差异 历史 −49 模块:GetMottos 无编辑摘要
- 16:562025年3月31日 (一) 16:56 差异 历史 +179 模块:GetMottos 无编辑摘要
- 16:522025年3月31日 (一) 16:52 差异 历史 +811 新 模块:RandomUtil 创建页面,内容为“-- Source: https://dontstarve.huijiwiki.com/wiki/%E6%A8%A1%E5%9D%97:Random -- Author: gjfLeo local getArgs = require("Module:Arguments").getArgs local p = {} function p.random(frame) math.randomseed(tostring(os.clock()*1000000):reverse():sub(1, 7)) local a = frame.args[1] or getArgs(frame)[1] local b = frame.args[2] or getArgs(frame)[2] local min = b and tonumber(a) or 0 local max = (b and tonumber(b) or 999) or (a and tonumber(a)) or 999 return math.…” 当前
- 16:472025年3月31日 (一) 16:47 差异 历史 +27 模板:Home/Quote 无编辑摘要
- 16:392025年3月31日 (一) 16:39 差异 历史 +49 模块:GetMottos 无编辑摘要
- 16:302025年3月31日 (一) 16:30 差异 历史 +23 模块:GlobalVars 无编辑摘要
- 16:292025年3月31日 (一) 16:29 差异 历史 −6 模块:GetMottos 无编辑摘要
- 16:292025年3月31日 (一) 16:29 差异 历史 +12 模块:GetMottos 无编辑摘要
- 16:282025年3月31日 (一) 16:28 差异 历史 0 MediaWiki:Common.css 无编辑摘要
- 16:272025年3月31日 (一) 16:27 差异 历史 0 MediaWiki:Common.css 无编辑摘要
- 16:262025年3月31日 (一) 16:26 差异 历史 +11 MediaWiki:Common.css 无编辑摘要
- 16:222025年3月31日 (一) 16:22 差异 历史 +39 MediaWiki:Common.css 无编辑摘要
- 16:212025年3月31日 (一) 16:21 差异 历史 +178 MediaWiki:Common.css 无编辑摘要
- 16:182025年3月31日 (一) 16:18 差异 历史 +200 MediaWiki:Common.css 无编辑摘要
- 16:002025年3月31日 (一) 16:00 差异 历史 −17 模板:Home/Quote 无编辑摘要
- 15:592025年3月31日 (一) 15:59 差异 历史 +91 新 模板:Home/Quote 创建页面,内容为“{{Card|content=<blockquote>{{Card|content={{#invoke: GetMottos|getMottos}}}}</blockquote>}}”
- 15:592025年3月31日 (一) 15:59 差异 历史 +148 模块:GetMottos 无编辑摘要
- 15:472025年3月31日 (一) 15:47 差异 历史 0 模块:GetMottos 无编辑摘要
- 15:462025年3月31日 (一) 15:46 差异 历史 +18 首页 无编辑摘要
- 15:452025年3月31日 (一) 15:45 差异 历史 −5 模板:Card 无编辑摘要
- 15:442025年3月31日 (一) 15:44 差异 历史 +360 新 模块:GetMottos 创建页面,内容为“local getArgs = require('Module:Arguments').getArgs local mottos = require('Module:GlobalVars').mottos local stringUtil = require('Module:StringUtil') local p = {} function p.exec() local index = math.random(#mottos) return stringUtil.split(mottos[index], '@') end function p.getGenres(frame) -- local args = getArgs(frame) return p.exec() end return p”
- 15:442025年3月31日 (一) 15:44 差异 历史 0 模块:GlobalVars 无编辑摘要
- 15:422025年3月31日 (一) 15:42 差异 历史 −230 模块:GetGenres 无编辑摘要
- 15:402025年3月31日 (一) 15:40 差异 历史 0 小 模块:StringUtil AkiraZea移动页面模块:String至模块:StringUtil,不留重定向
- 15:292025年3月31日 (一) 15:29 差异 历史 +310 新 模块:StringUtil 创建页面,内容为“local p = {} function p.replace(str, target, result) local res = str:gsub(target, result) return res end function p.split(str, separator) local fields = {} local temp = str:gsub(", ", ",") temp:gsub("[^"..separator.."]+", function(c) fields[#fields + 1] = c end) return fields end return p”
- 15:252025年3月31日 (一) 15:25 差异 历史 −6 模块:GlobalVars 无编辑摘要
- 15:122025年3月31日 (一) 15:12 差异 历史 −391 模块:GetGenres 无编辑摘要
- 15:122025年3月31日 (一) 15:12 差异 历史 +41 模块:GlobalVars 无编辑摘要
- 15:092025年3月31日 (一) 15:09 差异 历史 +465 新 模块:GlobalVars 创建页面,内容为“local p = {} p.genres = { Arcade = '街机', Adventure = '冒险', ['Hack and slash/Beat 'em up'] = '清版动作', Shooter = '射击', Simulator = '模拟', Strategy = '策略', Indie = '独立', Platform = '平台', Puzzle = '解谜', Racing = '竞速', ['Real Time Strategy (RTS)'] = '即时战略', ['Role-playing (RPG)'] = '角色扮演', Sport = '运动', Tactical = '战术', ['Turn-based strategy (TBS)'] = '回合制策略' } return p”
- 15:042025年3月31日 (一) 15:04 差异 历史 +27 模板:Home/Navigation 无编辑摘要
- 14:192025年3月31日 (一) 14:19 差异 历史 +2 首页 无编辑摘要
- 14:192025年3月31日 (一) 14:19 差异 历史 +30 模板:Home/Navigation 无编辑摘要
- 14:172025年3月31日 (一) 14:17 差异 历史 +108 首页 无编辑摘要
- 14:142025年3月31日 (一) 14:14 差异 历史 +27 模板:Card 无编辑摘要
- 14:142025年3月31日 (一) 14:14 差异 历史 −1 首页 无编辑摘要 标签:手工回退
- 14:132025年3月31日 (一) 14:13 差异 历史 +1 首页 无编辑摘要 标签:手工回退 已被回退