跳转到内容

Module:Furigana:修订间差异

无编辑摘要
标签已被回退
无编辑摘要
标签手工回退
 
(未显示同一用户的5个中间版本)
第190行: 第190行:
end
end


if string.lower(template) == 'photrans' then
return p.process(args, function (rb, rt)
return p.process(args, function (rb, rt)
return frame:expandTemplate {
return frame:expandTemplate {
title = template,
title = template,
args = { rb, rt },
args = { rb..'_'..rt },
}
}
end)
end)
else
return p.process(args, function (rb, rt)
return frame:expandTemplate {
title = template,
args = { rb, rt },
}
end)
end
end
end


return p
return p