Content deleted Content added
restore checking for unknown parameters for templates that don't have a specific category. We still want editors (and bots) to know about these |
we want to clean code and seeing as bots are already removing, its best they don't leave outdated code behind Tag: Reverted |
||
Line 713:
-- Unknown parameters -----
---------------------------
local parent_args = args_module.getArgs(frame, {parentOnly = true, removeBlanks = false})
local template_code = banner_name:getContent()
local parameters = {}
|