No description
This repository has been archived on 2026-07-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-08-30 00:32:21 +02:00
i18n a few adjustments 2020-08-26 11:17:00 +02:00
BlogPostIndex.alias.php a few adjustments 2020-08-26 11:17:00 +02:00
extension.json a few adjustments 2020-08-26 11:17:00 +02:00
README.md a few adjustments 2020-08-26 11:17:00 +02:00
SpecialBlogPostIndex.php change namespace from post to blog 2020-08-30 00:32:21 +02:00

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 StdoutBlogPostIndex in your extensions/ 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}}

Author

Thomas Jensen