Is there a fast way to make my own Mediawiki looks the same as Wikipedia.org?
I mean, adds all extensions wikipedia.org is using. and configure it with the same way wikipedia has. Is there a list?
|
Is there a fast way to make my own Mediawiki looks the same as Wikipedia.org? I mean, adds all extensions wikipedia.org is using. and configure it with the same way wikipedia has. Is there a list? |
||||
|
|
|
The Special:Version page lists all of the installed extensions for a MediaWiki instance. Also see http://noc.wikimedia.org/conf/ for example of real configuration employing all these extensions, though using it directly would be overkill. |
||||
|
|
|
I don't know of any fast, complete way to do this, but you might try copying the MediaWiki:Common.css and MediaWiki:Common.js files from Wikipedia onto your own site (under the same page names). Install whatever extensions you need, e.g. Cite.php, and use Special:Export to export template files that you want (this is a pretty quick batch process) and your own wiki's Special:Import page to grab them. Hope this helps. |
|||
|
|
|
You will also need to configure the same namespaces that Wikipedia uses. When installing Mediawiki name your project Wikipedia since Mediawiki calls namespace number four your project name and Wikipedia calls that namespace Wikipedia. The rest of the namespaces and aliases you will need to configure are here: http://en.wikipedia.org/wiki/Portal_namespace Example of creating the Portal: and Book: namespaces:
Wikipedia uses hundreds of templates. Learn to use Special:Export to fetch them. |
|||
|
|