Modulo:Collegamenti esterni: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m mw.wikibase.getLabel tramite mWikidata |
+parametro snaktype |
||
Riga 263:
for _, linkConf in ipairs(cfg[groupName]) do
if not linkConf.istanza or checkInstance(linkConf.istanza, from) then
local url = mWikidata._getProperty({ linkConf.pid, from = from, snaktype = 'value', pattern = linkConf.url }, true)
if url then
table.insert(ret[groupName], ExtLink:new(url, linkConf, from))
|