|
|
| Line 12: |
Line 12: |
|
| |
|
| <dpl> | | <dpl> |
| namespace= | | namespace=Main |
| ordermethod=lastedit | | ordermethod=lastedit |
| order=descending | | order=descending |
| count=5 | | count=5 |
| include={Infobox} | | includematch=/Infobox/ |
| format= | | mode=inline |
| <div style="width: 300px; height: 400px; position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0px 4px 6px rgba(0,0,0,0.1);">
| | format=§{{ArticleTile|title=%TITLE%|fullpagename=%PAGE%|image=%FILE%|user=%USER%|date=%DATE%}}§, |
| {{{image|300px|center}}}
| |
| <div style="position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.7); color: white; padding: 10px; text-align: center;">
| |
| <a href="{{{fullpagename}}}" style="color: white; font-size: 18px; font-weight: bold; text-decoration: none;">{{{title}}}</a>
| |
| <br>
| |
| <small>by <a href="{{{userpagelink}}}" style="color: #ddd;">{{{user}}}</a></small>
| |
| <br>
| |
| <small style="position: absolute; bottom: 5px; right: 10px; color: #ccc;">Last updated: {{{date}}}</small>
| |
| </div>
| |
| </div>
| |
| </dpl> | | </dpl> |
|
| |
|
| </div> | | </div> |