Модуль:Sandbox: различия между версиями

Новая страница: «local p = {} function p.xd(frame) -- body local out = frame:expandTemplate{ title = "Temperature", args = { min = 322, max = "Infinity" }} return out end return p»
 
Нет описания правки
Строка 7: Строка 7:
     return out
     return out
end
end
function p.mhamstersandbox(frame)
    -- body
    local out = frame:expandTemplate{ title = "Mhamster/sandbox", args = { frame.args[0] }}
    return out
end




return p
return p