Content deleted Content added
Sync to live |
accept args.vte_links_override |
||
Line 130:
local template = args.template
local displayed_links
local displayed_links = choose_links(template, args)▼
if args.vte_links_override then
displayed_links = args.vte_links_override
else
end
local has_brackets = args.brackets
local title_arg = get_title_arg(is_collapsible, template)
|