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

“模块:Photrans”的版本间差异

跳转到导航 跳转到搜索
添加26字节 、​ 2022年1月14日 (五) 02:21
无编辑摘要
end
function one(args)
local rb, rt, rt2 = mw.text.split(args, '_')[1]
local rt = rtargs[2] or ' '
local rt2 = args[3]
return '<ruby><rb>'..rb..'</rb><rt'..(rt2 and '>' or ' class="photrans-s">')..
(rt2 and rt or '<span>'..rt..'</span>')..'</rt></ruby>'
return multi(args)
else
return one(mw.text.split(args[1], '-'))
end
end
16,872

个编辑

导航菜单