Module:ExperimentalNavplate

From the Star Citizen Wiki, the fidelity™ encyclopedia

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
🍪 We use cookies to keep session information to provide you a better experience.