Module:SiteList: Difference between revisions

Jump to navigation Jump to search
127 bytes removed ,  21 July 2023
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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

Navigation menu