All public logs
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:54, 8 January 2025 Mwroot talk contribs created page Module:GetSpanContent (Created page with "local p = {} function p.getSpanContent(frame) -- 获取页面的内容 local title = mw.title.getCurrentTitle() local content = title:getContent() if not content then return '<span style="color: orange;">无法获取页面内容,可能页面为空或不存在。</span>' end -- 从调用中获取 id 参数 local span_id = frame.args[1] or "xxx" -- 匹配指定 id 的 span 内容 local pattern = '<span%s+id="' .. span_id .....")