Module:Itemnumber: Difference between revisions
No edit summary |
No edit summary |
||
Line 100: | Line 100: | ||
ret[#ret + 1] = string.format( | ret[#ret + 1] = string.format( | ||
'<span class="official-website">%s</span>', | '<span class="official-website">%s</span>', | ||
makeUrl(options.url or options.wikidataurl | options.display | ||
-- makeUrl(options.url or options.wikidataurl, options.display) | |||
) | ) | ||
if options.wikidataurl and not options.url then | if options.wikidataurl and not options.url then |