Module:Transcluder: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 98: Line 98:
-- Helper function to convert template arguments into an array of options fit for get()
-- Helper function to convert template arguments into an array of options fit for get()
local function parseArgs(frame)
local function parseArgs(frame)
         local processargs = require('Module:ProcessArgs')
         local process_args = require('Module:ProcessArgs')
local args = process_args.merge(true)
local args = process_args.merge(true)
return args
return args