Draft:Template:Article: Difference between revisions
From AbhiprayaVedi
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{DISPLAYTITLE:{{{DisplayTitle|{{{Title|}}}}}}}} | {{DISPLAYTITLE:{{{DisplayTitle|{{{Title|}}}}}}}} | ||
<!-- Custom CSS for Modern Design --> | |||
<style> | |||
.article-container { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | |||
} | |||
.article-header { | |||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |||
color: white; | |||
padding: 40px; | |||
border-radius: 12px; | |||
margin-bottom: 30px; | |||
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3); | |||
} | |||
.article-meta-box { | |||
background: linear-gradient(135deg, #e0e7ff 0%, #cfd9ff 100%); | |||
border-left: 5px solid #4c51bf; | |||
padding: 20px; | |||
margin: 25px 0; | |||
border-radius: 8px; | |||
box-shadow: 0 2px 8px rgba(0,0,0,0.08); | |||
} | |||
.introduction-box { | |||
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); | |||
border-left: 5px solid #f59e0b; | |||
padding: 25px; | |||
margin: 25px 0; | |||
border-radius: 8px; | |||
font-size: 1.15em; | |||
line-height: 1.9; | |||
color: #78350f; | |||
font-weight: 500; | |||
box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15); | |||
} | |||
.left-sidebar { | |||
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); | |||
border: 2px solid #fbbf24; | |||
border-radius: 10px; | |||
padding: 20px; | |||
box-shadow: 0 4px 12px rgba(251, 191, 36, 0.2); | |||
} | |||
.right-sidebar { | |||
background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%); | |||
border: 2px solid #34d399; | |||
border-radius: 10px; | |||
padding: 20px; | |||
box-shadow: 0 4px 12px rgba(52, 211, 153, 0.2); | |||
} | |||
.sidebar-title { | |||
font-weight: bold; | |||
margin-bottom: 15px; | |||
font-size: 1.1em; | |||
padding-bottom: 10px; | |||
border-bottom: 2px solid rgba(0,0,0,0.1); | |||
} | |||
.highlight-box { | |||
background: white; | |||
padding: 12px; | |||
margin-bottom: 12px; | |||
border-radius: 6px; | |||
border-left: 4px solid #10b981; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.05); | |||
} | |||
.keypoint-list { | |||
list-style: none; | |||
padding: 0; | |||
margin: 0; | |||
} | |||
.keypoint-list li { | |||
padding: 10px; | |||
margin-bottom: 8px; | |||
background: white; | |||
border-radius: 6px; | |||
border-left: 4px solid #f59e0b; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.05); | |||
} | |||
.keypoint-list li:before { | |||
content: "▸ "; | |||
color: #f59e0b; | |||
font-weight: bold; | |||
margin-right: 8px; | |||
} | |||
.source-box { | |||
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); | |||
border: 2px solid #fbbf24; | |||
border-radius: 8px; | |||
padding: 18px; | |||
margin: 30px 0; | |||
box-shadow: 0 4px 12px rgba(251, 191, 36, 0.15); | |||
} | |||
.author-bio-box { | |||
background: linear-gradient(135deg, #e0e7ff 0%, #cfd9ff 100%); | |||
padding: 25px; | |||
margin: 35px 0 25px 0; | |||
border-top: 4px solid #667eea; | |||
border-radius: 8px; | |||
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15); | |||
} | |||
.article-content { | |||
font-size: 1.08em; | |||
line-height: 1.9; | |||
color: #1f2937; | |||
text-align: justify; | |||
} | |||
.article-content p { | |||
margin-bottom: 1.2em; | |||
} | |||
@media (max-width: 768px) { | |||
.article-layout { | |||
flex-direction: column !important; | |||
} | |||
.left-sidebar, .right-sidebar { | |||
flex: 1 1 auto !important; | |||
margin-bottom: 20px; | |||
} | |||
} | |||
</style> | |||
<div class="article-container"> | |||
<!-- Article Header --> | |||
<div class="article-header"> | |||
<h1 style="margin: 0 0 15px 0; font-size: 2.5em; text-shadow: 2px 2px 4px rgba(0,0,0,0.2);">{{{DisplayTitle|{{{Title|}}}}}}</h1> | |||
<div style="font-size: 1.1em; opacity: 0.95;"> | |||
{{#if:{{{OriginalAuthor|}}}| | |||
<strong>യഥാർത്ഥ രചയിതാവ്:</strong> {{{OriginalAuthor|}}} | <strong>പരിഭാഷ:</strong> {{{Author|}}} | |||
| | |||
<strong>രചയിതാവ്:</strong> {{{Author|}}} | |||
}} | |||
| <strong>തീയതി:</strong> {{{Date|}}} | <strong>വിഭാഗം:</strong> {{{Category|}}} | |||
</div> | |||
</div> | |||
<!-- Main Content Area with Sidebars --> | <!-- Main Content Area with Sidebars --> | ||
<div style="display: flex; gap: | <div class="article-layout" style="display: flex; gap: 25px; margin: 20px 0;"> | ||
<!-- Left Sidebar - Key Points --> | <!-- Left Sidebar - Key Points --> | ||
{{#if:{{{KeyPoint1|}}}| | {{#if:{{{KeyPoint1|}}}| | ||
<div class="left-sidebar" style="flex: 0 0 | <div class="left-sidebar" style="flex: 0 0 220px;"> | ||
<div style=" | <div class="sidebar-title" style="color: #92400e;">📌 പ്രധാന പോയിന്റുകൾ</div> | ||
<ul | <ul class="keypoint-list"> | ||
{{#if:{{{KeyPoint1|}}}|<li>{{{KeyPoint1|}}}</li>}} | {{#if:{{{KeyPoint1|}}}|<li>{{{KeyPoint1|}}}</li>}} | ||
{{#if:{{{KeyPoint2|}}}|<li>{{{KeyPoint2|}}}</li>}} | {{#if:{{{KeyPoint2|}}}|<li>{{{KeyPoint2|}}}</li>}} | ||
| Line 20: | Line 170: | ||
<!-- Main Content Column --> | <!-- Main Content Column --> | ||
<div class="main-content-column" style="flex: 1; min-width: 0;"> | <div class="main-content-column" style="flex: 1; min-width: 0;"> | ||
<!-- Thumbnail --> | <!-- Thumbnail --> | ||
{{#if:{{{Thumbnail|}}}| | {{#if:{{{Thumbnail|}}}| | ||
<div style="float: right; margin: 0 0 | <div style="float: right; margin: 0 0 20px 20px;"> | ||
[[File:{{{Thumbnail}}}|thumb| | [[File:{{{Thumbnail}}}|thumb|350px|{{{ThumbnailCaption|}}}]] | ||
</div> | </div> | ||
|}} | |}} | ||
<!-- Introduction Section | <!-- Introduction Section --> | ||
<div class=" | <div class="introduction-box"> | ||
{{{Introduction|}}} | {{{Introduction|}}} | ||
</div> | </div> | ||
<!-- Main Article Content | <!-- Main Article Content --> | ||
<div class="article-content | <div class="article-content"> | ||
{{#if:{{{Image1|}}}| | {{#if:{{{Image1|}}}| | ||
<!-- | <!-- Content with embedded image --> | ||
{{{Content|}}} | {{{Content|}}} | ||
<div style="margin: | <div style="margin: 35px 0; clear: both;"> | ||
[[File:{{{Image1}}}|thumb|center| | [[File:{{{Image1}}}|thumb|center|700px|{{{Image1Caption|}}}]] | ||
</div> | </div> | ||
| | | | ||
<!-- | <!-- Content without image --> | ||
{{{Content|}}} | {{{Content|}}} | ||
}} | }} | ||
</div> | </div> | ||
<!-- Additional Images | <!-- Additional Images --> | ||
{{#if:{{{Image2|}}}| | {{#if:{{{Image2|}}}| | ||
<div | <div style="margin: 35px 0;"> | ||
<div style="margin: | <div style="margin: 25px 0;"> | ||
[[File:{{{Image2}}}|thumb|center| | [[File:{{{Image2}}}|thumb|center|650px|{{{Image2Caption|}}}]] | ||
</div> | </div> | ||
{{#if:{{{Image3|}}}| | {{#if:{{{Image3|}}}| | ||
<div style="margin: | <div style="margin: 25px 0;"> | ||
[[File:{{{Image3}}}|thumb|center| | [[File:{{{Image3}}}|thumb|center|650px|{{{Image3Caption|}}}]] | ||
</div> | </div> | ||
}} | }} | ||
| Line 73: | Line 214: | ||
</div> | </div> | ||
<!-- Right Sidebar - Highlights | <!-- Right Sidebar - Highlights --> | ||
{{#if:{{{Highlight1|}}}| | {{#if:{{{Highlight1|}}}| | ||
<div class="right-sidebar" style="flex: 0 0 | <div class="right-sidebar" style="flex: 0 0 240px;"> | ||
<div style=" | <div class="sidebar-title" style="color: #065f46;">💡 പ്രത്യേക ശ്രദ്ധയ്ക്ക്</div> | ||
{{#if:{{{Highlight1|}}}| | {{#if:{{{Highlight1|}}}| | ||
<div | <div class="highlight-box"> | ||
{{{Highlight1|}}} | {{{Highlight1|}}} | ||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{Highlight2|}}}| | {{#if:{{{Highlight2|}}}| | ||
<div | <div class="highlight-box"> | ||
{{{Highlight2|}}} | {{{Highlight2|}}} | ||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{Highlight3|}}}| | {{#if:{{{Highlight3|}}}| | ||
<div | <div class="highlight-box"> | ||
{{{Highlight3|}}} | {{{Highlight3|}}} | ||
</div> | </div> | ||
}} | }} | ||
</div> | </div> | ||
|}} | |}} | ||
| Line 99: | Line 238: | ||
</div> | </div> | ||
<!-- Source Attribution | <!-- Source Attribution --> | ||
{{#if:{{{SourceName|}}}| | {{#if:{{{SourceName|}}}| | ||
<div class="source- | <div class="source-box"> | ||
< | <div style="font-weight: bold; color: #92400e; margin-bottom: 8px; font-size: 1.1em;">📰 സ്രോതസ്സ് (Source)</div> | ||
{{{SourceName|}}}{{#if:{{{OriginalDate|}}}| | <div style="color: #78350f; line-height: 1.7;"> | ||
<strong>പ്രസിദ്ധീകരണം:</strong> {{{SourceName|}}} | |||
{{#if:{{{OriginalDate|}}}|<br/><strong>യഥാർത്ഥ തീയതി:</strong> {{{OriginalDate|}}}}} | |||
{{#if:{{{SourceURL|}}}|<br/><strong>ലിങ്ക്:</strong> [{{{SourceURL|}}} യഥാർത്ഥ ലേഖനം കാണുക]}} | |||
{{#if:{{{TranslationType|}}}|<br/><strong>തരം:</strong> {{{TranslationType|}}}}} | |||
{{#if:{{{PermissionNote|}}}|<br/><em>{{{PermissionNote|}}}</em>}} | |||
</div> | |||
</div> | </div> | ||
|}} | |}} | ||
<!-- Translator | <!-- Author/Translator Bio --> | ||
{{#if:{{{Author_Bio|}}}| | {{#if:{{{Author_Bio|}}}| | ||
<div class="author-bio | <div class="author-bio-box"> | ||
<div style="font-size: 1. | <div style="font-size: 1.3em; color: #4338ca; font-weight: bold; margin-bottom: 15px;"> | ||
{{#if:{{{OriginalAuthor|}}}| | {{#if:{{{OriginalAuthor|}}}| | ||
✍️ പരിഭാഷകനെക്കുറിച്ച് (About the Translator) | ✍️ പരിഭാഷകനെക്കുറിച്ച് (About the Translator) | ||
| Line 117: | Line 262: | ||
}} | }} | ||
</div> | </div> | ||
<div style="line-height: 1. | <div style="line-height: 1.8; color: #312e81;"> | ||
{{{Author_Bio|}}} | {{{Author_Bio|}}} | ||
</div> | </div> | ||
</div> | </div> | ||
|}} | |}} | ||
</div> | |||
<!-- Categories --> | <!-- Categories --> | ||
| Line 138: | Line 285: | ||
== Article Template Documentation == | == Article Template Documentation == | ||
This template creates a beautifully formatted article page with | This template creates a modern, beautifully formatted article page with gradient hues and improved mobile responsiveness. | ||
=== New Features === | |||
* | * Modern gradient color scheme with purple, yellow, and green hues | ||
* | * Improved mobile responsiveness | ||
* | * Enhanced typography and spacing | ||
* Shadow effects for depth | |||
* | * Better visual hierarchy | ||
* | * Smooth hover effects | ||
* | |||
=== Usage === | === Usage === | ||
Same parameters as before, but with enhanced visual presentation. | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 23:35, 21 January 2026
Article Template Documentation
This template creates a modern, beautifully formatted article page with gradient hues and improved mobile responsiveness.
New Features
- Modern gradient color scheme with purple, yellow, and green hues
- Improved mobile responsiveness
- Enhanced typography and spacing
- Shadow effects for depth
- Better visual hierarchy
- Smooth hover effects
Usage
Same parameters as before, but with enhanced visual presentation.