MediaWiki

Aus MWCMS

Wechseln zu: Navigation, Suche

Please keep in mind, that you will not get any support in our forums on "MediaWiki" related questions. See Quick start how to restrict access on your MediaWiki. There are some hints in our forums to solve common problems.

Using Interwiki

Work in progress ... will not work properly in early versions like mwCMS "1.0.1" and "1.0.2", you can try though and look at the results. See Manual for Interwiki for more informations. If you want to use the german and not the english Wikipedia you have to update a table:

UPDATE YOUR_PREFIX_interwiki SET iw_url = 'http://de.wikipedia.org/wiki/$1' WHERE iw_prefix = 'wikipedia';

If your country has its own Wikipedia, this works for all other languages (spanish, finnish, french, etc.) as well. Note: "YOUR_PREFIX_" is set in your "LocalSettings.php". Search for "$wgDBprefix" if you do not know it by heart.

Meine Werkzeuge