Template:Literal translation

(Redirected from Template:Lit)

lit.

Documentation icon Template documentation[view] [edit] [history] [purge]

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.bcd
  • a{{literal translation|i=yes}}bcd → alit.bcd
  • a{{literal translation|b}}cd → alit.'b'cd
  • a{{literal translation|b|i=yes}}cd → alit.'b'cd
  • a{{literal translation|b|c}}d → alit.'b' or 'c'd
  • a{{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>