Template:InterestingScreenshot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<!-- | <!-- | ||
Template:InterestingScreenshot | Template:InterestingScreenshot | ||
--------------------------------- | --------------------------------- | ||
A simplified template with no conditionals. All parameters should be provided. | |||
Usage | Usage: | ||
{{InterestingScreenshot | {{InterestingScreenshot | ||
| title = Some Title | |||
| file = Example.png | |||
| description = A short description | |||
| reason = Why it's interesting | |||
| date = 2025-03-15 | |||
}} | }} | ||
--> | --> | ||
</noinclude> | </noinclude> | ||
<div | <includeonly> | ||
<div style="border:1px solid #CCC; padding:8px; margin:8px 0;"> | |||
<h2>{{{title}}}</h2> | |||
<h2> | |||
<!-- Increased thumbnail size by using upright=2 --> | |||
[[File:{{{file}}}|thumb|700px|{{{description}}}]] | |||
<h3>Why is it interesting?</h3> | <h3>Why is it interesting?</h3> | ||
<p>{{{reason | <p>{{{reason}}}</p> | ||
<p><strong>Date:</strong> {{{date}}}</p> | |||
</div> | </div> | ||
[[Category:Interesting Screenshots]] | [[Category:Interesting Screenshots]] | ||
</includeonly> | |||
Latest revision as of 2025-03-15T19:36:05