2

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?

Mike Thomsen
  • 36,828
  • 10
  • 60
  • 83
  • 1
    `{{#invoke}}` is used by [the Scribunto extension](https://www.mediawiki.org/wiki/Extension:Scribunto). You have to install that (and possibly other extensions that are used by Wiktionary). – svick May 21 '14 at 17:11

1 Answers1

2

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.

Bergi
  • 630,263
  • 148
  • 957
  • 1,375