Skip to content

Simple extension to allow overriding of MediaWiki page titles using document mark-up.

Notifications You must be signed in to change notification settings

microformats/mediawiki-entry-title-override

 
 

Repository files navigation

MediaWiki Extension — Override Entry Title

OverrideEntryTitle is a crude and rather hacky MediaWiki extension to allow
you to override a MediaWiki page name with someone more human legible, for
instance, the page `/wiki/hatom` may be overridden to ‘hAtom 0.3’.

Usage:
-----

This extension adds an `<entry-title>` element to the MediaWiki syntax (named
for its correspondence to marking up entries in hAtom). The content of that
element overrides the default title of the page at render time, and removes
that content from the document body.

Known Issues:
------------

1. This extension disables caching of rendered page content.

To Do:
-----

1. Add a more wiki-esque shorthand syntax (perhaps `!! Page Title !!`)
2. Support caching of the override title and apply the override on every page 
load, not just when the content is parsed.



Originally written for microformats.org/wiki, by Ben Ward

  * http://microformats.org/wiki/
  * http://ben-ward.co.uk

About

Simple extension to allow overriding of MediaWiki page titles using document mark-up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%