MediaWiki: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
Created page with "{{TOCright}} ===ERD=== Image:ERD Mediawiki.PNG == See also == <span class="editsection">top</span> == Reference == <span class="editsection">[[#content|top..."
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
==Documentation==
There is a lot of documentation, but it is terrible difficult to find.
The code of MediaWiki is stored into a version control system (SubVersion).
* [http://subversion.tigris.org Subversion Tigris], Official Subversion Website]
** [http://www.mediawiki.org/wiki/Download_from_SVN Download from Subversion]
** [http://www.mediawiki.org/wiki/Subversion Version Control Subversion]
* SVN-wikimedia
** [http://svn.wikimedia.org/doc SVN-WikiMedia], MediaWiki auto-generated documentation system by DoxyGen.
** [http://svn.wikimedia.org/doc SVN-WikiMedia], API Documentation
** [http://svn.wikimedia.org/viewvc/mediawiki SVN-WikiMedia], View VC browser interface to MediaWiki code
* [http://en.wikibooks.org/wiki/Help:MediaWiki_Developer's_Handbook WikiBooks], Mediawiki Developers Handbook.
* [http://www.8tiny.com/source/mediawiki/nav.html?_functions/index.html 8tiny], PHP Cross Reference of MediaWiki 1.15.2. Useful for backtracking older MediaWiki functions.
=== Developing ===
For the development of extension to MediaWiki look at the page [http://www.mediawiki.org/wiki/Manual:Developing_extensions Manual Developing Extensions]. To register your application use the [http://www.mediawiki.org/wiki/Manual:$wgExtensionCredits Manual Extension Credits].


===ERD===
===ERD===
[[Image:ERD Mediawiki.PNG]]
[[Image:ERD Mediawiki.PNG]]
== Cascading Style Sheet ==
Style Sheets and Javascript can be added using the mediawiki-pages, on this website the following ''pages'' can be used.
* [[MediaWiki:Common.css]]
* [[MediaWiki:Common.js]]
For examples on Wikipedia:
* [https://en.wikipedia.org/wiki/MediaWiki:Common.css Wikipedia EN], MediaWiki Common.css.
* [https://en.wikipedia.org/wiki/MediaWiki:Common.js Wikipedia EN], MediaWiki Common.js.


== See also ==
== See also ==

Latest revision as of 15:04, 13 September 2018

Documentation

There is a lot of documentation, but it is terrible difficult to find. The code of MediaWiki is stored into a version control system (SubVersion).

Developing

For the development of extension to MediaWiki look at the page Manual Developing Extensions. To register your application use the Manual Extension Credits.

ERD

Cascading Style Sheet

Style Sheets and Javascript can be added using the mediawiki-pages, on this website the following pages can be used.

For examples on Wikipedia:

See also

top

Reference

top