[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-08-07 Thread hoo
hoo updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...for example `mw.wikibase.getLemmas() could return an array of Lemmas + language codes (like a term) lexemeId )` would return a table (indexed by language codes) holding tables consisting of the language + the lemma

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-14 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...In order to be able to reference a Lexeme in wiki text and show its Lemma we should have a Lua function that takes a Lexeme ID and returns the Lemma of that Lexeme. **Example:**...* What do we showreturn

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-14 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...for example mw.wikibase.getLemmas() could return an array of Lemmas + language codes (like a term) See also https://www.mediawiki.org/wiki/Extension:Wikibase_Client/Lua **BDD**...TASK

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-13 Thread Tarrow
Tarrow updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* Currently lua is disabled for access to Lexeme data. How did we do this? Can we re-enable it just bit-by-bit? * Do we care about the ordering of the lemmas?TASK DETAILhttps://phabricator.wikimedia.org/T195895EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-13 Thread Tarrow
Tarrow updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* Do you want to select a specific language's spelling variant lemma with another function?...TASK DETAILhttps://phabricator.wikimedia.org/T195895EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-13 Thread Tarrow
Tarrow updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* Do you want to select a specific language's lemma with another fuction? * Currently lua is disabled for access to Lexeme data. How did we do this? Can we re-enable it just bit-by-bit?TASK

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-13 Thread Tarrow
Tarrow updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...In order to be able to reference a Lexeme in wiki text and show its Lemma we should have a Lua function that takes a Lexeme ID and returns the Lemma of that Lexeme. **Example:** for example mw.wikibase.getLemmas()

[Wikidata-bugs] [Maniphest] [Edited] T195895: Lua function to get Lemma of a Lexeme

2018-07-08 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONAs a template editor I want to be able to access the Lemma(s) of a Lexeme in order to show a meaningful representation instead of just an ID to the user. In order to be able to reference a Lexeme in wiki text