「模組:Navbar」:修訂間差異

刪去的內容 新增的內容
Dabao qian談詑 | 貢獻
新頁: local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor the...
 
(未顯示同一使用者於中間所作的 1 次修訂)
第14行:
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
args.style = 'float:left; text-align:left; width:6em;'
end
 
第40行:
:css('word-spacing', 0)
:cssText(args.fontstyle)
:wikitext(args.text or '箇只模板:')
:wikitext(' ')
end
第49行:
:css('margin-right', '-0.125em')
:cssText(args.fontstyle)
:wikitext('[ ')
:newline();
end
 
第60行 ⟶ 第59行:
:wikitext('[[' .. title.fullText .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '望吖箇只檢視该模板')
:cssText(args.fontstyle)
:wikitext(args.mini and '' or '望吖檢視')
:done()
:wikitext(']]')
第70行 ⟶ 第69行:
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '談詑箇只讨论该模板')
:cssText(args.fontstyle)
:wikitext(args.mini and '' or '談詑讨论')
:done()
:wikitext(']]');
第82行 ⟶ 第81行:
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '編輯箇只编辑该模板')
:cssText(args.fontstyle)
:wikitext(args.mini and '' or '編輯编辑')
:done()
:wikitext(']');
第94行 ⟶ 第93行:
:css('margin-left', '-0.125em')
:cssText(args.fontstyle)
:wikitext(' ]')
:newline();
end
 
第101行 ⟶ 第99行:
div
:done()
:tag('spandiv')
:css('font-size', '110114%')
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:wikitext(args[1])