模块:数据:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第70行: | 第70行: | ||
local shipName = frame.args[1] | local shipName = frame.args[1] | ||
return replaceCountryName(text[shipName]['简介']) | return replaceCountryName(text[shipName]['简介']) | ||
end | |||
p['台词'] = function(frame) | |||
local shipName = frame.args[1] | |||
local dialogue = frame.args[2] | |||
return text[shipName][dialogue] | |||
end | end | ||
| 第86行: | 第92行: | ||
p.debug = function() | p.debug = function() | ||
f = { } | f = { } | ||
f.args = { ' | f.args = { '萤火虫', '白天1' } | ||
return p[' | return p['台词'](f) | ||
end | end | ||
return p | return p | ||