Anonymous user
Template:ArticleSnippet: Difference between revisions
no edit summary
imported>DaWhiteLouise mNo edit summary |
imported>DaWhiteLouise No edit summary |
||
| Line 1: | Line 1: | ||
<div style="max-width: 400px; border: 3px solid #ccccff; padding: 10px; text-align:center;"> | <div style="max-width: 400px; border: 3px solid #ccccff; padding: 10px; text-align:center;"> | ||
<div style="font-size: 150%; margin: 0 0 10px;">'''Article of the Day'''</div><div style="text-align:center;">[[File:{{{image|Sausage Pic.png}}}|400px]]</div> | <div style="font-size: 150%; margin: 0 0 10px;">'''Article of the Day'''</div><div style="text-align:center;">[[File:{{{image|Sausage Pic.png}}}|400px]]</div><div style="font-size: 70%; margin: 4px;">''{{{image description|Image Description}}}''</div> | ||
<div style="font-size: 150%; margin:10px 0 0 0;">{{{title|Title of the Article}}}</div> <div style="padding:10px;">{{{description|Description}}}</div> | <div style="font-size: 150%; margin:10px 0 0 0;">[[{{{title|Title of the Article}}}]]</div> <div style="padding:10px;">{{{description|Description}}}</div> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"example": "image.jpg" | |||
}, | |||
"title": { | |||
"label": "Article", | |||
"description": "Make sure to not put [[]] around the name of the article, as it automatically does that for you. Make sure the article link is correct", | |||
"example": "Headset era" | |||
}, | |||
"description": { | |||
"description": "Description of the article" | |||
}, | |||
"image description": { | |||
"description": "The description of the image" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"image", | |||
"image description", | |||
"title", | |||
"description" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||