Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The MediaWiki Filter module (aka mediawiki_filter) provides an input format, compatible with MediaWiki markup. Opposed to older approaches, it does not emulate the MediaWiki parser, but wraps the original MediaWiki's library for parsing and rendering MediaWiki syntax.
Built-in features (no additional modules required):
100% compatibility with MediaWiki markup;
Table support;
Distinction between internal and external links;
ToC. Table of content support;
Templates. A content type can be defined as Template. Usage: {{Name}}
Interwiki links are supported and can be specified by providing a mapping of interwiki targets and mapping URLs. A special interwiki target is given for linking to a drupal path.
Module status: To gain full project status, this sandbox project has been submitted to the Drupal.org Project applications queue on September 1, 2011.
This started as a fork of the HTML5_base theme with certain patches or suggestions from the HTML5 base issue queue applied. But has become a 'starter' theme, the idea being to: git clone fivealive, remove the remote repo and then modify away.
In other words instead of it being a base theme, and overriding certain parts of it in a sub theme. We just modify the base theme.
In the same vein it has a commented link to normalize.css instead of a css reset.