Aller au contenu

Module:Babel

Si Wikipedia, tasanayt tilellit.
Aceggir-agi yettwag di 24 Ctember 2019 à 16:33 sɣuṛ Sami At Ferḥat (mmeslay | attekki)
(Imgir) ←Lqem i yezrin | Tasiwelt n tura (Imgir) | Tasiwelt tamaynut→ (Imgir)

La documentation pour ce module peut être créée à Module:Babel/doc

local p = {}

function p.main(frame)
	local f = (frame.args[1] or frame.args.item) and frame or frame:getParent()
    return f:callParserFunction('#babel', f.args)
end

return p