模块:数据:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第75行: | 第75行: | ||
local shipName = frame.args[1] | local shipName = frame.args[1] | ||
local dialogue = frame.args[2] | local dialogue = frame.args[2] | ||
local ret = text[shipName][dialogue] | |||
if ret == nil then ret = '' end | |||
return ret | |||
end | end | ||