{{{1}}}
{{Nocaps|yOuR tExT}}
will (in most browsers) display upper- or mixed-case text in, and (in many browsers) permanently convert it to, full lowercase.
![]() | 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ư Chú thích kiểu 1 và Chú thích kiểu 2, 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. |
Your source text will be altered in many browsers (a copy-paste will not give it in its original form):
{{Nocaps|The ''Name'' of the Game}}
You can use this template to control the display of the variable output of magic words and of other templates.[Còn mơ hồ ]
<span class="allcaps" style="text-transform: lowercase;">...</span>
– This method cannot be relied upon because it does not work at least in Internet Explorer 5 and 6, which are still fairly common browsers, and it is implemented inconsistently in others, such that it copy-pastes as the original text in Firefox, but as the altered text in Chrome, Safari, Opera, and text-only browsers.=
sign, the sign should be replaced with {{=}}, or the whole argument be prefixed with 1=. And for wikilinks, you need to use piping. There is a parsing problem with MediaWiki which causes unexpected behavior when a template with one style is used within a template with another style.{{Lang|tr|{{Smallcaps|ı i}}}}
gives you ı i, although the language is set to Turkish.<span style="font-variant:small-caps;">Bloggs</span>, Joe
. This is incorrect metadata. If the article that you are editing uses a citation style that includes small caps, either format the citation manually (see examples below) or use a citation template that specifically includes small caps in its formatting, like {{Cite LSA}}.
.Template | Shortcut | Purpose | Example | Output | Copy-pastes as |
---|---|---|---|---|---|
{{Smallcaps}} | {{sc1}} {{SC}} |
No conversion, small-caps display, mixed case. No font size change (acronyms are unaffected). Common mixed-case heading style (not in Wikipedia). Uses: Rendering publication titles in citation styles that require them in small-caps. |
{{sc1|UNICEF}} and 312 {{sc1|BCE}}
|
Bản mẫu:Sc1 and 312 Bản mẫu:Sc1 |
UNICEF and 312 BCE Mixed Case |
{{Smallcaps2}} | {{sc2}} | No conversion, small-caps display, mixed case. Slightly reduced font size. This is the conventional display of smallcaps for acronyms/initialisms in modern book typography. Other uses: Unicode character names (use {{Unichar}}). |
{{sc2|UNICEF}} and 312 {{sc2|BCE}}
|
UNICEF and 312 BCE Mixed Case |
UNICEF and 312 BCE Mixed Case |
{{Smallcaps all}} | {{sc}} | Lowercase conversion, small-caps display, all uppercase. The size of lowercase letters. Uses: Stressed syllables (in {{Respell}}); and ???. Warning: Default use will permanently change UPPER- or Mixed-Case data, does not work consistently across different browsers, and is not compatible with named HTML character entities. |
{{sc|UNICEF}} and 312 {{sc|BCE}}
|
UNICEF and 312 BCE Mixed Case |
unicef and 312 bce mixed case |
{{Allcaps}} | {{caps}} | Uppercase conversion, all-caps display. The size of uppercase letters. Uses: ???. Warning: Will permanently change lower- or Mixed-Case data, does not work consistently across different browsers, and is not compatible with named HTML character entities. |
{{caps|UNICEF}} and 312 {{caps|BCE}}
|
UNICEF and 312 BCE Mixed Case |
UNICEF and 312 BCE MIXED CASE |
{{Nocaps}} | Lowercase conversion, all-lowercase display. The size of lowercase letters. Uses: ???. Warning: Will permanently change UPPER- or Mixed-Case data, and does not work consistently across different browsers. |
{{nocaps|UNICEF}} and 312 {{nocaps|BCE}}
|
UNICEF and 312 BCE Mixed Case |
unicef and 312 bce mixed case |
Magic words that rewrite the output (copy-paste will get the text as displayed, not as entered):
{{lc:}}
– lower case output of the full text{{uc:}}
– upper case output of the full text{{lcfirst:}}
– lower case output of the first character only{{ucfirst:}}
– upper case output of the first character only