Difference between revisions of "Template:Uppercase"

From EncyclopAtys

Jump to: navigation, search
(Created page with "<includeonly>{{#vardefine:String|{{uc:{{{1|}}}}}}} {{#var:String}} }}</includeonly><noinclude>{{Trad |DE =Template:Uppercase |DEs =4 |ES =Template:Uppercase |ESs =4 |EN =Temp...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#vardefine:String|{{uc:{{{1|}}}}}}}
+
<includeonly>{{#vardefine:String|{{uc:{{{1|}}}}}}}{{#var:String}}</includeonly><noinclude>{{Trad  
{{#var:String}}
 
}}</includeonly><noinclude>{{Trad  
 
 
|DE =Template:Uppercase |DEs =4
 
|DE =Template:Uppercase |DEs =4
 
|ES =Template:Uppercase |ESs =4
 
|ES =Template:Uppercase |ESs =4
Line 8: Line 6:
 
|RU =Template:Uppercase|RUs =4
 
|RU =Template:Uppercase|RUs =4
 
|H  =
 
|H  =
|palette=Grey
+
|palette=
 
}}
 
}}
  
 
This template converts a string to uppercase.
 
This template converts a string to uppercase.
See also the sister template: [[template:Lowercase|Lowercase]]
+
 
 +
*See also the sister template: [[template:Lowercase|Lowercase]]
  
 
== Usage: ==
 
== Usage: ==
 
   <syntaxhighlight lang="html+handlebars">{{Recruitment|<String>}}</syntaxhighlight>
 
   <syntaxhighlight lang="html+handlebars">{{Recruitment|<String>}}</syntaxhighlight>
 
== Parameter ==
 
== Parameter ==
There is just one parameter :  <syntaxhighlight lang="html+handlebars"><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}}
<nowiki>{{Uppercase|yes}}</nowiki>
+
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|Jena}}</syntaxhighlight> <big>⟶</big> {{Uppercase|Jena}}
{{Uppercase|Yes}}
+
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|нет}}</syntaxhighlight> <big>⟶</big> {{Uppercase|нет}}  
<nowiki>{{Uppercase|Jena}}</nowiki>
+
[[Category:Utility templates]]</noinclude>
{{Uppercase|Jena}}
 
<nowiki>{{Uppercase|нет}}</nowiki>
 
{{Uppercase|нет}}
 
[[Category:Modèles]]</noinclude>
 

Latest revision as of 18:22, 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 uppercase.

Usage:

{{Recruitment|<String>}}

Parameter

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

Exemples

{{Uppercase|yes}} YES
{{Uppercase|Jena}} JENA
{{Uppercase|нет}} НЕТ