Module:Official website: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 94: Line 94:
'</strong>'
'</strong>'
if qid then
if qid then
result = result.. ' [[File:OOjs UI icon edit-ltr-progressive.svg |frameless |text-top |10px |alt=Edit the Wikidata entry for this wiki |link=https://en.seminaverbi.bibleget.io/wiki/Item:' .. qid .. '#P7736|Edit the Wikidata entry on this wiki]]'
result = result.. ' [[File:OOjs UI icon edit-ltr-progressive.svg |frameless |text-top |10px |alt=Edit the Wikidata entry on this wiki |link=https://en.seminaverbi.bibleget.io/wiki/Item:' .. qid .. '#P7736|Edit the Wikidata entry on this wiki]]'
end
end
return result
return result
Line 107: Line 107:
local qid = entity.id
local qid = entity.id
if qid then
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]]'
ret[#ret + 1] = '[[File:OOjs UI icon edit-ltr-progressive.svg |frameless |text-top |10px |alt=Edit the Wikidata entry on this wiki |link=https://en.seminaverbi.bibleget.io/wiki/Item:' .. qid .. '#P7736|Edit the Wikidata entry on this wiki]]'
end
end
end
end
Line 113: Line 113:
ret[#ret + 1] = mw.getCurrentFrame():expandTemplate{
ret[#ret + 1] = mw.getCurrentFrame():expandTemplate{
title = 'Color',
title = 'Color',
args = {'#505050', '(Requires [[Adobe Flash Player]])'}
args = {'#505050', '(Requires [[wikipedia:Adobe Flash Player|Adobe Flash Player]])'}
}
}
end
end