Bản mẫu:VTE/doc
Đây là một trang con tài liệu dành cho Bản mẫu:VTE. Nó gồm có các thông tin hướng dẫn sử dụng, thể loại và các nội dung khác không thuộc về phần trang bản mẫu gốc. |
Bản mẫu này sử dụng Lua: |
Cách sử dụng
[sửa mã nguồn]Chung
[sửa mã nguồn]When one of the following examples is placed inside a given template, it adds navbar navigational functionality:
{{thanh điều hướng|{{subst:PAGENAME}}|mini=y}}
{{thanh điều hướng|{{subst:PAGENAME}}|plain=y}}
{{thanh điều hướng|{{subst:PAGENAME}}|fontstyle=color: green; font-style: italic;}}
The {{subst:PAGENAME}}
will be substituted with the template's name when parsed by the servers. For example, {{thanh điều hướng|Navbar/doc}}
gives:
Cỡ phông chữ
[sửa mã nguồn]Font-size is 88% when used in a navbar, and 100% when nested in a navbox.
In the navbar, the weight is "normal"; when nested in navbox, it takes on the outer setting. The middot is bold. The |fontstyle=
parameter can be used to adjust font size as needed (e.g. to reduce font size even more when the template is used inside a block element with a large font size).
Các ví dụ
[sửa mã nguồn]Yêu cầu các tham số
[sửa mã nguồn]{{thanh điều hướng|Template Name}}
– the template name is required.
Tùy chọn các tham số
[sửa mã nguồn]Options | Parameters | Produces... | "Shortcut" template |
---|---|---|---|
Basic | {{thanh điều hướng|Template Name}} |
||
Different text | {{thanh điều hướng|Template Name|text=This template:}} |
||
Without "This box:" text | {{thanh điều hướng|Template Name|plain=y}} |
{{view}} | |
Short version | {{thanh điều hướng|Template Name|mini=y}} |
{{v}} | |
With brackets | {{thanh điều hướng|Template Name|brackets=y}} |
||
With font styling examples (span) | {{thanh điều hướng|Template Name|fontstyle=color: green; font-style: italic;}} |
||
With whole-template styling examples (div) | {{thanh điều hướng|Template Name|style=float:right; background: Beige; padding: 5px; border: 1px solid;}} |
Bản mẫu viết tắt
[sửa mã nguồn]The mini=y
and plain=y
parameters can be avoided by using the {{v}}
or {{view}}
templates, respectively, instead.
Ghi chú
[sửa mã nguồn]Navbar is contained within a <div>...</div>
in order to accommodate a horizontal unnumbered list. This means it cannot be placed inside a <span>...</span>
or other inline element, because the HTML Tidy extension will 'fix' situations where it finds block elements inside inline elements.
Prepackaged
[sửa mã nguồn]- {{Navbar-header}}
- Positions on the right edge of the line, often used in non-collapsible navbox heading.
- {{Navbar-navframe}}
- For use in conjunction with NavFrame divs, positions opposite of the [hide]/[show] feature.
- {{Navbar-collapsible}}
- For use in conjunction with collapsible tables, floats opposite of the [hide]/[show] feature.
Xem thêm
[sửa mã nguồn]- {{Ed}} – navbar style edit link
- {{Ed right}} – navbar style edit link aligned to right of page
- {{Edit}} – plain edit link
- {{Edit section}} – edit link aligned to right of page
- {{Thanh điều hướng}} – with additional links
- {{Vedit}} – edit with the Visual Editor
Bản mẫu | Đóng mở | Màu tiêu đề | Hình | Nhóm | Tham số style (body) |
---|---|---|---|---|---|
{{Hộp điều hướng}} | collapsible | navbox | Trái/phải nội dung | Có | Có |
{{Navbox with collapsible groups}} | collapsible | navbox | Trái/phải nội dung và/hoặc trong mỗi danh sách |
Có | Có |
{{Navbox with columns}} | collapsible | navbox | Trái/phải các cột | Không | Có |
Kiểu | Lớp CSS | JavaScript | Đóng khi | Tùy chỉnh trạng thái ban đầu |
Lồng vào nhau |
---|---|---|---|---|---|
Bảng đóng mở | mw-collapsible | Định nghĩa trong Common.js | 2 hoặc nhiều hộp autocollapse trong trang | Có | Có |
Dữ liệu bản mẫu
[sửa mã nguồn]Dữ liệu bản mẫu cho VTE
When placed inside a given template, it adds navbar navigational functionality
Tham số | Miêu tả | Kiểu | Trạng thái | |
---|---|---|---|---|
Template Name | 1 | The name of the template, so links work correctly
| Chuỗi dài | bắt buộc |
Different text | text | Allows custom text to replace the default 'this box'
| Chuỗi dài | tùy chọn |
Without 'This box:' text | plain | Removes 'This box'
| Số | tùy chọn |
Short Version | mini | Shortens text to V T E
| Số | tùy chọn |
with brackets | brackets | adds brackets before and after the links
| Số | tùy chọn |
Font color | fontstyle | Allows you to change the color of the font (in the format color:green)
| Chuỗi dài | tùy chọn |
To float to the side | style | Allows the template to float to the side (format=float:right)
| Chuỗi dài | tùy chọn |