Open main menu

Changes

Template:C

194 bytes added, 12:22, 13 June 2020
no edit summary
<noinclude>
This template is being used to split text in two columns. This template require css additions on the instance where is hosted. Please checkout the required css.
= No questions =
<code><nowiki>{{c |first column content|second column content}}</nowiki></code>
| Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
| {{q|11. |To whom else is Isaiah 13:2 directed, and how do they obey it?}}{{q|12.|To whom else is Isaiah 13:2 directed, and how do they obey it?}} }}
= Required css =
 
</noinclude>
<includeonly>
{{#ifeq: {{{1}}} |q| <div class="two-columns-container" style="display:flex;max-width:720px;text-align:justify"><div class="first-column" style="flex:1;margin-right:20px"><div display:flex; flex-direction:column><div>{{{2}}}</div><hr style="border-top: 0.15em solid;width:56px;color:#5f6367;background-color: inherit;"><div style="font-size: 11.9px;">{{{3}}}</div></div></div><div class="second-column" style="flex:1;"><div display:flex; flex-direction:column><div>{{{2}}}</div><hr style="border-top: 0.15em solid;width: 56px;color:#5f6367;background-color: inherit;"><div style="font-size: 11.9px;">{{{5}}}</div></div></div></div></div> | <div style="display:flex;max-width:720px;text-align:justify"><div style="flex:1;margin-right:20px">{{{1}}}</div><div style="flex:1">{{{2}}}</div></div>}}
</includeonly>