Module:Navbar and Module:Navbar/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
Per edit request on talk |
MusikBot II (talk | contribs) m Protected "Module:Navbar/sandbox": High-risk template or module: 796 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite)) |
||
Line 134: | Line 134: | ||
local title_arg = get_title_arg(is_collapsible, template) |
local title_arg = get_title_arg(is_collapsible, template) |
||
local title_text = args[title_arg] or (':' .. mw.getCurrentFrame():getParent():getTitle()) |
local title_text = args[title_arg] or (':' .. mw.getCurrentFrame():getParent():getTitle()) |
||
local links = '' |
|||
⚫ | |||
if args.vte_links_override then |
|||
⚫ | |||
links = args.vte_links_override |
|||
div:wikitext(links) |
|||
else |
|||
⚫ | |||
⚫ | |||
end |
|||
if is_collapsible then |
if is_collapsible then |