「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