跳到内容

Module:Topic list:修订间差异

添加90字节 、​ 2024年8月7日 (星期三)
添加未签名情况
无编辑摘要
(添加未签名情况)
 
第22行: 第22行:


function getTimeStyle(time)
function getTimeStyle(time)
if not time then return '未签名' end
local _, _, year, month, day, hour, min = time:find '(%d+)年(%d+)月(%d+)日%s%(.-%)%s(%d+):(%d+)'
local _, _, year, month, day, hour, min = time:find '(%d+)年(%d+)月(%d+)日%s%(.-%)%s(%d+):(%d+)'


第79行: 第80行:


function makeUserLink(text)
function makeUserLink(text)
if not text then return '未签名' end
-- 输入用户名以及带有ip:前缀的ip用户。
-- 输入用户名以及带有ip:前缀的ip用户。
local ipUser = text:match 'ip:(.*)'
local ipUser = text:match 'ip:(.*)'
第157行: 第159行:
'| ' .. makeUserLink(userInfo.firstUser),
'| ' .. makeUserLink(userInfo.firstUser),
'| style="' .. timeStyle .. '" | ' .. makeUserLink(userInfo.lastUser),
'| style="' .. timeStyle .. '" | ' .. makeUserLink(userInfo.lastUser),
'| class="talkpage-topic-list-time" style="' .. timeStyle .. '" | ' .. time
'| class="talkpage-topic-list-time" style="' .. timeStyle .. '" | ' .. (time or '')
},
},
'\n'
'\n'
966

个编辑