所有公开日志

所有有兽档案馆公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2023年7月20日 (四) 17:50 未白 留言 贡献创建了页面Module:Complex Number/Calculate/Operators (创建页面,内容为“local p={} local function numberToAZ(num) local body = '' local s = tostring(math.floor(tonumber(num))) for i = 1, mw.ustring.len(s) do body = body .. mw.ustring.char(tonumber(mw.ustring.sub(s, i, i)) + 65) end return body end function p.fill_function(in_ftable, final_scope) for k,v in pairs(in_ftable) do if type(v) ~= type(function()end) then final_scope['*$'..k]=in_ftable[k]final_scope[k]=function(...)return final_scope['*$'..k]:func(...)end end…”)