Content deleted Content added
No edit summary |
No edit summary |
||
Line 589:
local function unique_param_template_list_get ()
local out = {}; -- a table for output
for k, _ in pairs (
table.insert (out, k) -- add each key to the output table
end
|