Johann Petrak writes:
On 2008-01-14 12:08, Avi Rosenschein wrote:
You will need to be running some of the same extensions Wikipedia runs ( http://en.wikipedia.org/wiki/Special:Version) - for example, without the ParserFunctions extension, many templates will not be parsed correctly, leaving code like #if statements throughout the page.
Thank you that was exactly it!
Another silly question: where do all the Special:XXX including the Special:Version pages come from? I do not seem to have them in my local copy.
Cheers, Johann
All special pages are not content pages, but a machine-generated pages. Their code is in the includes/Special*.php --VasilievVV