跳到内容

Module:Topic list:修订间差异

添加140字节 、​ 2021年4月4日 (星期日)
无编辑摘要
(update)
无编辑摘要
第105行: 第105行:
--arcaeawiki
--arcaeawiki
local closed=string.match(text, "以下讨论已结束")
local closed=string.match(text, "以下讨论已结束")
if yes then return [[background-color: #efe;]] end
if yes then return [[background-color: #6495ED;]] end
if no then return [[background-color: #fee;]] end
if no then return [[background-color: #fee;]] end
if closed then return [[background-color: #8779DD;]] end
if closed then return [[background-color: #6495ED;]] end
return timestyle
return timestyle
end
end
第220行: 第220行:
if userinf[1]==1 then userstyle=[[background-color: #fcc;"]] else userstyle=[[]] end
if userinf[1]==1 then userstyle=[[background-color: #fcc;"]] else userstyle=[[]] end
if userinf[2]==1 then userstyleind=[[background-color: #fcc;"]] else userstyleind=[[]] end
if userinf[2]==1 then userstyleind=[[background-color: #fcc;"]] else userstyleind=[[]] end
if userinf[1]>=7 then userstyle=[[background-color: #ffe;"]] end
if userinf[2]>=7 then userstyleind=[[background-color: #ffe;"]] end
timestyle=close(talktext[i],time_style(time))
timestyle=close(talktext[i],time_style(time))
--组装表格一个论题的部分
--组装表格一个论题的部分