Шаблон:Switch

Материал из Aavikko

local p = {}

function p.testSwitch(input)

   return mw.text.trim(frame:preprocess())

end

return p