Extension:CategoryStack
Jump to navigation
Jump to search
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
CategoryStack Release status: unmaintained |
|
---|---|
Implementation | Parser extension |
Description | List all pages under a specified category |
Author(s) | Solomon Kinard (sawdabeetalk) |
Latest version | 0.2 (2011-10-18) |
MediaWiki | 1.17 |
License | GPL |
Download | GitHub: Note: |
What can this extension do?[edit]
This extension creates a listing of all the articles that are a member of the given category.
Usage[edit]
Edit and add one of the following lines to a page of your choosing:
- Simple:
{{#CategoryStack:YourCategoryHere| }}
- Advanced:
{{#CategoryStack:YourCategoryHere|PrependedTextToRemove}}
- Example:
{{#CategoryStack:YourCategoryHere|:Category:}}
Download instructions[edit]
http://solomonkinard.com/www-uploads/CategoryStack.bz2
Installation[edit]
To install this extension, add the following to LocalSettings.php :
# Category stack
require_once("$IP/extensions/CategoryStack/CategoryStack.php");
Configuration parameters[edit]
The space after the | is what you would like to be removed from the output. This particular removal feature is experimental.
Copyright[edit]
Free to use as long as credit is given.