ಟೆಂಪ್ಲೇಟು:Allcaps/doc
This is a documentation subpage for ಟೆಂಪ್ಲೇಟು:Allcaps It may contain usage information, categories and other content that is not part of the original ಟೆಂಪ್ಲೇಟು page. |
{{Allcaps}} will display lower- or mixed-case text in all capital letters.
Usage
ಬದಲಾಯಿಸಿ{{Allcaps|your text}}
will display your text in full upper case. Your source text is not altered (a copy-paste will give it in its original form), only the way it is displayed. You can use this template to control the display of the variable output of magic words and of other templates.
- In:
{{Allcaps|The ''Name'' of the Game}}
- Out: The Name of the Game
Preferably do not subst: it because the result will NOT be an uppercase source text but the original text wrapped in HTML code making it appear uppercase, so it is more efficient for this purpose to simply rewrite the text in uppercase, or use "{{subst:uc: ...text...}}" to store uppercase text into the page.
See also
ಬದಲಾಯಿಸಿTemplates that change the display (copy-paste will get the original text):
{{Nocaps}}
– lower case display{{Smallcaps}}
– small caps display{{Allcaps}}
– upper case display- {{Fixcaps}} – capitalizes words {{fixcaps|pLAy/tHE/GamE}} → Play the Game
Magic words that rewrite the output (copy-paste will get the text as displayed):
- {{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
Other: