MediaWiki talk

Gadget-LinguaImporter.js

Revision as of 05:51, 29 April 2019 by Pamputt (talk | contribs) (Created page with "== 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)