ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
local cube_arg = string.sub(name, j); | local cube_arg = string.sub(name, j); | ||
name = name:gsub('%sModCube[0-9]', ''); | name = name:gsub('%sModCube[0-9]', ''); | ||
cube = ' | cube = frame:expandTemplate{ | ||
title = 'Mod Cube', | |||
arg = {trim(cube_arg)} | |||
} | |||
if not (lock == '') then | if not (lock == '') then | ||
cube = ' ' .. cube; | cube = ' ' .. cube; |