Content deleted Content added
No edit summary
No edit summary
Line 6:
local siteLabel = 'N/A'
if siteInfo then
if sceneid and sceneid ~= '' then
link = string.format(siteInfo.sceneFormat, sceneid)
elseif id and id ~= '' then
link = string.format(siteInfo.idFormat, id)
else