Модуль:Тест
Версия от 22:34, 4 июля 2024; ЗаяцВолк (обсуждение | вклад)
Для документации этого модуля может быть создана страница Модуль:Тест/doc
local p = {}; p.test = function ( frame ) return "Ad Victoriam!" end p.vkl= function ( frame ) local h="" local b="" local i=6 for i, val in ipairs(frame.args) do if i%2==0 then h=h..val else b=b..val end end return h..b end return p