Content deleted Content added
Fix too small font per MOS:FONTSIZE. When format= is used inside Template:Infobox, text size was 90% of 88%. |
update to use new mw.wikibase API changes |
||
Line 45:
-- Get objects for all official sites on Wikidata.
local websites = quickPcall(function ()
return mw.wikibase.
end)
Line 88:
local function renderUrl(options)
if not options.url and not options.wikidataurl then
local
local result = '<strong class="error">' ..
'No URL found. Please specify a URL here or add one to Wikidata.' ..
Line 104 ⟶ 103:
)
if options.wikidataurl and not options.url then
local
if qid then
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]]'
|