Extension:Memorize
From MediaWiki.org
|
Memorize Release status: stable |
|
|---|---|
| Implementation | Tag |
| Description | Allows users to create memorization tables like those on memorizable.org. |
| Author(s) | Ryan Lane |
| Last Version | 1.0a (2007-02-03) |
| MediaWiki | 1.7+ (or 1.6+, see Installation notes) |
| License | GPL |
| Download | Download snapshot |
| Example | http://www.ryandlane.com/sandbox/Memorizable |
This extension is a simple integration of memorization tables (called "memorizable tables") from memorizable.org. memorizable.js is licensed under a modified X11 license (more information can be found here).
Contents |
[edit] Usage
Create a table with table headings for each column, and add the <memorize /> tag to each heading.
{|
|+ Capitals
! Country <memorize /> !! Capital <memorize />
|-
| United States || Washington DC
|-
| China || Beijing
|-
| Japan || Tokyo
|-
| Germany || Berlin
|}
[edit] Installation
It is possible to use this extension with MediaWiki 1.6, but you'll need to add a hook to includes/SkinTemplate.php called "BeforePageDisplay". Take a look at MediaWiki 1.7+ to see where you need to add it.
- Download memorizable.js from memorizable.org and drop it in your extensions directory
- Download the extension from the link above, and drop it in your extensions directory
- Add the following to your LocalSettings.php, where $wgMemorizeExtensionPath is the relative URL to find memorizable.js:
- include("extensions/Memorize.php");
- $wgMemorizeExtensionPath = "/wiki/extensions";
[edit] Changelog
[edit] 1.0a
- Initial released version

