Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
we want to clean code and seeing as bots are already removing, its best they don't leave outdated code behind
Tag: Reverted
add } to negated
Line 716:
local template_code = banner_name:getContent()
local parameters = {}
for parameter in template_code:gmatch('{{{([^|^}]+)') do
table.insert(parameters, parameter)
end