This is a documentation subpage for Template:Translation. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{translation}}
→ transl.{{translation|literal=yes}}
→ lit. transl.{{translation|i=yes}}
→ transl.{{translation|a}}
→ transl. a{{translation|a|b}}
→ transl. a – transl. b
Spacing demonstration
a{{translation}}bcd
→ atransl.bcda{{translation|i=yes}}bcd
→ atransl.bcda{{translation|b}}cd
→ atransl. bcda{{translation|b|i=yes}}cd
→ atransl. bcda{{translation|b|c}}d
→ atransl. b – transl. cda{{translation|b|c|i=yes}}d
→ atransl. b – transl. cd
<templatedata>
{
"params": {
"1": {
"label": "meaning",
"example": "\"not is\"",
"type": "string",
"required": true
},
"2": {
"label": "second meaning",
"type": "string"
},
"sortable": {
"type": "string"
},
"i": {
"label": "italic",
"type": "string"
},
"literal": {
"label": "literal",
"type": "string"
}
}
}
</templatedata>