Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Test

From Kronopolis and the Flat Plane
Revision as of 11:32, 5 September 2025 by Wioum (talk | contribs)

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

local p = {}

local util = require('Module:Utility')

function p.test(frame)
    local out = {}
    local pages = mw.ext.dpl.getPagenames{
        namespace=''
    }
end

return p