Module:Songs: Difference between revisions

Jump to navigation Jump to search
77 bytes added ,  Thursday at 01:20
no edit summary
mNo edit summary
No edit summary
Line 71: Line 71:
if result.type == "solover" then
if result.type == "solover" then
type = "'''" .. horseName .. " ver.'''"
type = "'''" .. horseName .. " ver.'''"
elseif #singers == 1 then
elseif result.type == "remix" then
type = "'''Solo'''"
type = "Group (Remix)"
elseif not result.type then
elseif not result.type then
type = "Group"
if #singers == 1 then
type = "'''Solo'''"
else
type = "Group"
end
end
end


Navigation menu