Module:Navbar/sandbox: Difference between revisions

Content deleted Content added
adj
m Removed protection from "Module:Navbar/sandbox"
 
(18 intermediate revisions by 7 users not shown)
Line 1:
local p = {}
local cfg = mw.loadData('Module:Navbar/configuration/sandbox')
 
local function get_title_arg(is_collapsible, template)
Line 68:
['link'] = talkpage, ['url'] = false },
{ ['mini'] = 'e', ['full'] = 'edit', ['html_title'] = 'Edit this template',
['link'] = title'Special:fullUrl(EditPage/'action=edit') .. title.fullText, ['url'] = truefalse },
{ ['mini'] = 'h', ['full'] = 'hist', ['html_title'] = 'History of this template',
['link'] = title'Special:fullUrl(PageHistory/'action=history') .. title.fullText, ['url'] = truefalse },
{ ['mini'] = 'm', ['full'] = 'move', ['html_title'] = 'Move this template',
['link'] = mw.title.new('Special:Movepage'):fullUrl('target='..title.fullText), ['url'] = true },
Line 134:
local title_arg = get_title_arg(is_collapsible, template)
local title_text = args[title_arg] or (':' .. mw.getCurrentFrame():getParent():getTitle())
local links = ''
local list = make_list(title_text, has_brackets, displayed_links, is_mini, font_style)
if args.vte_links_override then
div:node(list)
links = args.vte_links_override
div:wikitext(links)
else
local list links = make_list(title_text, has_brackets, displayed_links, is_mini, font_style)
div:node(listlinks)
end
 
if is_collapsible then