On 8 February 2010 06:44, Eric Sun <[email protected]> wrote: > I stripped out the <redirect />'s and imported enwiki using xml2sql, > but none of the templates rendered correctly--for example, navigating > to /The_Matrix results in a page with lots of mediawiki source like > > {{#if: |This {{#ifeq:||article|page}} is about . }}For {{#if:the > series|the series|other uses}}, see {{#if:The Matrix (franchise)|The > Matrix (franchise){{#ifeq:the setting|and| and {{#if:Matrix (fictional > universe)|Matrix (fictional
You do not have all required MediaWiki extensions installed. Wikipedia uses many extensions (see http://en.wikipedia.org/wiki/Special:Version), some of them are required for proper rendering, especially ParserFunctions (http://www.mediawiki.org/wiki/Extension:ParserFunctions), as is the problem here (another important extension, off the top of my head, is the Cite extension – http://www.mediawiki.org/wiki/Extension:Cite – which provides for <ref> and <references>). -- [[cs:User:Mormegil | Petr Kadlec]] _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
