Content deleted Content added
update to use new mw.wikibase API changes |
remove mobile and flash options, 50 uses in 300k does not support the additional complexity |
||
Line 107:
ret[#ret + 1] = '[[File:OOjs UI icon edit-ltr-progressive.svg |frameless |text-top |10px |alt=Edit this at Wikidata |link=https://www.wikidata.org/wiki/' .. qid .. '#P856|Edit this at Wikidata]]'
end
end
return table.concat(ret, ' ')
Line 146 ⟶ 137:
url = url,
wikidataurl = wikidataurl,
display = args[2] or args.name or 'Official website'
}
return formattedUrl .. renderTrackingCategory(url, wikidataurl)
|