6,571
个编辑
小 (update) |
小无编辑摘要 |
||
第105行: | 第105行: | ||
--arcaeawiki | --arcaeawiki | ||
local closed=string.match(text, "以下讨论已结束") | local closed=string.match(text, "以下讨论已结束") | ||
if yes then return [[background-color: # | 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: # | 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)) | ||
--组装表格一个论题的部分 | --组装表格一个论题的部分 |