Module:Bac à sable

La bibliothèque libre.

La documentation pour ce module peut être créée à Module:Bac à sable/Documentation

local p = {}

function p.ns(frame) 
	return mw.title.getCurrentTitle().namespace	
end

return p