Jump to content

Module:Vikisintakso

From Wikiversity

Documentation for this module may be created at Module:Vikisintakso/doc

local p = {}

function p.preprocesoreferencigu( framo )
    return '<ref>' .. framo:preprocess(framo.args[1]) .. '</ref>'
end

return p