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

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

跳转到导航 跳转到搜索
添加45字节 、​ 2020年10月10日 (六) 06:58
无编辑摘要
local getArgs = require('Module:Arguments').getArgs
local p = {}
--[[
 
function date(string)
local skip = 1
return mw.ustring.match("rowspan= style=\"a:b\"{{!}}c", "rowspan%s*=%s*[\"\']?(%d+)")
end
]]--
 
function p.main(frame)
local args = getArgs(frame, {removeBlanks = false})
--local result = "{|class=\"wikitable radio-list"..(args.comment and " radio-with-comment" or "").."\"\n!#!!配信日期"
--local ncols = 2 + (args.comment and 1 or 0)
--local ncvcols = 2
ifreturn args.cvcols and args.cvcols ~= "" then
--[[if args.cvcols and args.cvcols ~= "" then
local cvcols = mw.text.split(args.cvcols, "、")
for k,v in ipairs(cvcols) do
end
end
return result.."\n|}"]]--
end
 
16,874

个编辑

导航菜单