Module:Navbar/sandbox: Difference between revisions

Content deleted Content added
div.wikitext → div:wikitext
m Removed protection from "Module:Navbar/sandbox"
 
(5 intermediate revisions by 3 users not shown)
Line 1:
local p = {}
local cfg = mw.loadData('Module:Navbar/configuration/sandbox')
 
local function get_title_arg(is_collapsible, template)
Line 38:
l = {'[', '', ']'}
else
l = {'[[', '|', ']]'}
end
ul:tag('li')
Line 130:
local template = args.template
local displayed_links = choose_links(template, args)
 
local displayed_links = choose_links(template, args)
 
local has_brackets = args.brackets
local title_arg = get_title_arg(is_collapsible, template)