Documentation for this module may be created at Module:ExperimentalNavplate/doc
--[[This Mess is an experimental module for seeing if we can create a navplate that populates itself
as an ordered, nested list]]--
local np = {};
local dpl = require"DPLlua"
np.hello = function( frame )
local str = "Hello World!"
return str
end