မော်ဂျူး:utilities/format categories/data

ဝစ်ရှင်နရီ မှ

Documentation for this module may be created at မော်ဂျူး:utilities/format categories/data/doc

local data = {}

-- Namespaces in which format_categories will add categories.
data.allowedNamespaces = {
	[""] = true,
	["နောက်ဆက်တွဲ"] = true,
	["Reconstruction"] = true,
	["Citations"] = true,
}

-- Pages not in namespaces in which format_categories normally adds categories,
-- but where we make an exception.
data.allowedPrefixedPages = {
	["ဝစ်ရှင်နရီ:Sandbox"] = true,
}

return data