所有公开日志

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

日志
  • 2022年2月21日 (一) 17:15 Rmolives 讨论 贡献还原页面模块:NeteaseMusic(1个修订版本)
  • 2022年2月21日 (一) 16:49 Rmolives 讨论 贡献删除页面模块:NeteaseMusic (内容为:“local p = {} function p.getMusicId(url) return string.match(url, "[%?&]id=(%d+)") end function p.checkMusicId(id) return string.match(id, "^%d+$") ~= nil end function p.player(frame) local musicId = frame.args[1] local autoPlay = frame.args.auto and (frame.args.auto == "1" or frame.args.auto == "true") local autoPlayStr = "0" if autoPlay then autoPlayStr = "1"…”,唯一贡献者是“Rmolives”(讨论))
  • 2022年2月21日 (一) 16:36 Rmolives 讨论 贡献创建了页面模块:NeteaseMusic (创建页面,内容为“local p = {} function p.getMusicId(url) return string.match(url, "[%?&]id=(%d+)") end function p.checkMusicId(id) return string.match(id, "^%d+$") ~= nil end function p.player(frame) local musicId = frame.args[1] local autoPlay = frame.args.auto and (frame.args.auto == "1" or frame.args.auto == "true") local autoPlayStr = "0" if autoPlay then autoPlayStr = "1" end if musicId ~= nil and p.checkMusicId(musicId) then return '<div class="netease-mu…”)