Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 6:
local siteLabel = 'N/A'
if siteInfo then
if sceneid =and mw.text.trim(sceneid) --~= удаляем'' пробелыthen
id = mw.text.trim(id)
if sceneid ~= '' then -- если строка не пустая
link = string.format(siteInfo.sceneFormat, sceneid)
elseif id and id ~= '' then
link = string.format(siteInfo.idFormat, id)
else