Module:Citation/CS1/Whitelist/sandbox: Difference between revisions

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 (template_specific_argumentsunique_arguments) do -- spin through the table and collect the keys
table.insert (out, k) -- add each key to the output table
end