Modul:External links/testtilfeller


-- Unit tests for [[Module:External links]]. Click talk page to run tests.
local p = require('Module:UnitTests')
 
function p:test_Film()
    self:preprocess_equals('{{#invoke:External links|getLinks|conf=Film|uten kategorier=1}}', "\n* ''Artikkelen mangler oppslag i Wikidata''")
    self:preprocess_equals('{{#invoke:External links|getLinks|conf=Film|prop=P345|P345=tt0085255|tittel=Blue Thunder|uten kategorier=1}}', "\n* <span class=\"bjeller\" style=\"color: gray;cursor:help;\" title=\"{{#language:en|no}}\"><small>(en)</small></span> [http://www.imdb.com/title/tt0085255/ ''Blue Thunder''] på [[Internet Movie Database]]")
end
 
return p