「模組: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... |
ChasingAir(談詑 | 貢獻) // Edit via Wikiplus - WikiMirror Edition |
||
(未顯示同一使用者於中間所作的 1 次修訂) | |||
第14行:
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
args.style = 'float:left; text-align:left
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('[ ')
end
第60行 ⟶ 第59行:
:wikitext('[[' .. title.fullText .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '
:cssText(args.fontstyle)
:wikitext(args.mini and '
:done()
:wikitext(']]')
第70行 ⟶ 第69行:
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '
:cssText(args.fontstyle)
:wikitext(args.mini and '
: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 '
:done()
:wikitext(']');
第94行 ⟶ 第93行:
:css('margin-left', '-0.125em')
:cssText(args.fontstyle)
:wikitext(' ]')
end
第101行 ⟶ 第99行:
div
:done()
:tag('
:css('font-size', '
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:wikitext(args[1])
|