From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- maintenance/addwiki.php | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'maintenance/addwiki.php') diff --git a/maintenance/addwiki.php b/maintenance/addwiki.php index 3b6bb5d6..a19b24ce 100644 --- a/maintenance/addwiki.php +++ b/maintenance/addwiki.php @@ -71,23 +71,32 @@ function addWiki( $lang, $site, $dbName ) } } + global $wgTitle, $wgArticle; $wgTitle = Title::newMainPage(); $wgArticle = new Article( $wgTitle ); $ucsite = ucfirst( $site ); - $wgArticle->insertNewArticle( " -==This subdomain is reserved for the creation of a $ucsite in '''[[:en:{$name}|{$name}]]''' language== + $wgArticle->insertNewArticle( << +[http://www.wikipedia.org Wikipedia] | +[http://www.wiktionary.org Wiktonary] | +[http://www.wikibooks.org Wikibooks] | +[http://www.wikinews.org Wikinews] | +[http://www.wikiquote.org Wikiquote] | +[http://www.wikisource.org Wikisource] +[http://www.wikiversity.org Wikiversity] + -See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedias. +See Wikimedia's [[m:|Meta-Wiki]] for the coordination of these projects. [[aa:]] [[af:]] @@ -99,6 +108,7 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia [[ast:]] [[ay:]] [[az:]] +[[bcl:]] [[be:]] [[bg:]] [[bn:]] @@ -125,6 +135,7 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia [[he:]] [[hi:]] [[hr:]] +[[hsb:]] [[hy:]] [[ia:]] [[id:]] @@ -195,7 +206,9 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia [[za:]] [[zh:]] [[zu:]] -", '', false, false ); + +EOT +, '', false, false ); print "Adding to dblists\n"; -- cgit v1.2.3-54-g00ecf