Template:Strings subpage
De Valve Developer Community
Ir a la navegación
Ir a la búsqueda

La página de documentación Template:Strings subpage/doc/es no existe.
La documentación en inglés se mostrará en su lugar, pudiendo usar el traductor de Google (o un software similar) para traducir esta página. Si no aparece nada tras este mensaje, es que la documentación no existe ni en inglés.
La documentación en inglés se mostrará en su lugar, pudiendo usar el traductor de Google (o un software similar) para traducir esta página. Si no aparece nada tras este mensaje, es que la documentación no existe ni en inglés.

Este plantilla utilizar un strings subpágina
Segues por favor el formato en este subpágina para agregar traducciones
Segues por favor el formato en este subpágina para agregar traducciones
A panel indicating that the page it is on contains strings that are used in lieu of complicated #switch parser (or formerly, {{autolang}}(s)) on the base page.
Looking for creating a Strings subpage?
If you are looking for creating a strings subpage, just create a "/strings" subpage, then paste the following code:
{{Strings subpage<!-- Don't forget to update once you add new translation to a strings. -->
|number = 1
| en = 1
| de = 1
| eo = 1
| es = 1
| fi = 1
| fr = 1
| ru = 1
| vi = 1
| zh = 1
}}
* {{{{PAGENAME}}|Example}}
<includeonly><onlyinclude>{{#switch:{{{1}}}<!-- Remember to keep this clean by sorting A-Z, and copy paste the tab space instead of pressing "SPACE" repeatedly. -->
| Example = {{#switch: {{language}}
| #default = Example
| de = Beispiel
| eo = Ekzemplo
| es = Ejemplo
| fi = Esimerkki
| fr = Exemple
| ru = Пример
| vi = Ví dụ
| zh = 示例
}}
}}</onlyinclude></includeonly>
|

Parameters and Examples
Parámetro | Descripción | Ejemplo |
---|---|---|
No Parameters | Places the template. | {{Strings subpage}} |
{{{number}}} | Number of strings. | | number = 6 |
{{{<language code>}}} | Number of translated strings into the specified language. | | en = 6 | eo = 3 | he = 2 |