Jump to content

Module:Title/getCurrentNamespace

From The Mighty Kingdoms Wiki

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

--[==[
Returns the data table for the current namespace from {mw.site.namespaces}. This module may be loaded with {mw.loadData}.]==]
return mw.site.namespaces[mw.title.getCurrentTitle().namespace]