Template:RecentBlogs: Difference between revisions
Appearance
Created page with "<div class="recent-blogs"> == 📰 Recent Blog Posts == {{#ask: Blog:+ | ?Creation date=Created | sort=Creation date | order=descending | limit=5 | format=ol | intro=<div class="blog-list"> | outro=</div> | default=No recent blog posts found. }} </div> <style> .recent-blogs { background: #fafafa; border: 1px solid #ddd; border-radius: 10px; padding: 1em; margin: 1em 0; box-shadow: 0 0 5px rgba(0,0,0,0.1); } .recent-blogs h2 { font-size: 1.2em;..." |
(No difference)
|
Revision as of 14:30, 11 October 2025
📰 Recent Blog Posts
{{#ask:
Blog:+ | ?Creation date=Created | sort=Creation date | order=descending | limit=5 | format=ol| intro=
| outro=
| default=No recent blog posts found.
}}
<style> .recent-blogs {
background: #fafafa; border: 1px solid #ddd; border-radius: 10px; padding: 1em; margin: 1em 0; box-shadow: 0 0 5px rgba(0,0,0,0.1);
} .recent-blogs h2 {
font-size: 1.2em; margin-bottom: 0.5em;
} .blog-list ol {
margin: 0; padding-left: 1.5em;
} </style>