[19:20:17] hey , i got P7882 approved but i now realize that it seems like the format isn't so simple as i thought [19:20:53] i thought the property could be used to generate links by just taking the first letter of a hyphenated lowercase full-name, which is what the property now contains [19:21:23] but it breaks for Q3744442, since her ft.dk page is https://www.ft.dk/medlemmer/mf/oe/oezlem-sara-cekic [19:21:47] so from "oezlem-sara-cekic" there is no way to get "oe" [19:21:58] which is also a needed component of the URL... [19:23:21] so i was thinking to change the property to include the "oe/" part, but since that part is usually just the first letter, i thought it was a bit redundant like that. [19:23:25] what would you suggest? [19:26:18] i think i could say: if the slug contains '/', then don't infer the "oe/" part. if it doesn't contain '/', infer it. [19:26:56] since the links are currently generated using lua, it actually wouldn't be so difficult... [19:41:37] ok, implemented and working :) [19:41:45] (usage on da.wikipedia)