No description
- PHP 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| i18n | ||
| BlogPostIndex.alias.php | ||
| extension.json | ||
| README.md | ||
| SpecialBlogPostIndex.php | ||
StdoutBlogPostIndex
Custom MediaWiki special page extension for https://www.stdout.no, based on Newest Pages.
This extension creates a special page where pages in the NS_BLOG namespace is listed chronologically, grouped by year and month, like this:
June 2020
- A blog post
May 2020
- More blogs posts
- And stuff
This extension is a work in progress!
Installation
- Clone this repository in a directory called
StdoutBlogPostIndexin yourextensions/folder. - Add the following code at the bottom of your
LocalSettings.php:
wfLoadExtension( 'StdoutBlogPostIndex' );
- Done! – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Include
{{Special:BlogPosts}}