Content deleted Content added
fix frame error; ignore lang code from Wikidata if it's English |
fixed wikidata query for language code |
||
Line 77:
end)
local lang = quickPcall(function()
local langItemId = websites[1].qualifiers.P407[1].datavalue.value.id
local langItem = mw.wikibase.getEntity(langItemId)
local iso639_3 = langItem.
if iso639_3 ~= "eng" then
return iso639_3
|