Sicusa的用户贡献
来自「荏苒之境」
2025年7月31日 (星期四)
- 08:422025年7月31日 (四) 08:42 差异 历史 +6,670 新 模块:Gilatoft/Compiler/Parser 创建页面,内容为“local parser = {} local function parser_error(state, message) local token = state.current_clause[state.token_index] if not token then error(("[parser] end of text: %s"):format(message), 0) end local metadata = token[1] error(("[parser] %s:%s:%s: %s"):format( metadata.location, metadata.line, metadata.column, message), 0) end local function next_sentence(state) local text = state.text local s…”
- 08:412025年7月31日 (四) 08:41 差异 历史 +15,934 新 模块:Gilatoft/Compiler/Tokenizer 创建页面,内容为“local byte = string.byte local char = string.char local sub = string.sub local gsub = string.gsub local lower = string.lower local unpack = table.unpack local concat = table.concat local tokenizer = {} local BYTE_COMMA = byte(",") local BYTE_FULL_STOP = byte(".") local BYTE_LIST_START = byte("[") local BYTE_LIST_END = byte("]") local BYTE_STRING_START = byte("\"") local BYTE_STRING_END = byte("\"") local RESERVED_CHARACTERS = { [BYTE_CO…”
- 08:412025年7月31日 (四) 08:41 差异 历史 +831 新 模块:Gilatoft/Compiler 创建页面,内容为“local tokenizer = require("Module:Gltd-Gilatoft/Compiler/Tokenizer.lua") local parser = require("Module:Gltd-Gilatoft/Compiler/Parser.lua") local assembler = require("Module:Gltd-Gilatoft/Compiler/Assembler.lua") local io_open = io.open local io_read = io.read local read = tokenizer.read local parse = parser.parse local build = assembler.build local compiler = { tokenizer = tokenizer, parser = parser, assembler = assembler } local function compi…”
- 08:392025年7月31日 (四) 08:39 差异 历史 +131 新 模块:Gilatoft 创建页面,内容为“return { compiler = require("Module:Gltd-Gilatoft/Compiler.lua"), interpreter = require("Module:Gltd-Gilatoft/Interpreter.lua") }”
- 08:382025年7月31日 (四) 08:38 差异 历史 +6,775 新 模块:Object 创建页面,内容为“local concat = table.concat local object = {} local control_escapes = { ["\a"] = "\\a", ["\b"] = "\\b", ["\f"] = "\\f", ["\v"] = "\\v", ["\n"] = "\\n", ["\r"] = "\\r" } local function unescape_string(str, unescape_table) return str :gsub("\\", "\\\\") :gsub("\"", "\\\"") :gsub(".", unescape_table or control_escapes) end object.unescape_string = unescape_string local function format_string(str) return…”
- 08:342025年7月31日 (四) 08:34 差异 历史 +25,597 新 模块:Binser 创建页面,内容为“-- binser.lua --[[ Copyright (c) 2016-2019 Calvin Rose Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to t…”
2025年7月30日 (星期三)
- 22:082025年7月30日 (三) 22:08 差异 历史 −2 塞伦共和国 无编辑摘要 标签:已被回退
- 21:182025年7月30日 (三) 21:18 差异 历史 0 「荏苒之境」归档码 无编辑摘要 当前 标签:手工回退 可视化编辑
- 20:442025年7月30日 (三) 20:44 差异 历史 −12 流云记 无编辑摘要 标签:手工回退
- 20:432025年7月30日 (三) 20:43 差异 历史 +12 流云记 无编辑摘要 标签:已被回退 可视化编辑:已切换
- 20:422025年7月30日 (三) 20:42 差异 历史 −1 流云记 无编辑摘要
- 20:422025年7月30日 (三) 20:42 差异 历史 −24 流云记 无编辑摘要
- 20:422025年7月30日 (三) 20:42 差异 历史 −1 流云记 无编辑摘要
- 20:412025年7月30日 (三) 20:41 差异 历史 +13 流云记 无编辑摘要
- 20:402025年7月30日 (三) 20:40 差异 历史 0 流云记 无编辑摘要
- 20:402025年7月30日 (三) 20:40 差异 历史 +12 流云记 无编辑摘要 标签:可视化编辑:已切换
- 20:362025年7月30日 (三) 20:36 差异 历史 0 流云记 无编辑摘要
- 20:352025年7月30日 (三) 20:35 差异 历史 +21 模板:归档头/style.css 无编辑摘要
- 20:332025年7月30日 (三) 20:33 差异 历史 0 流云语 无编辑摘要
- 20:332025年7月30日 (三) 20:33 差异 历史 +1 流云语 无编辑摘要
- 20:322025年7月30日 (三) 20:32 差异 历史 −1 流云语 无编辑摘要
- 20:322025年7月30日 (三) 20:32 差异 历史 −1 流云语 无编辑摘要
- 20:322025年7月30日 (三) 20:32 差异 历史 +5 流云语 无编辑摘要
- 20:322025年7月30日 (三) 20:32 差异 历史 +2 流云语 无编辑摘要
- 20:312025年7月30日 (三) 20:31 差异 历史 +23 流云语/ae-phlm 无编辑摘要
- 20:312025年7月30日 (三) 20:31 差异 历史 +23 Translations:流云语/1/gltd-phlm 无编辑摘要
- 20:302025年7月30日 (三) 20:30 差异 历史 −64 流云语/ae-phlm 创建页面,内容为“{{语言信息框 | 发音 = /ɸlämän/ | 区域 = 亚夜梦境 > 索恩界 > 亚夜花园 | 文字 = 云文|代码=gltd-phlm | 本名 = Phlaman | 标题颜色 = #FFF0A1 | 标题背景 = #34587F | 语系 = 亚夜语系 > 光灵语群 > 流云语 | 早期形式 = 原始亚夜语 > 古光灵诸语 > 古流云语 > 流云语 }}”
- 20:302025年7月30日 (三) 20:30 差异 历史 +375 新 Translations:流云语/1/gltd-phlm 创建页面,内容为“{{语言信息框 | 发音 = /ɸlämän/ | 区域 = 亚夜梦境 > 索恩界 > 亚夜花园 | 文字 = 云文|代码=gltd-phlm | 本名 = Phlaman | 标题颜色 = #FFF0A1 | 标题背景 = #34587F | 语系 = 亚夜语系 > 光灵语群 > 流云语 | 早期形式 = 原始亚夜语 > 古光灵诸语 > 古流云语 > 流云语 }}”
- 20:292025年7月30日 (三) 20:29 差异 历史 −1 流云语 无编辑摘要
- 20:282025年7月30日 (三) 20:28 差异 历史 +4,136 新 流云语/ae-phlm 创建页面,内容为“Phlaman”
- 20:282025年7月30日 (三) 20:28 差异 历史 +7 新 Translations:流云语/Page display title/gltd-phlm 创建页面,内容为“Phlaman” 当前
- 20:282025年7月30日 (三) 20:28 差异 历史 +77 流云语 标记此版本进行翻译
- 20:282025年7月30日 (三) 20:28 差异 历史 +23 流云语 无编辑摘要
- 20:272025年7月30日 (三) 20:27 差异 历史 −1 流云语 无编辑摘要
- 20:272025年7月30日 (三) 20:27 差异 历史 +1 流云语 无编辑摘要
- 20:262025年7月30日 (三) 20:26 差异 历史 0 流云语 无编辑摘要 标签:可视化编辑:已切换
- 20:262025年7月30日 (三) 20:26 差异 历史 +36 流云语 无编辑摘要 标签:可视化编辑:已切换
- 20:262025年7月30日 (三) 20:26 差异 历史 +34 流云语 无编辑摘要 标签:可视化编辑:已切换
- 20:252025年7月30日 (三) 20:25 差异 历史 +1 流云语 无编辑摘要
- 20:242025年7月30日 (三) 20:24 差异 历史 −23 MediaWiki:Common.css 无编辑摘要 标签:手工回退
- 20:192025年7月30日 (三) 20:19 差异 历史 +23 MediaWiki:Common.css 无编辑摘要 标签:已被回退
- 20:132025年7月30日 (三) 20:13 差异 历史 +41 克尔米勒的告示 无编辑摘要 当前 标签:可视化编辑
- 20:102025年7月30日 (三) 20:10 差异 历史 −1 「荏苒之境」语言标识码 无编辑摘要
- 20:102025年7月30日 (三) 20:10 差异 历史 +109 「荏苒之境」语言标识码 无编辑摘要 标签:可视化编辑
- 20:042025年7月30日 (三) 20:04 差异 历史 0 「荏苒之境」归档码 无编辑摘要 标签:已被回退 可视化编辑
- 20:032025年7月30日 (三) 20:03 差异 历史 0 小 「荏苒之境」图书管理庭 已保护“「荏苒之境」图书管理庭”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))
- 20:022025年7月30日 (三) 20:02 差异 历史 0 小 「荏苒之境」归档码 已保护“「荏苒之境」归档码”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))
- 20:012025年7月30日 (三) 20:01 差异 历史 +6 「荏苒之境」归档码 →格式 标签:可视化编辑
- 20:012025年7月30日 (三) 20:01 差异 历史 −18 「荏苒之境」归档码 →格式 标签:可视化编辑
- 20:002025年7月30日 (三) 20:00 差异 历史 +43 「荏苒之境」归档码 无编辑摘要 标签:可视化编辑