诚邀有MediaWiki开发维护经验的朋友和我们一起共建英雄联盟中文Wiki平台,期待你的加入! 甜咖啡(QQ:815798492)(微信:glf101012) 请备注来意,并附带您的GitHub/Gitee主页或作品链接。

所有公开日志

所有英雄联盟维基百科公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2024年2月19日 (一) 19:08 AdorableKilla 讨论 贡献创建了页面模块:Profile-Icons/V1/getter (创建页面,内容为“-- <pre> local p = {} ------------------------------------------- -- general loading and merging table stuff ------------------------------------------- local function safeLoad(specifier) local ok, pkg = pcall(mw.loadData, specifier); if ok then return pkg; end return {}; end --deep table merge local function assign(target, source) for key, value in pairs(source) do if type(value) == "table" and type(target[key]) == "table" then assign(target[key],…”)