LLWiki正在建设中,欢迎加入我们

“模块:Radio-list”的版本间差异

跳转到导航 跳转到搜索
添加5字节 、​ 2022年1月21日 (五) 13:40
无编辑摘要
标签移动版网页编辑 移动版编辑
if i == 1 then
local date = date(v)
result = result.."\n|-\n|"..(date[1] == 1 and id or "style=\"text-align:center\"|–").."|\n|"..date[2]
id = id + date[1]
else
end
if i == (ncvcols % ncols) then
result = result.."|\n|"..(td[1] or "")
if td[2] then
result = result.." |"
end
elseif i == 0 then
result = result.."|\n|"..(td[1] and td[1].."|" or "")..td[2]
elseif i == urlcol then
result = result.."|\n|"..(td[1] or "")..
(td[2] == "" and " |–" or " class=\"video-link\"|[https://www.bilibili.com/read/"..td[2].." "..td[2].."]")
else
result = result.."|\n|"..(td[1] or "")..
(td[2] == "" and " class=\"table-none\"| " or
(" |"..frame:expandTemplate{title = "memberlink/cv", args = mw.text.split(td[2], "、")}))
16,874

个编辑

导航菜单