跳到内容

Module:LoadJson:修订间差异

添加119字节 、​ 2021年5月20日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第3行: 第3行:
function p.Songlist()
function p.Songlist()
return mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate{ title = 'Songlist' } )
return mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate{ title = 'Songlist' } )
end
function p.SonglistNS()
return mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate{ title = 'Songlist NS' } )
end
end