Mike Thomsen
Mike Thomsen

Reputation: 37506

Wiktionary import doesn't look anything like the official site

This is the official version. This is what my imported copy looks like:

My imported copy

The steps I used were as follows:

  1. Used mwdumper (Java app) to generate a SQL dump of enwiktionary-DATE_HERE-pages-meta-current
  2. Imported that into a fresh installation of mediawiki.
  3. Ran php maintenance/refreshLinks.php

Can someone point me in the right direction?

Upvotes: 2

Views: 156

Answers (1)

Bergi
Bergi

Reputation: 664990

As it's a fresh installation, you will need to install all the extensions that are installed in Wiktionary as well to get the same look; you're especially looking for the parser hooks like ParserFunctions and Scribunto.

Upvotes: 2

Related Questions