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