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( 'Module:DPLlua' )
np.test = function( frame )
local list = dpl.ask({
namespace = '',
uses = 'Template:SClang',
count = 1,
ignorecase = true
} )
return list
end