Diferencia entre revisiones de «Plantilla:Uppercase»

De EnciclopAtys

Saltar a: navegación, buscar
(Página creada con «<includeonly>{{#vardefine:String|{{lc:{{{1|}}}}}}}{{#var:String}}</includeonly><noinclude>{{Trad |DE =Template:Uppercase |DEs =4 |ES =Template:Uppercase |ESs =4 |EN =Templ...»)
 
 
Línea 1: Línea 1:
<includeonly>{{#vardefine:String|{{lc:{{{1|}}}}}}}{{#var:String}}</includeonly><noinclude>{{Trad  
+
<includeonly>{{#vardefine:String|{{uc:{{{1|}}}}}}}{{#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
Línea 9: Línea 9:
 
}}
 
}}
  
This template converts a string to lowercase.
+
This template converts a string to uppercase.
  
*See also the sister template: [[template:Uppercase|Uppercase]]
+
*See also the sister template: [[template:Lowercase|Lowercase]]
  
 
== Usage: ==
 
== Usage: ==
   <syntaxhighlight lang="html+handlebars">{{Lowercase|<String>}}</syntaxhighlight>
+
   <syntaxhighlight lang="html+handlebars">{{Recruitment|<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>{{Lowercase|YES}}</syntaxhighlight> <big>⟶</big> {{Lowercase|Yes}}
+
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|yes}}</syntaxhighlight> <big>⟶</big> {{Uppercase|Yes}}
: <syntaxhighlight lang="html+handlebars" inline>{{Lowercase|Jena}}</syntaxhighlight> <big>⟶</big> {{Lowercase|Jena}}
+
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|Jena}}</syntaxhighlight> <big>⟶</big> {{Uppercase|Jena}}
: <syntaxhighlight lang="html+handlebars" inline>{{Lowercase|нет}}</syntaxhighlight> <big>⟶</big> {{Lowercase|нет}}  
+
: <syntaxhighlight lang="html+handlebars" inline>{{Uppercase|нет}}</syntaxhighlight> <big>⟶</big> {{Uppercase|нет}}  
 
[[Category:Utility templates]]</noinclude>
 
[[Category:Utility templates]]</noinclude>

Revisión actual del 19:13 29 mar 2021

de:Template:Uppercase
en:Template:Uppercase
es:Template:Uppercase
fr:Template:Uppercase
ru:Template:Uppercase
 
UnderConstruction.png
¡Traducción que tiene que ser revisada!
¡No culpes a los contribuyentes, pero ayúdalos! 😎
Texto de referencia (Texto actualizado, utilizado como referencia) :
Notas :

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|нет}} НЕТ