Module:Command

From Defense Knowledge

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

local p = {}

function p.main(frame)

local category = frame:preprocess('[[Category:Commands]]')

return category

end

return p