Content deleted Content added
test to see if we can still keep the preview warning without adding it to the category Tag: Reverted |
|||
Line 722:
---------------------------
local parent_args = args_module.getArgs(frame, {parentOnly = true})
local parameters = {}
for parameter in banner_name:getContent():gmatch('{{{([^|}]+)') do
Line 733 ⟶ 732:
end
parameters.unknown = unknown_category and '[[' .. unknown_category .. '|_VALUE_]]' or ''
end
|