«Մոդուլ:Նավարկում մինի»–ի խմբագրումների տարբերություն

Content deleted Content added
No edit summary
No edit summary
 
Տող 165.
wikidataInterwiki['wikidata'] = entity.id
wikidataInterwiki = p.populateInterwikiByEntity(entity, wikidataInterwiki)
if wikidataInterwiki['ruwikisourcehywikisource'] == mw.title.getCurrentTitle().fullText then
wikidataInterwiki['ruwikisourcehywikisource'] = nil
end;
end;
Տող 182.
end
function result:add_cat(s)
table.insert(self.categories, '[[КатегорияԿատեգորիա:'..s..']]')
table.insert(self.categories_raw, s)
end
Տող 297.
if s_link then
local s_title = ""; if ( dataset.IS_PRS ) then s_title = project.titlePRS else s_title = project.title end
table.insert(links, "[[ФайлFile:"..project.logo.."|13px|link="..s_link .."]] [["..s_link.."|"..s_title.."]]")
end
end
Տող 304.
if #links > 0 then
links = table.concat(links, ' ')
result = "&nbsp;<span style=\"float:right;\">'''Википроекты:Վիքինախագծեր'''&nbsp;"..links..'</span>'
end
if #dataset.categories > 0 then result = result .. table.concat(dataset.categories) end