Template:ArticleTest: Difference between revisions
From AbhiprayaVedi
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 13: | Line 13: | ||
<!-- Introduction --> | <!-- Introduction --> | ||
<div class="introduction-section"> | <div class="introduction-section"> | ||
{{{Introduction|}}} | |||
</div> | </div> | ||
| Line 19: | Line 19: | ||
<div class="content-wrapper"> | <div class="content-wrapper"> | ||
<!-- Main Content --> | |||
<div class="main-content"> | |||
<!-- Image 1 --> | |||
{{#if:{{{Image1|}}}| | |||
<div class="image-left"> | |||
[[File:{{{Image1}}}|thumb|400px|{{{Image1Caption|}}}]] | |||
</div> | |||
|}} | |||
<!-- Article Text --> | |||
<div class="article-text"> | |||
{{{Content|}}} | |||
</div> | |||
<!-- Image 2 --> | |||
{{#if:{{{Image2|}}}| | |||
<div class="content-image"> | |||
[[File:{{{Image2}}}|thumb|center|650px|{{{Image2Caption|}}}]] | |||
</div> | |||
|}} | |||
<!-- Source Attribution --> | |||
{{#if:{{{SourceName|}}}| | |||
<div class="source-attribution"> | |||
<strong>സ്രോതസ്സ്:</strong> {{{SourceName|}}} | |||
{{#if:{{{OriginalAuthor|}}}| • <strong>യഥാർത്ഥ രചയിതാവ്:</strong> {{{OriginalAuthor|}}}}} | |||
{{#if:{{{SourceURL|}}}| • [{{{SourceURL|}}} യഥാർത്ഥ ലേഖനം]}} | |||
</div> | |||
|}} | |||
</div> | |||
<!-- Sidebar --> | |||
<div class="right-sidebar"> | |||
<!-- Author Infobox --> | |||
<div class="author-infobox"> | |||
{{#if:{{{Thumbnail|}}}| | |||
<div class="author-photo"> | |||
[[File:{{{Thumbnail}}}|frameless|280px]] | |||
</div> | |||
|}} | |||
<div class="author-name-box">[[{{{Author|}}}|{{{Author|}}}]]</div> | |||
{{#if:{{{Author_Bio|}}}| | |||
<div class="author-bio">{{{Author_Bio|}}}</div> | |||
|}} | |||
</div> | |||
<!-- Highlights --> | |||
{{#if:{{{Highlight1|}}}| | |||
<div class="highlight-box"> | |||
<div class="highlight-title">💡</div> | |||
<div class="highlight-text">{{{Highlight1|}}}</div> | |||
</div> | |||
|}} | |||
{{#if:{{{Highlight2|}}}| | |||
<div class="highlight-box"> | |||
<div class="highlight-title">💡</div> | |||
<div class="highlight-text">{{{Highlight2|}}}</div> | |||
</div> | |||
|}} | |||
<!-- Key Points --> | |||
{{#if:{{{KeyPoint1|}}}| | |||
<div class="keypoints-float"> | |||
<div class="keypoints-header">📌</div> | |||
<ul class="keypoints-list"> | |||
{{#if:{{{KeyPoint1|}}}|<li>{{{KeyPoint1|}}}</li>}} | |||
{{#if:{{{KeyPoint2|}}}|<li>{{{KeyPoint2|}}}</li>}} | |||
{{#if:{{{KeyPoint3|}}}|<li>{{{KeyPoint3|}}}</li>}} | |||
{{#if:{{{KeyPoint4|}}}|<li>{{{KeyPoint4|}}}</li>}} | |||
</ul> | |||
</div> | |||
|}} | |||
</div> | |||
</div> | </div> | ||
Latest revision as of 18:40, 18 April 2026
Test Version
This is the cleaned‑up test template for article rendering.