Template:Verse translation/doc
This is a documentation subpage for Template:Verse translation. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses TemplateStyles: |
Usage
This template may be used when a verse text in its original language and its translation into English are to be displayed together. It displays the original text in italics and the translation in roman type. Optionally, it displays attributions for each text below. The main parameter set is the following:
{{Verse translation|lang=ISO 639 language code or IETF language tag|original text|translation|attr1=original text attribution|attr2=translation attribution|width=width of all contents}}
{{Verse translation|lang=|rtl1=|italicsoff=|head1=|<!--original text-->|attr1=|lang2=|rtl2=|italicsoff2=|head2=|<!--translation-->|attr2=}}
{{Verse translation
| lang =
| rtl1 =
| italicsoff =
| head1 =
| <!--original text-->
| attr1 =
| lang2 =
| rtl2 =
| italicsoff2 =
| head2 =
| <!--translation-->
| attr2 =
}}
Examples
Basic example
The first two parameters are required, unlabelled, and hold the two texts. For example:
Markup | Renders as | ||||
---|---|---|---|---|---|
|
| ||||
While |lang=de
is omitted in minimal examples, the |lang=
parameter should be specified in normal use for any language other than English.
Line breaks in the code texts are preserved in the display. Extra markup like
is not required, but will also be displayed if included. As shown below, correctly formatted inline references can also be added to both texts.
Full example
The parameters |attr1=
and |attr2=
are optional, must be labelled, and do not preserve line breaks in the code. They are meant to contain the attributions for (1) the original text and (2) the translation. Either, both, or neither may be used. Their content will be displayed preceded by a dash and in slightly reduced text. These texts do not wrap automatically; if wrapping is required,
can be used, as below. Also optional is |lang=
, which takes an IETF language tag or ISO 639 language code in the same format as {{lang}}. For example:
Markup |
| ||||
---|---|---|---|---|---|
Renders as |
|
Notice that the <ref>...</ref>
markup is added before the attribution parameters.
Italic override
If |italicsoff=
is set to any value, the first column's italics are turned off. This is useful for original texts in non-Latin scripts, for which italics may be neither useful nor appropriate:
Markup | Renders as | ||||
---|---|---|---|---|---|
|
| ||||
Right-to-left text
If |rtl1=
is set to any value, the first column's text is aligned right. This is useful for original texts in right-to-left languages like Arabic, as exemplified below:
Markup | Renders as | ||
---|---|---|---|
|
| ||
Tips
Special characters
As with many other templates, if the characters =
or |
appear in the verse texts, they will break the template's display. The easiest solution is to replace them with {{=}}
or {{!}}
respectively.
Language markup
The |lang=
parameter covers the first block of text in this template. It is good practice to enclose any other non-English text—such as in |attr1=
—in the {{lang}} template, as in the full example above.
The |lang2=
parameter is similar but covers the second block of text (it may be translated in another language than English)
Indentation
The indentation provided automatically in this template is approximately equal to
and
<poem>
in the following examples:
Markup Renders as Text. <blockquote>Indented text.</blockquote> More text.Text.
Quoted text.
More text.
Markup Renders as Text. <poem style="margin-left: 3em; font-style:italic">Indented text.</poem> More text.However, it looks markedly different on mobile, and lacks the semantics of
.
Prose
Although optimized for verse, the template works equally well for prose. For example:
<poem style="font-style:italic;text-align:left" lang="la"> Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur. Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis Garumna flumen, a Belgis Matrona et Sequana dividit. Horum omnium fortissimi sunt Belgae, propterea quod a cultu atque humanitate provinciae longissime absunt, minimeque ad eos mercatores saepe commeant atque ea quae ad effeminandos animos pertinent important, proximique sunt Germanis, qui trans Rhenum incolunt, quibuscum continenter bellum gerunt. Qua de causa Helvetii quoque reliquos Gallos virtute praecedunt, quod fere cotidianis proeliis cum Germanis contendunt, cum aut suis finibus eos prohibent aut ipsi in eorum finibus bellum gerunt.</poem>
<poem style="font-style:roman;text-align:left" lang="">All Gaul is divided into three parts, one of which the Belgae inhabit, the Aquitani another, those who in their own language are called Celts, in our Gauls, the third. All these differ from each other in language, customs and laws. The river Garonne separates the Gauls from the Aquitani; the Marne and the Seine separate them from the Belgae. Of all these, the Belgae are the bravest, because they are furthest from the civilization and refinement of [our] Province, and merchants least frequently resort to them, and import those things which tend to effeminate the mind; and they are the nearest to the Germans, who dwell beyond the Rhine, with whom they are continually waging war; for which reason the Helvetii also surpass the rest of the Gauls in valor, as they contend with the Germans in almost daily battles, when they either repel them from their own territories, or themselves wage war on their frontiers.</poem> —Gaius Julius Caesar, Commentarii de Bello Gallico 1.1 —translated by W.A. McDevitte and W.S. Bohn TemplateData
<templatedata> { "description": "Use this template to provide a side-by-side translation of a text", "params": { "1": { "label": "Original text", "type": "unknown", "autovalue": "", "required": true }, "2": { "label": "Translation", "type": "unknown", "autovalue": "", "required": true }, "head1": { "label": "Header or title for the original text" }, "head2": { "label": "Header or title for the translation" }, "italicsoff": { "label": "Italics (original text)", "description": "If set to any value, the first column's italics are turned off. This is useful for original texts in non-Latin scripts, for which italics may be neither useful nor appropriate.", "example": "y" }, "italicsoff2": { "label": "Italics (translation)", "description": "If set to any value, the second column's italics are turned off. This is useful for original texts in non-Latin scripts, for which italics may be neither useful nor appropriate.", "example": "y" }, "rtl1": { "label": "Right-to-left (original text)", "description": "If set to any value, the first column's text is aligned right. This is useful for original texts in right-to-left languages like Arabic.", "example": "y" }, "rtl2": { "label": "Right-to-left (translation)", "description": "If set to any value, the second column's text is aligned right. This is useful for original texts in right-to-left languages like Pashto.", "example": "y" }, "lang": { "label": "Language code (original text)", "description": "ISO 639 language code or IETF language tag for the first column of text.", "example": "fr" }, "lang2": { "label": "Language code (translation)", "description": "ISO 639 language code or IETF language tag for the second column of text.", "example": "it" }, "attr1": { "label": "Attribution (original text)", "description": "Attribution(s) for the original text", "example": "Rene Descartes (1644), Principles of Philosophy" }, "attr2": { "label": "Attribution (translation)", "description": "Attribution(s) for the translation", "example": "John Smith (1959)" }, "width": { "label": "Width (all texts)", "description": "Limit the width of the template enclosing entire content.", "example": "100%" } }, "paramOrder": [ "1", "2", "head1", "head2", "lang", "italicsoff", "rtl1", "attr1", "lang2", "italicsoff2", "rtl2", "attr2", "width" ] } </templatedata>
See also