Anonymous

Module:SkillNav: Difference between revisions

From Elwiki
m
Lu/Ciel is a problem not only for KoG
(added better handling of collapsibles)
m (Lu/Ciel is a problem not only for KoG)
Line 236: Line 236:
                     end
                     end
                     -- Remove stuff like (Elesis) or (Elsword) in skill display name
                     -- Remove stuff like (Elesis) or (Elsword) in skill display name
                     v_display_name = v_display_name:gsub("%s%(%w+%)", "");
                     v_display_name = v_display_name:gsub("%s%[%(w%)/]+", "");


                     -- Append the actual skills.
                     -- Append the actual skills.