Difference between revisions of "Template:Lowercase"

From EncyclopAtys

Jump to: navigation, search
(Created page with "<includeonly>{{#vardefine:String|{{lc:{{{1|}}}}}}}{{#var:String}}</includeonly><noinclude>{{Trad |DE =Template:Uppercase |DEs =4 |ES =Template:Uppercase |ESs =4 |EN =Template...")
 
Line 9: Line 9:
 
}}
 
}}
  
This template converts a string to uppercase.
+
This template converts a string to lowercase.
  
*See also the sister template: [[template:Lowercase|Lowercase]]
+
*See also the sister template: [[template:Uppercase|Lowercase]]
  
 
== Usage: ==
 
== Usage: ==
   <syntaxhighlight lang="html+handlebars">{{Recruitment|<String>}}</syntaxhighlight>
+
   <syntaxhighlight lang="html+handlebars">{{Lowercase|<String>}}</syntaxhighlight>
 
== Parameter ==
 
== Parameter ==
 
There is just one parameter :  <syntaxhighlight lang="html+handlebars" inline><String></syntaxhighlight>, the string to convert.
 
There is just one parameter :  <syntaxhighlight lang="html+handlebars" inline><String></syntaxhighlight>, the string to convert.
  
 
== Exemples ==
 
== Exemples ==
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|yes}}</syntaxhighlight> <big>⟶</big> {{Uppercase|Yes}}
+
: <syntaxhighlight lang="html+handlebars" inline>{{Lowercase|yes}}</syntaxhighlight> <big>⟶</big> {{Lowercase|Yes}}
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|Jena}}</syntaxhighlight> <big>⟶</big> {{Uppercase|Jena}}
+
: <syntaxhighlight lang="html+handlebars" inline>{{Lowercase|Jena}}</syntaxhighlight> <big>⟶</big> {{Lowercase|Jena}}
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|нет}}</syntaxhighlight> <big>⟶</big> {{Uppercase|нет}}  
+
: <syntaxhighlight lang="html+handlebars" inline>{{Lowercase|нет}}</syntaxhighlight> <big>⟶</big> {{Lowercase|нет}}  
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 18:08, 29 March 2021

de:Template:Uppercase
en:Template:Uppercase
es:Template:Uppercase
fr:Template:Uppercase
ru:Template:Uppercase
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Dorothée, 2021-03-29)


This template converts a string to lowercase.

Usage:

{{Lowercase|<String>}}

Parameter

There is just one parameter : <String>, the string to convert.

Exemples

{{Lowercase|yes}} yes
{{Lowercase|Jena}} jena
{{Lowercase|нет}} нет