Модуль:Meta Sprite: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 16: | Строка 16: | ||
local mode = frame.args[1] -- Режим | local mode = frame.args[1] -- Режим | ||
local filePath = require("Module:FilePath") | local filePath = require("Module:FilePath") | ||
local path = filePath.getOthersPath("".. | local path2 = frame.args[2] | ||
local path = filePath.getOthersPath(""..path2.."") -- Путь | |||
if not mode or not path then | if not mode or not path then | ||