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

模块:Fd:修订历史

来自英雄联盟维基百科

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年2月18日 (星期日)

  • 当前之前 15:092024年2月18日 (日) 15:09AdorableKilla 讨论 贡献 2,073字节 +2,073 创建页面,内容为“--<pre> local p = {} local find = string.find local tostring,match = tostring,match function p.get(frame) local args = (frame.args[1] and frame.args) or frame:getParent().args args[1] = tostring(args[1]) if find(args[1],".", 1, true) == nil or find(args[1], "[0-9]") == nil then return args[1] end if find(args[1], "</span>", 1, true) == nil then local a, b, c = args[1]:match"([^%.]*)%.([0-9]*)(.*)" return a .. ".…”