Vorlage:Nocaps/Doku
Erscheinungsbild
Dieser Artikel wurde aus einer englischen Sprachversion importiert und wurde noch nicht vollständig übersetzt. Bitte hilf mit, den Text auf deutsch verfügbar zu machen. |
Dies ist eine nachgeordnete Seite der Dokumentation von Vorlage:Nocaps. Sie enthält Informationen zur Verwendung, Kategorisierung und zu anderem Inhalt, der nicht Bestandteil der originalen Vorlage-Seite ist. |
Displays a text in full lower case. The source text will not be altered (copying/pasting the text will be presented in its original form), only in its browser display. You can use this template to control the display of the variable output of magic words and of other templates.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Text | Text | Mehrzeiliger Text | erforderlich |
Format: inline
Example
[Bearbeiten]{{Nocaps|thE ''NaMe'' oF thE GAME}}
results in: thE NaMe oF thE GAME
Note
[Bearbeiten]Substitution (subst:
) of this template is not recommended. The result will not create lower case source text but only an appearance thereof; the original text will wrapped in an HTML tag in the page source. Because of this, it would be more effective to simply edit the original text as lower-case, or use {{subst:lc: text}}
to store text as all lower-case into the page.
See also
[Bearbeiten]Templates that change the display (copying/pasting will present the original text):
- {{Nocaps}} – displays text in lower case (minuscule)
- {{Allcaps}} – displays text in capital letters (Upper case)
- {{Smallcaps}} – displays text in small capital letters
- {{Fixcaps}} – capitalizes words {{fixcaps|pLAy/tHE/GamE}} → Play the Game
Magic words that rewrite the output (copying/pasting will present 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