跳到内容

Module:沙盒/Economy666/SongCollectionMulti:修订间差异

i
无编辑摘要
(i)
第129行: 第129行:
local artist_list = cal[string.gsub(song.artist, ' ' , '')]
local artist_list = cal[string.gsub(song.artist, ' ' , '')]
if artist_list then
if artist_list then
    for _, data in pairs(artist_list) do
    for _, data in ipairs(artist_list) do
    local display_ja = formatJapaneseText(data.display)
    local display_ja = formatJapaneseText(data.display)
    if data.link then
    if data.link then
918

个编辑