On Tue, Apr 6, 2010 at 3:00 PM, mediawiki-l-request@lists.wikimedia.org wrote:
Send MediaWiki-l mailing list submissions to mediawiki-l@lists.wikimedia.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.wikimedia.org/mailman/listinfo/mediawiki-l or, via email, send a message with subject or body 'help' to mediawiki-l-request@lists.wikimedia.org
You can reach the person managing the list at mediawiki-l-owner@lists.wikimedia.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of MediaWiki-l digest..."
Today's Topics:
1. Breadcrumbs? (Deon Metelski) 2. Re: Importing only new articles (Moore, David) 3. Flow into the pages (Juan Jes?s Cremades Monserrat)
Message: 1 Date: Mon, 5 Apr 2010 21:22:21 -0400 From: Deon Metelski dmetelski@gmail.com Subject: [Mediawiki-l] Breadcrumbs? To: mediawiki-l@lists.wikimedia.org Message-ID: j2xf60a9a831004051822o295badaam83d4cf64e694e85a@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
Deon Metelski wrote:
Hi all,
I just created subpages and enabled them for the Custom NameSpace that I created. My question is does the breadcrumb bar show automatically with subpages or do I have to install the extension breadcrumb? I am not sure
if
this is a built-in feature already on mediwiki or it is the extension.
Thank you, Deon
As long as the namespace appears in $wgNamespacesWithSubpages, >the breadcrumbs should magically show up.
Sean McAfee Senior Systems Engineer
I even went to the Monobook theme and it still does not show. I am creating the subpages through Semantic Forms so i am not sure if that is causing issues...my LocalSetting.php has the following which I think is correct
$wgExtraNamespaces[200] = "Lesson"; $wgExtraNamespaces[201] = "Lesson_talk"; $wgExtraNamespaces[202] = "ProjectLearning"; $wgExtraNamespaces[203] = "ProjectLearning_talk";
$wgContentNamespaces[] = 200; $wgContentNamespaces[] = 202;
define("NS_PROJECTLEARNING", 200); define("NS_LESSON_TALK", 201); define("NS_PROJECTLEARNING_TALK", 202);
$wgNamespacesWithSubpages [NS_PROJECTLEARNING] = true; $wgNamespacesWithSubpages [NS_PROJECTLEARNING_TALK] = true; $wgNamespacesWithSubpages [NS_LESSON_TALK] = true;
If anyone can confirm these settings would work o generate breadcrumbs I can look at the Semantic Form extension/templates Thanks, Deon
Message: 2 Date: Tue, 6 Apr 2010 00:10:59 -0400 From: "Moore, David" dmoore@vt.edu Subject: Re: [Mediawiki-l] Importing only new articles To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Message-ID: F432A8A667BE1A43BC6B09C8611856B425A4C25C73@fangorn.cc.w2k.vt.edu Content-Type: text/plain; charset="us-ascii"
If you want to avoid the programming, export the 1,000 existing articles from the new wiki. Import all of the 10,000 articles you wish to transfer. Then re-import the 1,000 existing articles.
David Moore Virginia Tech Institute for Policy and Governance 205 W. Roanoke Street (0489) Blacksburg, VA 24061-0489 540-230-6914 (cell) 540-231-6775 (office) NEW 540-231-6722 (fax) dmoore@vt.edu www.ipg.vt.edu
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Patrick Flaherty Sent: Monday, April 05, 2010 5:32 PM To: mediawiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Importing only new articles
Hi all, I'm looking for a way to import about 10,000 articles into a wiki. The only catch is about 1000 of these articles have already been created. Ideally i would like to import only the articles that don't exist and not have any article get overwritten by the import. Is there a good extension/tool to prevent an import from overwriting pages that already exist? I have a feeling that the answer is no and I will have to write a code that would query the api and disregard found articles. Has anyone done this before?
Thanks so much, Patrick _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Message: 3 Date: Tue, 6 Apr 2010 09:26:19 +0200 From: Juan Jes?s Cremades Monserrat relicary@gmail.com Subject: [Mediawiki-l] Flow into the pages To: mediawiki-l@lists.wikimedia.org Message-ID: r2t9f58b5c61004060026ya0128603y362f9ab08a81fbdc@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
Hi,
I'm searching a meaning to give a little flow to the articles of my wiki. For example, if a section value into a template is void:
... ==Title== {{{title}}} ...
{{ ... | title = ... }}
The "Title" won't be printing. I've found the "Extension:Winter/Documentation" but, is this the only? Thnaks
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
End of MediaWiki-l Digest, Vol 79, Issue 6
mediawiki-l@lists.wikimedia.org