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