6,571
个编辑
小无编辑摘要 |
小无编辑摘要 |
||
第15行: | 第15行: | ||
function p.unlocks() | function p.unlocks() | ||
return mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate{ title = 'unlocks' } ) | return mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate{ title = 'unlocks' } ) | ||
end | |||
function p.ChartConstant() | |||
return mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate{ title = 'ChartConstant.json' } ) | |||
end | end | ||
return p | return p |