Bản mẫu:Resize
{{{1}}}
Bản mẫu:High-risk
A template to aid switching the font-size used for a text string.
Bản mẫu này không nên được sử dụng trong các bản mẫu trích dẫn như Bản mẫu:Cs1 và Bản mẫu:Cs2, bởi vì nó bao gồm đánh dấu có khả năng làm hỏng siêu dữ liệu COinS mà chúng tạo ra; xem COinS in Wikipedia. |
Syntax[sửa]
{{resize|N|text}}
{{resize|text}}
N specifies a size, such as "95%", "1.2em", etc. If N is omitted, as in the second line above, a default 90% size is applied.
If text
happens to contain an equality sign ("="), specify {{resize|N|2=text}}
or {{resize|1=text}}
.
Ví dụ[sửa]
{{resize|1.2em|This text is 0.2em larger than normal.}} | This text is 0.2em larger than normal. |
{{resize|80%|This text is 80% normal size.}} | This text is 80% normal size. |
{{resize|This text defaults to 90% normal size.}} | This text defaults to 90% normal size. |
Phím tắt được điều chỉnh[sửa]
{{smaller|…}} | = | {{resize|90%|…}} |
{{larger|…}} {{bigger|…}} |
= | {{resize|110%|…}} |
{{large|…}} | = | {{resize|large|…}} |
Xem thêm[sửa]
Bản mẫu | Kích thước | Ngữ nghĩa | Mẫu |
---|---|---|---|
{{small}} |
85% | <small> |
HHHHH |
{{smaller}} |
90% | none | HHHHH |
{{resize}} |
90% | none | HHHHH |
{{midsize}} |
92% | none | HHHHH |
none | 100% | none | HHHHH |
{{larger}} |
110% | none | HHHHH |
{{big}} |
120% | none | HHHHH |
{{large}} |
large | none | HHHHH |
{{huge}} |
180% | none | HHHHH |
{{resize|x%}} |
tùy chỉnh | none | |
{{font|size=x%}} |
tùy chỉnh | none |
Liên kết ngoài[sửa]
Tài liệu trên được nhúng từ Bản mẫu:Resize/doc. (sửa | sử) Các thành viên có thể thử nghiệm thử (tạo | sao) và kiểm thử (tạo) của bản mẫu này. Xin hãy thêm thể loại cho trang tài liệu /doc. Trang con của bản mẫu. |
It is to change the font size of a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.
Tham số | Miêu tả | Kiểu | Trạng thái | |
---|---|---|---|---|
Size/Text | 1 | Specifies a css font size e.g. '80%', '1.2em', 'x-large', 'larger'. In the one parameter version the first parameter is the text and the font size is '90%'. | Chuỗi | bắt buộc |
Text when size is given | 2 | The text to display in the two parameter version. | Chuỗi | tùy chọn |