跳转到内容

Module:Furigana:修订间差异

无编辑摘要
标签已被回退
无编辑摘要
标签手工回退
 
(未显示同一用户的8个中间版本)
第168行: 第168行:
if mw.isSubsting() then
if mw.isSubsting() then
local prefix = '{{'..template..'|'
local prefix = '{{'..template..'|'
if string.lower(template) == 'photrans' then
return p.process(args, function (rb, rt)
return p.process(args, function (rb, rt)
return prefix..rb..'|'..rt..'}}'
return prefix..rb..'_'..rt..'}}'
end)
end)
else
return p.process(args, function (rb, rt)
return prefix..rb..'|'..rt..'}}'
end)
end
end
end