Module:Official website: Difference between revisions

Content deleted Content added
renderTrackingCategory updates
tabs
Line 115:
end
local category
local wikidataurl = fetchWikidataUrl()
if not url and not wikidataurl then
category = 'Official website missing URL'
elseif not url and wikidataurl then
return ''
elseif url and wikidataurl then
if url ~= wikidataurl then
category = 'Official website different in Wikidata and Wikipedia'