Template:Translation table
Appearance
<template error: should be {{translation table|start}}, {{translation table|end}}, {{translation table|header|header text}}, or {{translation table/row}}.>
Usage
[edit]This template and its subpage are used to create translation tables, displaying the original and translated text. This should be done within a wrapper template for usability.
Example
[edit]{{translation table|start}}
{{translation table|header|Examples}}
{{translation table/row
|description = Translated example
|original = A few English words here.
|translation = Quelques mots en français ici.
|lang1 = en
|lang2 = fr
}}
{{translation table/row
|description = ''Un''translated example
|original = A few English words here.
|translation =
|lang1 = en
|lang2 = fr
}}
{{translation table|end}}
| Examples | |
|---|---|
| Translated example | en: A few English words here. |
| fr: Quelques mots en français ici. | |
| Untranslated example | en: A few English words here. |
| fr: | |