打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

模块:数据:修订间差异

来自舰R百科
无编辑摘要
无编辑摘要
第70行: 第70行:
p['简介'] = function(frame)
p['简介'] = function(frame)
     local shipName = frame.args[1]
     local shipName = frame.args[1]
     return replaceCountryName(text[shipName]['简介'])
     return replaceCountryName(ships[shipName]['简介'])
end
end


第76行: 第76行:
     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]
     local ret = ships[shipName][dialogue]
     if ret == nil then ret = '' end
     if ret == nil then ret = '' end
     return ret
     return ret