Module:Musician tour stats: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:
showStr = showStr .. '(featuring [[' .. data['featuring_artist'] .. ']]) '
showStr = showStr .. '(featuring [[' .. data['featuring_artist'] .. ']]) '
end
end
if data['venue'] ~= '' then
if data['venue'] ~= nil then
showStr = showStr .. 'at ' .. data['venue']
showStr = showStr .. 'at ' .. data['venue']
if data['location'] ~= '' then
if data['location'] ~= '' then