Draft:Template:Article: Difference between revisions
From AbhiprayaVedi
No edit summary |
No edit summary |
||
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly>{{DISPLAYTITLE:{{{DisplayTitle|{{{Title|}}}}}}}}<!-- | ||
--><div class="article-container" data-language="{{{Language|}}}"> | |||
<!-- Article Header - Clean, No Duplication --> | |||
<div class="article-header"> | |||
<div class="author-info"><span class="author-name">{{{Author|}}}</span><span class="date-info">{{#time:d-m-Y|{{{Date|}}}}}</span><span class="category-badge">{{{Category|}}}</span></div> | |||
</div> | |||
<!-- Introduction - Compact --> | |||
<div class="introduction-section"> | |||
{{{Introduction|}}} | |||
</div> | |||
<!-- Two Column Layout --> | |||
<div class="content-wrapper"> | |||
<!-- Main Content --> | |||
<div class="main-content"> | |||
<!-- Image 1 - Left Aligned --> | |||
{{#if:{{{Image1|}}}| | |||
<div class="image-left"> | |||
[[File:{{{Image1}}}|thumb|400px|{{{Image1Caption|}}}]] | |||
</div> | |||
|}} | |||
<!-- Article Text --> | |||
<div class="article-text"> | |||
{{{Content|}}} | |||
</div> | |||
{{# | <!-- Additional Images --> | ||
</ | {{#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:{{{ | {{#if:{{{SourceURL|}}}| • [{{{SourceURL|}}} യഥാർത്ഥ ലേഖനം]}} | ||
</div> | </div> | ||
|}} | |||
</div> | |||
= | <!-- Right 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|}}}| | {{#if:{{{Author_Bio|}}}| | ||
= | <div class="author-bio"> | ||
{{{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 as Floating Box --> | |||
{{#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> | |||
<!-- ================================================================ | |||
CATEGORIES | |||
NOTE on Malayalam DEFAULTSORT bug: | |||
MediaWiki's DEFAULTSORT cannot sort Malayalam Unicode text correctly — | |||
it only reads the first character, so categories show truncated names. | |||
FIX: We use the "sort key" parameter directly on each [[Category:]] link. | |||
The sort key is the DisplayTitle passed explicitly, which makes the full | |||
title appear correctly in the category listing. | |||
================================================================ --> | |||
[[Category:{{{Category|}}}|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
[[Category:Articles|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
{{#if:{{{Language|}}}|[[Category:{{{Language}}} articles|{{{DisplayTitle|{{{Title|}}}}}}]]|}} | |||
<!-- English-to-Malayalam parallel categories --> | |||
{{#switch:{{{Category|}}} | |||
|Politics=[[Category:രാഷ്ട്രീയം|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Society=[[Category:സമൂഹം|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Culture=[[Category:സംസ്കാരം|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Science=[[Category:ശാസ്ത്രം|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Literature=[[Category:സാഹിത്യം|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Cinema=[[Category:സിനിമ|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Environment=[[Category:പരിസ്ഥിതി|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Economics=[[Category:സമ്പദ്വ്യവസ്ഥ|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
|Opinion=[[Category:അഭിപ്രായം|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
}} | |||
{{#if:{{{OriginalAuthor|}}}| | |||
[[Category:Articles by {{{OriginalAuthor|}}}|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
[[Category:Translations|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
[[Category:Translated by {{{Author|}}}|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
| | |||
[[Category:Articles by {{{Author|}}}|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
}} | }} | ||
</includeonly> | |||
<noinclude> | |||
== Ver3: Fix for Category Display Names == | |||
=== The Malayalam DEFAULTSORT Problem === | |||
`{{DEFAULTSORT:}}` does NOT work correctly with Malayalam (or any Unicode script that is non-Latin). MediaWiki's sort key mechanism only reads the first Unicode code point, which is why categories were showing only the first letter/character of the title. | |||
=== The Fix === | |||
Instead of using `DEFAULTSORT`, we now pass the sort key '''directly on each category link''' using the pipe syntax: | |||
<pre> | |||
[[Category:Articles|{{{DisplayTitle|{{{Title|}}}}}}]] | |||
</pre> | |||
This tells MediaWiki: "place this page in the category, and display it under the sort key equal to the DisplayTitle." Since MediaWiki renders the sort key as the display label in category listings, the full Malayalam title now appears correctly. | |||
=== How it works === | |||
{| class="wikitable" | |||
! Parameter !! Example value | |||
|- | |||
| Page name || <code>Something-In-The-Air</code> | |||
|- | |||
| DisplayTitle || <code>Something in the Air?</code> | |||
|- | |||
| Category shows || '''Something in the Air?''' ✓ | |||
|} | |||
For Malayalam: | |||
[[Category: | {| class="wikitable" | ||
! Parameter !! Example value | |||
|- | |||
| Page name || <code>Kerala-Climate-Change</code> | |||
|- | |||
| DisplayTitle || <code>കേരളത്തിലെ കാലാവസ്ഥാ വ്യതിയാനം</code> | |||
|- | |||
| Category shows || '''കേരളത്തിലെ കാലാവസ്ഥാ വ്യതിയാനം''' ✓ | |||
|} | |||
[[Category:Templates]] | |||
</noinclude> | |||
Latest revision as of 18:56, 10 April 2026
Ver3: Fix for Category Display Names
The Malayalam DEFAULTSORT Problem
`` does NOT work correctly with Malayalam (or any Unicode script that is non-Latin). MediaWiki's sort key mechanism only reads the first Unicode code point, which is why categories were showing only the first letter/character of the title.
The Fix
Instead of using `DEFAULTSORT`, we now pass the sort key directly on each category link using the pipe syntax:
[[Category:Articles|{{{DisplayTitle|{{{Title|}}}}}}]]
This tells MediaWiki: "place this page in the category, and display it under the sort key equal to the DisplayTitle." Since MediaWiki renders the sort key as the display label in category listings, the full Malayalam title now appears correctly.
How it works
| Parameter | Example value |
|---|---|
| Page name | Something-In-The-Air
|
| DisplayTitle | Something in the Air?
|
| Category shows | Something in the Air? ✓ |
For Malayalam:
| Parameter | Example value |
|---|---|
| Page name | Kerala-Climate-Change
|
| DisplayTitle | കേരളത്തിലെ കാലാവസ്ഥാ വ്യതിയാനം
|
| Category shows | കേരളത്തിലെ കാലാവസ്ഥാ വ്യതിയാനം ✓ |