Модуль:Prototypes/Роль/Экипировка: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 55: | Строка 55: | ||
local function processResult(itemId, result, radioMode, frame) | local function processResult(itemId, result, radioMode, frame) | ||
if radioMode then | if radioMode then | ||
return frame:preprocess(string.format("{{#invoke:Prototypes/Механика/Частоты|main | return frame:preprocess(string.format("{{#invoke:Prototypes/Механика/Частоты|main|%s}}", itemId)) | ||
else | else | ||
return frame:preprocess(result) | return frame:preprocess(result) | ||