Hello, you have come here looking for the meaning of the word
Module:data/namespaces. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:data/namespaces, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:data/namespaces in singular and plural. Everything you need to know about the word
Module:data/namespaces you have here. The definition of the word
Module:data/namespaces will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:data/namespaces, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
local data = {}
local gsub = string.gsub
local next = next
local ulower = require("Module:string utilities").lower
for _, namespace in next, mw.site.namespaces do
local prefix = ulower((gsub(namespace.name, "_", " ")))
data = prefix
for _, alias in next, namespace.aliases do
data = prefix
end
end
return data