Template:XOTN/AOTN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="aotn-container">{{#if:{{{featured|false}}}| | <div class="aotn-container">{{#if:{{{featured|false}}}| | ||
<div class="aotn-content"> | <div class="aotn-content"> | ||
<div class="aotn-header" style="text-align:center; padding:10px; background:#f0f0f0; border-bottom:1px solid #ccc;"> | |||
< | <h3 style="margin:0; color:#AF0A0F;">'''{{{title|No title set}}}'''</h3> | ||
'''{{{title|No title set}}}'''< | {{#if:{{{image|}}}|<div style="margin:10px 0;">[[File:{{{image}}}|100px|{{{title}}}]]</div>}} | ||
{{#if:{{{ | |||
</div> | </div> | ||
<div class="aotn-scroll-content" style="height:300px; overflow-y:auto; padding:15px; background:#fff; border:1px solid #ddd;"> | |||
{{{content|{{{summary|No content available.}}}}}} | |||
</div> | |||
<div class="aotn-footer" style="text-align:center; padding:8px; background:#f0f0f0; border-top:1px solid #ccc;"> | |||
{{#if:{{{link|}}}|'''[[{{{link}}}|Read full article...]]''' • }} | |||
<small>Set by {{{editor|Unknown}}} on {{{date|Unknown date}}}</small> | |||
</div> | </div> | ||
</div> | </div> | ||
|<!-- Not featured, show placeholder --> | |<!-- Not featured, show placeholder --> | ||
<div class="aotn-placeholder"> | <div class="aotn-placeholder" style="text-align:center; padding:20px; background:#f9f9f9; border:1px solid #ddd;"> | ||
<em>No Article of the Now currently set. [[Encyclopedia Dramatica:XOTN/Queue|Submit one here]]!</em> | <em>No Article of the Now currently set. [[Encyclopedia Dramatica:XOTN/Queue|Submit one here]]!</em> | ||
</div> | </div> | ||
}}</div><includeonly>{{#if:{{{featured|}}}|[[Category:Current AOTN]]}}</includeonly><noinclude> | }}</div><includeonly>{{#if:{{{featured|}}}|[[Category:Current AOTN]]}}</includeonly><noinclude> | ||
This template displays the Article of the Now. | This template displays the Article of the Now with scrollable content. | ||
'''Parameters:''' | '''Parameters:''' | ||
title = Article title | title = Article title | ||
image = Image filename | image = Image filename | ||
summary = Brief | content = Full article content (use this for long content) | ||
summary = Brief summary (fallback if no content) | |||
link = Link to full article | link = Link to full article | ||
date = Date set | date = Date set | ||
| Line 29: | Line 31: | ||
featured = true/false | featured = true/false | ||
'''Usage:''' | |||
For full articles, use |content= parameter with the entire article text. | |||
For summaries, use |summary= parameter. | |||
[[Category:XOTN Templates]] | [[Category:XOTN Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 07:15, 17 August 2025
No title set
No content available.
This template displays the Article of the Now with scrollable content. Parameters:
title = Article title image = Image filename content = Full article content (use this for long content) summary = Brief summary (fallback if no content) link = Link to full article date = Date set expires = Expiration date editor = Who set it featured = true/false
Usage: For full articles, use |content= parameter with the entire article text. For summaries, use |summary= parameter.