Module:SkillTable: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 66: Line 66:
             local o, cube_arg = string.find(s, 'ModCube[0-9]');
             local o, cube_arg = string.find(s, 'ModCube[0-9]');
             local cube_arg = string.sub(s, j);
             local cube_arg = string.sub(s, j);
             name = name:gsub('ModCube[0-9]', '');
             name = name:gsub('%sModCube[0-9]', '');
             local cube = frame:expandTemplate{
             local cube = frame:expandTemplate{
                 title = 'ModCube',
                 title = 'ModCube',