[16:32:05] hi [16:32:25] I'd like to have an attribute that is a list of certain strings [16:32:38] I want it to store in which teams a certain user is [16:33:03] and I want to let the user choose from a set of teams in semantic forms with checkboxes [16:33:12] which datatype would I use for that and how can I achieve the checkbox behaviour? [16:33:24] the list itself should preferably be stored as a string separated by commas [16:38:53] zuloyd: the property should be of type "Page", with a set of allowed values using "Allows value". [16:39:26] Then, the template should call #arraymap on that parameter, so that the parameter can hold a list of values. [16:39:46] If you use Special:CreateClass, you can have all of that done automatically. [16:42:35] thanks! that works [16:42:52] Cool. [16:44:31] just one more thing: I have put this into my template: [[Teams::{{#arraymap:{{{Teams|}}}|,|x|[[Hat Team::x]]}}]] [16:44:51] this results in something like this: WebTEAM, LinguisticTEAM]] [16:44:59] the trailing ]] is wrong [16:47:01] oh never mind, I just need to remove the [[Teams:: and the ]] [18:20:37] New patchset: Yaron Koren; "Fixes for partial form handling, thanks to patch from Sebastian Richter" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/71846 [18:24:46] Change merged: Yaron Koren; [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/71846