Diferencia entre revisiones de «Plantilla:Traducción»

De FdIwiki ELP
Saltar a: navegación, buscar
Línea 1: Línea 1:
{{traducción
+
<noinclude>
|title=Plantilla:Traducción
+
{{otherlang
|en=Template:Translate
+
|es=Plantilla:Traducción
 
}}
 
}}
  
Plantilla para añadir las traducciones disponibles (en inglés) mediante el uso de banderas en la parte superior de la página. Tomado de [https://stackoverflow.com/questions/12144303/how-to-make-a-mediawiki-site-multilingual Stack Overflow].
+
This template adds available translations for the page to the top through the use of flags.
  
== Sintaxis ==
+
To prevent issues, this template must be placed '''at the very beginning of a page'''.
 +
 
 +
Tip! When contributing a new translation to a document that already has other translations, please carry over the existing translations to the otherlang template of your contributed page. This way all multilingual pages are linked.
 +
 
 +
== Syntax ==
 
<pre>
 
<pre>
{{traducción
+
{{otherlang
| noborder=true (Opcional)
+
| noborder=true (OPTIONAL)
 
| title=localized page display title
 
| title=localized page display title
| lang=page:lang
+
| lang=page:translated page
| lang2=page:lang2
+
| lang2=translated page2
 +
| etc...
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
Warning! Do not include the language of the current page. This will only confuse readers.
  
 
=== Example ===
 
=== Example ===
En esta misma página:
+
On a page called [[Template:Otherlang]]
 
<pre>
 
<pre>
{{traducción
+
{{otherlang
| title=Plantilla:Traducción
+
| title=Template:Otherlang
| en=Template:Translate
+
| es=Plantilla:Traducción
 
}}
 
}}
 
</pre>
 
</pre>
  
Donde Plantilla:Traducción es el nombre de la página en español y Template:Translate, el nombre para la página creada en inglés.
+
Note that:
 
+
* The language "<code>en</code>" is not included, as it is the language of the page that template is being used on.
Añadir más idiomas consecutivamente si se desea. No incluir el idioma que se muestra en ese momento, para evitar redundancias. Esta (la original) no tiene sufijo.
+
* <code>title</code> is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing <nowiki>{{wrongtitle}} and {{DISPLAYTITLE}}</nowiki> templates currently in common use.
 +
* The English page has no suffix.
  
== Idiomas disponibles ==
+
== Available Languages ==
 
{| class="table table-bordered" border="2" cellpadding="7"
 
{| class="table table-bordered" border="2" cellpadding="7"
! Idioma
+
! Language
! Sintaxis
+
! Syntax
! Resultado
+
! Result
 
|- id="es"
 
|- id="es"
 
|Español
 
|Español
 
|es=Nombre_Página
 
|es=Nombre_Página
|[[File:Es.png|center|48px]]
+
|[[File:Es.png | 48px]]
 
|- id="en"
 
|- id="en"
|Inglés
+
|English
|en=Nombre_Página_en
+
|en=Page_Name
|[[File:En.png|center|48px]]
+
|[[File:En.png | 48px]]
 
|}
 
|}
  
</noinclude> {{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}<div style="position:relative;top:-42px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#000000{{#if: {{{noborder|}}} | margin-top:5px;border:0; | border:1px solid #000000;border-bottom:0;}}">{{#if: {{{es|}}} | '''[[File:Es.png|alt=Español|link={{{es}}}|48px]]''' }} {{#if: {{{en|}}} | [[File:En.png|alt=English|link={{{es}}}|48px]] }} </div>
+
</noinclude> {{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} }}<div style="position:relative;top:-42px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#000000{{#if: {{{noborder|}}} | margin-top:5px;border:0; | border:1px solid #000000;border-bottom:0;}}">{{#if: {{{en|}}} | '''[[File:En.png|alt=English|link={{{en}}}]]''' }} {{#if: {{{es|}}} | [[File:Es.png|alt=Русский|link={{{es}}}]] }} </div>

Revisión de 13:06 2 ene 2021

Plantilla:Otherlang

This template adds available translations for the page to the top through the use of flags.

To prevent issues, this template must be placed at the very beginning of a page.

Tip! When contributing a new translation to a document that already has other translations, please carry over the existing translations to the otherlang template of your contributed page. This way all multilingual pages are linked.

Syntax

{{otherlang
| noborder=true (OPTIONAL)
| title=localized page display title
| lang=page:translated page
| lang2=translated page2
| etc...
}}

Warning! Do not include the language of the current page. This will only confuse readers.

Example

On a page called Template:Otherlang

{{otherlang
| title=Template:Otherlang
| es=Plantilla:Traducción
}}

Note that:

  • The language "en" is not included, as it is the language of the page that template is being used on.
  • title is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing {{wrongtitle}} and {{DISPLAYTITLE}} templates currently in common use.
  • The English page has no suffix.

Available Languages

Language Syntax Result
Español es=Nombre_Página Es.png
English en=Page_Name En.png