Модуль:Prototypes/Машина/Станок: различия между версиями

Нет описания правки
Нет описания правки
Строка 88: Строка 88:
-----------------------------------------------------------
-----------------------------------------------------------
function p.main(frame)
function p.main(frame)
    -- Подключение CSS
    local cssLink = frame:extensionTag('templatestyles', '', {
        src = 'Шаблон:Prototypes/Машина/Станок/styles.css'
    })
     local latheId = frame.args[1] or ""
     local latheId = frame.args[1] or ""
     if latheId == "" then
     if latheId == "" then
Строка 122: Строка 117:
     end
     end


     local out = cssLink
     local out = ''
     local recipes = {}
     local recipes = {}