Changes

From The TTSCpedia
Jump to navigationJump to search
m
no edit summary
Line 1: Line 1:  
local root
 
local root
  −
local listItems = {}
      
local CONFIG_MODULE = 'Module:At a Glance/config'
 
local CONFIG_MODULE = 'Module:At a Glance/config'
Line 10: Line 8:  
:addClass('tp-glance')
 
:addClass('tp-glance')
 
 
 +
return tostring(root)
 +
end
 +
 +
local function addEntry(entryText)
 +
if not entryText then return end
 
 
  −
return tostring(root)
   
end
 
end
  

Navigation menu