For example: I have a subpage named "foo/etc/bar" and I want to show in #firstHeading div container only "bar". Is this possible?
Yes, it's _possible_. You could either modify the skin, or try to get a hook on the SkinTemplate at the right time to modify the display title.
-- Jim R. Wilson (jimbojw)
On 4/10/07, Javier Valcarce García javier.valcarce@gmail.com wrote:
For example: I have a subpage named "foo/etc/bar" and I want to show in #firstHeading div container only "bar". Is this possible?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Javier Valcarce García wrote:
For example: I have a subpage named "foo/etc/bar" and I want to show in #firstHeading div container only "bar". Is this possible?
This small patch may help you: http://juliano.info/ext/mediawiki-jr/mediawiki-short-page-titles.patch
You probably will have to hand-patch it. After installed, add the namespace where you want this effect to both $wgNamespacesWithSubpages, $wgNamespacesToOmitParents.
mediawiki-l@lists.wikimedia.org