Module:category tree/lang/wasc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
local labels = {} | local labels = {} | ||
local handlers = {} | |||
table.insert(handlers, function(data) | table.insert(handlers, function(data) | ||
| Line 17: | Line 18: | ||
end) | end) | ||
return {LABELS = labels} | return {LABELS = labels, HANDLERS = handlers} | ||