MediaWiki talk

Gadget-LinguaImporter.js

Import descriptions and aliases

I created T215056 on Phabricator. To help to solve it, I guess, one needs to add two lines in this script after "newItem.labels = wikidataItem.getLabels();" such as

  • newItem.descriptions = wikidataItem.getDescriptions();
  • newItem.aliases = wikidataItem.getAliases();

However, I am not able to find the documentation of this "get" functions. So I prefer to ask here before trying. Pamputt (talk) 05:51, 29 April 2019 (UTC)