Questions tagged [mediawiki]

MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other projects hosted by the non-profit Wikimedia Foundation and by many other wikis.

MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other Wikimedia projects and by many other wikis.

Related tags: , , , , , , , , , .

MediaWiki links:

3594 questions
1
vote
0 answers

How to generate a sitemap for my MediaWiki wiki family?

I am well aware of the existence of the maintenance script generateSitemap.php. I got a unique multi-language wiki setup though. That is i guess why it does not really work. So after i do php -f generateSitemap.php i get this error: PHP Warning: …
Divide by Zero
  • 1,343
  • 1
  • 14
  • 37
1
vote
1 answer

Passing properties in Semantic MediaWiki

Currently I have 3 categories, Application, Application Instance and Vendor. Right now Application has a link (via property Made By) to Vendor. Application instances need to link back to Vendor via a property. I have the query I can use to return…
1
vote
2 answers

fckeditor on mediawiki 1.16 doesn't show when using rtl languages

I have mediawiki 1.16 + fck editor (current snapshot). If the wiki is set to english everything works fine but on hebrew and arabic the editor does not show, only the regular toolbar shows. Any ideas?
Uri
  • 25,622
  • 10
  • 45
  • 72
1
vote
1 answer

Mediawiki: add script to page head in special namespace

Via this code I can add external script to page header on every page. $wgHooks['BeforePageDisplay'][] ='onBeforePageDisplay'; function onBeforePageDisplay( OutputPage &$out, Skin &$skin ) { $script = '