Template:Text and translation: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1:
<includeonly><divblockquote styleclass="padding:1em 3em 1em 3emtemplatequote"><!--
--><div style="display:flex;flex-flow:row wrap; gap:3em"><!--
--><div style="flex: 1 0 300px;"><p>{{{1}}}</p></div><!--
--><div style="flex: 1 0 300px;"><p>{{{2}}}</p></div><!--
--></div><!--
-->{{#if:{{{author|{{{3|}}}}}}|<div class="templatequotecite">—&thinsp;<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>}}<!--
--></divblockquote></includeonly><noinclude>
 
{{Documentation}}
Line 14:
"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.}}",
"example": "Jesus of Nazareth",
"type": "wiki-template-name",
"default": "{{lang|it|original italian text here. if not italian, change language code accordingly}}"
},
"2": {
"description": "English translation",
"type": "stringcontent",
"example": "With his theory of λόγος σπερματικός [logos spermatikos] Justin builds a bridge between ancient philosophy and Christianity."
},
"3": {
"description": "author",
"type": "stringcontent",
"example": "Berthold Altaner"
},
"author": {
"type": "stringcontent"
},
"title": {
"type": "stringcontent",
"example": "Patrologia"
},
"publisher": {
"type": "stringcontent",
"example": "Marietti"
},
"year": {
"type": "stringcontent",
"example": "1977"
},
"pages": {
"type": "stringcontent",
"example": "Jesuspp. of Nazareth70-71",
},
"edition": {
"example": "7th edition",
"type": "stringcontent"
}
},