Module:ConfigRepository: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 175: | Line 175: | ||
return select(1, CanonicalForms.normalize(value, p.templates.Person.mappings.community)) or value | return select(1, CanonicalForms.normalize(value, p.templates.Person.mappings.community)) or value | ||
end, | end, | ||
[ | ["Knows language"] = function(value) | ||
-- Return raw value, the semantic property should store the raw data | -- Return raw value, the semantic property should store the raw data | ||
return value | return value | ||