Template:Allcaps: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>TFOWR
m (Unprotected Template:Allcaps: Consensus at WP:ANI appears to be that these should be unprotected. Unprotecting without prejudice to new consensus emerging at WT:HRT: I won't consider it wheel-warring if anyone re-protects, etc. using TW)
meta>Uzume
(port documentation)
Line 1: Line 1:
<SPAN STYLE="text-transform:uppercase;">{{{1}}}</SPAN><noinclude>
<span style="text-transform:uppercase;">{{{1}}}</span><noinclude>
{{Template doc}}


==Usage==


<CODE><NOWIKI>{{Allcaps|your text}}</NOWIKI></CODE> 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:''' <CODE><NOWIKI>{{Allcaps|The ''Name'' of the Game}}</NOWIKI></CODE>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
: '''Out:''' {{Allcaps|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 once and for all.
 
==See also==
 
Templates that change the display (copy-paste will get the original text):
 
* {{tl|Nocaps}}    – lower case display
* {{tl|Smallcaps}} – small caps display
* {{tl|Allcaps}}  – upper case display
 
[[Help:Magic words#Formatting|Magic words]] that rewrite the output (copy-paste will get the text as displayed):
 
* <NOWIKI>{{</NOWIKI>lc:}}      – lower case output of the full text
* <NOWIKI>{{</NOWIKI>uc:}}      – upper case output of the full text
* <NOWIKI>{{</NOWIKI>lcfirst:}} – lower case output of the first character only
* <NOWIKI>{{</NOWIKI>ucfirst:}} – upper case output of the first character only
 
[[Category:Wikipedia formatting and function templates]]
[[ja:Template:Allcaps]]
[[uk:Шаблон:Маюскул]]
</noinclude>
</noinclude>

Revision as of 13:32, 27 October 2010

{{{1}}}