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 p = {};
local dpl = require( 'Module:DPLlua' )
np.testsearch= function( )
local list = dpl.ask({
namespace = '',
linksto ='Stanton',
ignorecase = true
} )
mw.log(list)
end