Bản mẫu:Collapsible 2 test case
Bản mẫu này sử dụng Lua: |
This template creates a test case of two or more templates contained in a collapsible box. If the outputs of all the templates is the same, the box is collapsed, but if any of them differ from each other the box is left uncollapsed. There are a variety of different formats and options that can be used.
Each template is called with the same parameters. All parameters passed to this template are passed through to the test-case templates, with the exception of parameters starting with an underscore character ("_"), which are reserved for internal use.
If no templates are specified explicitly, the module uses the base page of the current page as the first template, and its /sandbox subpage as the second template. If only one template is specified explicitly, its /sandbox subpage is used as the second template.
Cách sử dụng
sửaCú pháp cơ bản
{{collapsible test case | [param1] = [value1] | [param2] = [value2] | [param3] = [value3] ... }}
Cú pháp đầy đủ
For the full syntax, see Bản mẫu:Test case. This template is equivalent to that one with the |_collapsible=
parameter set to "yes" by default.
Các ví dụ
sửaSo sánh bản mẫu và hộp nháp (định dạng mặc định)
sửa- Cách sử dụng
{{collapsible test case | _template1 = ombox | text = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. }}
- Đầu ra
{{ombox}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. |
{{ombox/sandbox}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. |
So sánh hai bản mẫu khác nhau (định dạng mặc định)
sửa- Cách sử dụng
{{collapsible test case | _template1 = ombox | _template2 = tmbox | text = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. }}
- Đầu ra
So sánh bản mẫu và hộp nháp (định dạng hàng)
sửa- Cách sử dụng
{{collapsible test case | _format = rows | _template1 = ombox | text = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. }}
- Đầu ra
{{ombox}} | ||
| ||
{{ombox/sandbox}} | ||
|
So sánh bản mẫu và hộp nháp (định dạng cột)
sửa- Cách sử dụng
{{collapsible test case | _format = columns | _template1 = ombox | text = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. }}
- Đầu ra
{{ombox}} | {{ombox/sandbox}} | ||||
---|---|---|---|---|---|
|
|
So sánh bản mẫu và hộp nháp (định dạng nội tuyến, hiển thị mã)
sửa- Cách sử dụng
{{collapsible test case | _format = inline | _showcode = yes | _template1 = ombox | text = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. }}
- Đầu ra
{{ombox|text=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus.}}
→Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus. {{ombox/sandbox|text=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus.}}
→Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique sagittis cursus.
Xem thêm
sửaBản mẫu đang gọi Mô đun:Template test case:
- Bản mẫu:Test case – một bản mẫu trường hợp kiểm thử tổng quát hóa
- Bản mẫu:Testcase rows – cho bảng của các trường hợp kiểm thử được sắp xếp trong hàng
- Bản mẫu:Testcase table – cho bảng của các trường hợp kiểm thử được sắp xếp trong cột
- Bản mẫu:Inline test case – cho các trường hợp kiểm thử với đang gọi nhỏ và đầu ra nhỏ
- Bản mẫu:Test case nowiki – cho các trường hợp kiểm thử từ bản mẫu đang gọi đính kèm trong thẻ
<nowiki>...</nowiki>