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

添加940字节 、​ 2024年1月10日 (星期三)
解决colspan和rowspan撞到一起的时候缩进错误的bug:What a Wonderful Radio!!#节目表第92行
Zth讨论 | 贡献
(解决colspan和rowspan撞到一起的时候缩进错误的bug:What a Wonderful Radio!!#节目表第92行)
 
(未显示2个用户的12个中间版本)
end
 
function spanrspan(str)
return mw.ustring.match(str, "rowspan%s*=%s*[\"\']?(%d+)") or 1
end
 
function cspan(str)
return mw.ustring.match(str, "colspan%s*=%s*[\"\']?(%d+)") or 1
end
 
function ktype(str)
local key = str:sub(1, 2)
if key == "cv" or key == "CV" then
return "read"
elseif key == "BV" or key == "bv" or key == "AV" or key == "av" then
return "video"
end
end
 
local id = args.start or 1
local rowspan = {}
local colspan = 0
local urlcol = tonumber(args.urlcol)
for k,v in ipairs(args) do
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]
colspan = 0
else
rowspan[i] = rowspan[i] or 0
if rowspan[i] > 0 then
rowspan[i] = rowspan[i] - 1
if colspan > 0 then
colspan = colspan - 1
end
elseif colspan > 0 then
colspan = colspan - 1
else
local td = cell(v)
if td[1] then
rowspan[i] = spanrspan(td[1]) - 1
colspan = cspan(td[1]) - 1
end
if i == (ncvcols % ncols) then
local videoresult = stringresult.."\n|"..match(td[21], or "^[%l%u%d]+")
localif link = string.match(td[2], "^[%l%u%d%p]+")then
local label result = mwresult.ustring.match(td[2], "【(.+)】 |")
result = result.."||" for index,value in ipairs(mw.text.split(td[12] or, ";")..) do
(video and " |<div class=\"local video-link\">[https://www.bilibili.com/video/"..link.." "..video.."]".= string.match(label orvalue, "^[%l%u%d]+").."</div>" or
" style local link =\"text-align:center\ string.match(value, "|–^[%l%u%d%p]+")
local label = mw.ustring.match(value, "【(.+)】")
result = result..(video and
"<div class=\"video-link\">[https://www.bilibili.com/video/"..link.." "..video.."]"..(label or "").."</div>"
or "")
end
else
result = result.." style=\"text-align:center\"|–"
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 " |<div class=\"video-link\"|>[https://www.bilibili.com/read"..ktype(td[2]).."/"..td[2].." "..td[2].."]</div>")
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], "、")}))
14,884

个编辑