Tämän moduulin ohjeistuksen voi tehdä sivulle Moduuli:verbiluokittelu/ohje
local p = {}
function p.pilko( frame )
local a = frame.args[1] -- celebra
local first_two_letters = mw.ustring.sub(a, 1, 2)
local rest = mw.ustring.sub(a, 3, j)
return first_two_letters .. '|' .. rest
end
return p