Content deleted Content added
strip trailing slash in comparison per request at Wikipedia_talk:External_links#Official_website_template |
typo |
||
Line 120:
return ''
elseif url and wikidataurl then
if url:gsub('/%s*$', '') ~= wikidataurl:gsub('/%s*$', '') then
category = 'Official website different in Wikidata and Wikipedia'
end
|