Module:ExperimentalNavplate

From the Star Citizen Wiki, the fidelity™ encyclopedia
Revision as of 07:30, 3 August 2020 by Jale (talk | contribs)

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='',
    	linksto = 'Stanton'})
    
    return list    
    
end
🍪 We use cookies to keep session information to provide you a better experience.