Модуль:Prototypes/Хранилище/Предмет: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 68: | Строка 68: | ||
end | end | ||
local amount = content.amount and string.format(" [%d]", content.amount) or "" | local amount = content.amount and string.format(" [%d]", content.amount) or "" | ||
local prob = "" | local prob = "" | ||
| Строка 82: | Строка 80: | ||
return string.format( | return string.format( | ||
'{{LinkСard| | '{{LinkСard/Песочница|%s|name=%s%s}}', | ||
content.id, amount, prob | |||
) | ) | ||
end | end | ||