{{{content}}}
Template:EnglishArticle: Difference between revisions
From AbhiprayaVedi
No edit summary |
mNo edit summary Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
<templatestyles src="Template:EnglishArticle/styles.css" /> | |||
{{DISPLAYTITLE:{{{display_name|{{{title|No Title Provided}}}}}}}} | {{DISPLAYTITLE:{{{display_name|{{{title|No Title Provided}}}}}}}} | ||
<div class="article-header"> | <div class="article-header"> | ||
<div class="article-title"> | <div class="article-title"> | ||
'''{{{display_name|{{{title|No Title Provided}}}}}''' | '''{{{display_name|{{{title|No Title Provided}}}}}''' | ||
</div> | </div> | ||
<div class="article-byline"> | |||
<div class="article-byline"> | ''By <span style="font-weight:bold; font-size:1.32em;">{{{author|Anonymous}}}</span>'' | ||
''By <span style="font-weight:bold; font-size:1. | <span style="margin-left:12px;">({{#if: {{{date|}}} | {{{date}}} | {{CURRENTDAY}}-{{CURRENTMONTH}}-{{CURRENTYEAR}} }})</span> | ||
<span style="margin-left: | </div> | ||
</div> | |||
</div> | </div> | ||
<!-- Sidebar --> | <!-- Right Sidebar --> | ||
<div class="article-sidebar"> | <div class="article-sidebar"> | ||
{{#if: {{{thumbnail|}}} | | {{#if: {{{thumbnail|}}} | | ||
| Line 23: | Line 24: | ||
{{#if: {{{highlight2|}}} | | {{#if: {{{highlight2|}}} | | ||
<hr | <hr> | ||
<div class="highlight-box">'''Additional Insight:''' {{{highlight2}}}</div> | <div class="highlight-box">'''Additional Insight:''' {{{highlight2}}}</div> | ||
}} | }} | ||
</div> | </div> | ||
<!-- | <!-- Introduction --> | ||
<div class="intro-box"> | <div class="intro-box"> | ||
{{{intro|Placeholder: Add a brief 2-3 line introduction here.}}} | {{{intro|Placeholder: Add a brief 2-3 line introduction here.}}} | ||
| Line 35: | Line 36: | ||
<!-- Main Content --> | <!-- Main Content --> | ||
<div class="article-content"> | <div class="article-content"> | ||
{{{content | {{{content}}} | ||
</div> | </div> | ||
<!-- Category | <!-- Visible Category --> | ||
{{#if: {{{category|}}} | | {{#if: {{{category|}}} | | ||
<div class="article-category"> | <div class="article-category"> | ||
| Line 45: | Line 46: | ||
}} | }} | ||
<!-- About Author & Source Attribution --> | |||
{{#if: {{{author_bio|{{{translator|{{{source|}}}}}}}}} | | {{#if: {{{author_bio|{{{translator|{{{source|}}}}}}}}} | | ||
== About the Author | == About the Author == | ||
{{{author_bio|}}} | {{{author_bio|Placeholder: Add author bio or link to author page.}}} | ||
{{#if: {{{translator|}}} | | {{#if: {{{translator|}}} | | ||
== Source Attribution == | |||
Translated by: {{{translator}}} <br> | Translated by: {{{translator}}} <br> | ||
Original: {{{source|}}} | Original Source: {{{source|}}} <br> | ||
URL: {{{source_url|}}} <br> | |||
Permission: {{{permission_note|}}} | Permission: {{{permission_note|}}} | ||
}} | }} | ||
}} | }} | ||