[maemo-community] [OT] Mediawiki extension for subpages an breadcrumbs used by wiki.maemo.org
From: Niels Breet niels at maemo.orgDate: Wed May 13 11:39:11 EEST 2009
- Previous message: [OT] Mediawiki extension for subpages an breadcrumbs used by wiki.maemo.org
- Next message: Maemo Summit dates and venue!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Let's see if I can help you here.
In LocalSettings.php, I have:
# Enable subpages in all namespaces
$wgNamespacesWithSubpages = array_fill(0, 200, true);
and in the skin, I have:
<div id="breadcrumb"><?php $this->html('subtitle') ?></div>
That should do it, IIRC :)
--
Niels Breet
maemo.org webmaster
> Hi,
>
>
> I know it's a little bit off topic but I really wants to know which
> plugin or extension is used by wiki.maemo.org to provide subpages an
> breadcrumbs.
>
> For example there is a page:
> http://wiki.maemo.org/Maemo_Summit_2009
> an a sub page created by using this internal link [[/Travel]]:
> http://wiki.maemo.org/Maemo_Summit_2009/Travel
>
>
> On top of the wiki content area now you can see breadcrumbs in this form:
> < Maemo Summit 2009
>
>
> I want to use a similar functionality in my own little mediawiki.
>
>
> On this page I don't got the answer:
> http://wiki.maemo.org/Special:Version
>
>
> So I ask this list. :)
>
>
> Thanks an best regards,
> Uwe
>
>
> --
> Uwe Kaminski
> Mail: jukey at ju-key.de
> Web: http://internettabletblog.de
- Previous message: [OT] Mediawiki extension for subpages an breadcrumbs used by wiki.maemo.org
- Next message: Maemo Summit dates and venue!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
