[17:56:14] Could someone please take care of T395219 ? Reverting all vandalism manually is not much fun. [20:24:29] I created the composition Z28949 as a second implementation of function Z28670. I want to get the selected options for the four function arguments as a string. It did not work so far. Can please someone help me. I tried to cancatenate the arguments but it did not work. [21:07:13] If you want to get the text from Wikidata, you first need to choose between L59500 and L495109 based on “definiteness”. Then you have to expect that there will not be plural forms for “ein” and there will not be gendered forms for the plural of “das”. You could handle that with fallback, expecting an empty string when the form is missing (indefinite plural) and not sp [21:07:13] [21:07:13] ecifying the gender for the definite plural. Does that help? (re @hogue_456: I created the composition Z28949 as a second implementation of function Z28670. I want to get the selected options for the four ...) [21:08:41] I want to get the selections the user made for each of the four function arguments. [21:09:12] I dont need a text from Wikidata. The QID is enough. [21:10:47] Ah… that would be a different function. Z28670 returns a string. (re @hogue_456: I dont need a text from Wikidata. The QID is enough.) [21:18:13] https://www.wikifunctions.org/view/en/Z28949 is a implementation of Z28670 what is not ready so far. So what functions do I need. As I want to make a implementation with a decision table. I want to concat all inputs to one string. [21:35:00] Something like: [21:35:01] *composition [21:35:03] * [21:35:04] join list of strings with delimiter (https://www.wikifunctions.org/view/en/Z12899) (Typed list (https://www.wikifunctions.org/view/en/Z881) (String, (https://www.wikifunctions.org/view/en/Z6) Wikidata item reference ID string (https://www.wikifunctions.org/view/en/Z20041) (Get Wikidata reference from enum instance (https://www.wikifunctions.org/view/en/Z6895) ( [21:35:06] definiteness))), ", ") [21:35:07] I suppose… (re @hogue_456: https://www.wikifunctions.org/view/en/Z28949 is a implementation of Z28670 what is not ready so far. So what functions do I need...)