Template:Text and translation: Difference between revisions
Johnrdorazio (talk | contribs) m 1 revision imported |
Johnrdorazio (talk | contribs) No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><blockquote class="templatequote"><!-- |
|||
<div style="padding:1em 3em 1em 3em><!-- |
|||
--><div style="display:flex;flex-flow:row wrap; gap:3em"><!-- |
--><div style="display:flex;flex-flow:row wrap; gap:3em"><!-- |
||
--><div style="flex: 1 0 300px;">{{{1}}}</div><!-- |
--><div style="flex: 1 0 300px;"><p>{{{1}}}</p></div><!-- |
||
--><div style="flex: 1 0 300px;">{{{2}}}</div><!-- |
--><div style="flex: 1 0 300px;"><p>{{{2}}}</p></div><!-- |
||
--></div><!-- |
--></div><!-- |
||
-->{{#if:{{{author|{{{3|}}}}}}|<div class="templatequotecite">— <cite><span class="templatequote-author">{{{author|{{{3|}}}}}}</span>{{#if:{{{title|}}}|, <span class="templatequote-title"><i>{{{title}}}</i></span>}}{{#if:{{{publisher|}}}|, <span class="templatequote-publisher">{{{publisher}}}</span>}}{{#if:{{{edition|}}}|, <span class="templatequote-edition">{{{edition}}}</span>}}{{#if:{{{year|}}}|, <span class="templatequote-year">{{{year}}}</span>}}{{#if:{{{pages|}}}|, <span class="templatequote-pages">{{{pages}}}</span>}}</cite></div>}}<!-- |
|||
-->{{#if:{{{3|<noinclude>TRUE</noinclude>}}}|<p style="clear:left;margin:1em 0 1em 6em;align-self:flex-end">— {{{3}}}</p>}}<!-- |
|||
--></ |
--></blockquote></includeonly><noinclude> |
||
{{Documentation}} |
{{Documentation}} |
||
<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> |
<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> |
||
<templatedata> |
|||
⚫ | |||
{ |
|||
"params": { |
|||
"1": { |
|||
"description": "original text", |
|||
"example": "{{lang|it|Con la sua teoria di λόγος σπερματικός [logos spermatikos], Giustino getta un ponte tra l'antica filosofia ed il Cristianesimo.}}", |
|||
"type": "wiki-template-name" |
|||
}, |
|||
"2": { |
|||
"description": "English translation", |
|||
"type": "content", |
|||
"example": "With his theory of λόγος σπερματικός [logos spermatikos] Justin builds a bridge between ancient philosophy and Christianity." |
|||
}, |
|||
"3": { |
|||
"description": "author", |
|||
"type": "content", |
|||
"example": "Berthold Altaner" |
|||
}, |
|||
"author": { |
|||
"type": "content" |
|||
}, |
|||
"title": { |
|||
"type": "content", |
|||
"example": "Patrologia" |
|||
}, |
|||
"publisher": { |
|||
"type": "content", |
|||
"example": "Marietti" |
|||
}, |
|||
"year": { |
|||
"type": "content", |
|||
"example": "1977" |
|||
}, |
|||
"pages": { |
|||
"type": "content", |
|||
"example": "pp. 70-71" |
|||
}, |
|||
"edition": { |
|||
"example": "7th edition", |
|||
"type": "content" |
|||
} |
|||
}, |
|||
"description": "This template allows for the presentation of text in a language other than English alongside an English translation of that text. It is primarily designed for rendering poetic texts and their translations in parallel columns that are responsive to devices with display sizes smaller than a personal computer's screen. That is, on a large screen the text and translation are displayed side-by-side, reducing unsightly white space, but on a smaller screen they are presented one below the other.", |
|||
"paramOrder": [ |
|||
"1", |
|||
"2", |
|||
"3", |
|||
"author", |
|||
"title", |
|||
"publisher", |
|||
"edition", |
|||
"year", |
|||
"pages" |
|||
] |
|||
} |
|||
⚫ |
Latest revision as of 15:40, May 4, 2023
Usage
This template allows for the presentation of text in a language other than English alongside an English translation of that text. It is primarily designed for rendering poetic texts and their translations in parallel columns that are responsive to devices with display sizes smaller than a personal computer's screen. That is, on a large screen the text and translation are displayed side-by-side, reducing unsightly white space, but on a smaller screen they are presented one below the other.
Parameters
This template has three parameters. The first two are the original text and translation. The third is reserved for an optional citation of the passage:
{{Text and translation| (text or translation) | (text or translation) | citation information }}
Example
The following code:
{{Text and translation | Arma uirumque cano, Troiae qui primus ab oris<br> Italiam fato profugus Lauiniaque uenit<br> litora, multum ille et terris iactatus et alto<br> ui superum, saeuae memorem Iunonis ob iram. | I sing of arms and a man, he who first from the shores for Troy<br> fled under fate's compulsion to Italy and the Lavinian<br> shores, tossed much upon land and the deep<br> by the force of the gods on account of the mindful anger of savage Juno. | Vergil, ''Aeneid'' 1.1–4 }}
produces:
Arma uirumque cano, Troiae qui primus ab oris
Italiam fato profugus Lauiniaque uenit
litora, multum ille et terris iactatus et alto
ui superum, saeuae memorem Iunonis ob iram.I sing of arms and a man, he who first from the shores for Troy
fled under fate's compulsion to Italy and the Lavinian
shores, tossed much upon land and the deep
by the force of the gods on account of the mindful anger of savage Juno.—
See also
This template allows for the presentation of text in a language other than English alongside an English translation of that text. It is primarily designed for rendering poetic texts and their translations in parallel columns that are responsive to devices with display sizes smaller than a personal computer's screen. That is, on a large screen the text and translation are displayed side-by-side, reducing unsightly white space, but on a smaller screen they are presented one below the other.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | original text
| Template | optional |
2 | 2 | English translation
| Content | optional |
3 | 3 | author
| Content | optional |
author | author | no description | Content | optional |
title | title | no description
| Content | optional |
publisher | publisher | no description
| Content | optional |
edition | edition | no description
| Content | optional |
year | year | no description
| Content | optional |
pages | pages | no description
| Content | optional |