Difference between revisions of "Template:Traduci"
From EncyclopAtys
Line 1: | Line 1: | ||
− | < | + | <includeonly>{{#vardefine:Lang|{{uc:{{{1|EN}}}}}}}<!-- TEMPLATE CODE |
− | + | -->{{ #switch:{{#var:Lang}} <!-- | |
− | |||
− | |||
-->|DE={{ #switch: {{{2|}}}<!-- | -->|DE={{ #switch: {{{2|}}}<!-- | ||
-->|Personal Amber=Persönlicher Bernstein<!-- | -->|Personal Amber=Persönlicher Bernstein<!-- | ||
Line 27: | Line 25: | ||
-->|Father=Vater<!-- | -->|Father=Vater<!-- | ||
-->|unknown=unbekannt}}<!-- | -->|unknown=unbekannt}}<!-- | ||
− | + | -->|ES={{ #switch: {{{2|}}}<!-- | |
− | |||
− | |||
− | |||
-->|Personal Amber=Ámbar personal<!-- | -->|Personal Amber=Ámbar personal<!-- | ||
-->|Name=Nombre<!-- | -->|Name=Nombre<!-- | ||
Line 54: | Line 49: | ||
-->|Father=Padre<!-- | -->|Father=Padre<!-- | ||
-->|unknown=desconocido(a)}}<!-- | -->|unknown=desconocido(a)}}<!-- | ||
− | |||
− | |||
− | |||
-->|FR={{ #switch: {{{2|}}}<!-- | -->|FR={{ #switch: {{{2|}}}<!-- | ||
-->|Personal Amber=Ambre personnelle<!-- | -->|Personal Amber=Ambre personnelle<!-- | ||
Line 81: | Line 73: | ||
-->|Father=Père<!-- | -->|Father=Père<!-- | ||
-->|unknown=inconnu(e)}}<!-- | -->|unknown=inconnu(e)}}<!-- | ||
− | + | -->|RU={{ #switch: {{{2|}}}<!-- | |
− | |||
− | |||
− | -->|RU={{ #switch: {{{2|}}}<!-- | ||
-->|Personal Amber=Личный янтарь<!-- | -->|Personal Amber=Личный янтарь<!-- | ||
-->|Name=Имя<!-- | -->|Name=Имя<!-- | ||
Line 108: | Line 97: | ||
-->|Father=Отец<!-- | -->|Father=Отец<!-- | ||
-->|unknown=неизвестный(ая)}}<!-- | -->|unknown=неизвестный(ая)}}<!-- | ||
− | -->| #default = {{{2}}}}}</ | + | -->|#default ={{{2}}}}}</includeonly><noinclude>{{Trad |
|DE=Template:Traduci |DEs=4 | |DE=Template:Traduci |DEs=4 | ||
|EN=Template:Traduci |ENs=0 | |EN=Template:Traduci |ENs=0 | ||
Line 120: | Line 109: | ||
==Usage== | ==Usage== | ||
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="html+handlebars">{{Traduci | <language_code> | <word> }} |
where : | where : | ||
Line 148: | Line 137: | ||
Father | Father | ||
unknown</syntaxhighlight> | unknown</syntaxhighlight> | ||
− | BEWARE: Case matters !!! | + | |
+ | '''BEWARE''': Case matters !!! (except in languages codes). | ||
==Examples== | ==Examples== | ||
Line 157: | Line 147: | ||
| 🇩🇪 || <code><nowiki>{{Traduci |DE|Gender}}</nowiki></code> || {{Traduci |DE|Gender}} | | 🇩🇪 || <code><nowiki>{{Traduci |DE|Gender}}</nowiki></code> || {{Traduci |DE|Gender}} | ||
|- | |- | ||
− | | 🇪🇸 || <code><nowiki>{{Traduci | | + | | 🇪🇸 || <code><nowiki>{{Traduci |es|Personal Amber}}</nowiki></code> || {{Traduci |ES|Personal Amber}} |
|- | |- | ||
| 🇫🇷 || <code><nowiki>{{Traduci |FR|Birth}}</nowiki></code> || {{Traduci |FR|Birth}} | | 🇫🇷 || <code><nowiki>{{Traduci |FR|Birth}}</nowiki></code> || {{Traduci |FR|Birth}} | ||
Line 163: | Line 153: | ||
| 🇷🇺 || <code><nowiki>{{Traduci |RU|Faction}}</nowiki></code> || {{Traduci |RU|Faction}} | | 🇷🇺 || <code><nowiki>{{Traduci |RU|Faction}}</nowiki></code> || {{Traduci |RU|Faction}} | ||
|} | |} | ||
− | Test: <code><nowiki>'''Woren Siloy''' {{Traduci | | + | Test: <code><nowiki>'''Woren Siloy''' {{Traduci |en|means in Atysian}} ''Salut!''</nowiki></code> →→ '''Woren Siloy''' {{Traduci |en|means in Atysian}} ''Hello!'' </noinclude> |
− | [[Category:Templates]]</noinclude> | + | |
+ | <noinclude>[[Category:Templates]]</noinclude> |
Revision as of 13:38, 29 March 2021
Translation from english template
This model is intended to translate some frequently used words from english to other official languages. It is specially made for template parameters in order to simplify templates porting.
The template has two parameters: the laguage to translate to, and the word or word sequence to translate.
Usage
{{Traduci | <language_code> | <word> }}
where :
<language_code> is among: DE, ES, FR, RU
<word> is one of the following:
Personal Amber
Name
Title
Role
Meaning
means in Atysian
Race
Sex
Genre
Gender
Nation
Nationality
Organization
Worship
Cult
Faction
Guild
Rank
Birth
Death
Mother
Father
unknown
BEWARE: Case matters !!! (except in languages codes).
Examples
🇬🇧 | {{Traduci |gb|Mother}} |
Mother |
🇩🇪 | {{Traduci |DE|Gender}} |
Geschlecht |
🇪🇸 | {{Traduci |es|Personal Amber}} |
Ámbar personal |
🇫🇷 | {{Traduci |FR|Birth}} |
Naissance |
🇷🇺 | {{Traduci |RU|Faction}} |
Фракция |
Test: '''Woren Siloy''' {{Traduci |en|means in Atysian}} ''Salut!''
→→ Woren Siloy means in Atysian Hello!